Compare commits
17 Commits
1.1.40-1ma
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e827500fb7 | |||
| ecad24bbed | |||
| e0d36c2216 | |||
| 988efe2bd6 | |||
| 97e8e7b837 | |||
| ab6eca0e2b | |||
| fd59a25a66 | |||
| ab61a2b099 | |||
| adbf151e79 | |||
| e9d4606d9b | |||
| 358e903a42 | |||
| 6584cad8a5 | |||
| 62dc1e9c30 | |||
| 9292c64562 | |||
| c5abde1945 | |||
| 3452da7174 | |||
| e06e50a313 |
@@ -1,5 +1,5 @@
|
||||
Name: libfreetds
|
||||
Version: 1.1.40
|
||||
Version: 1.4.24
|
||||
Release: 1mamba
|
||||
Summary: A database communication library for Sybase and Microsoft SQL Server
|
||||
Group: System/Libraries
|
||||
@@ -18,17 +18,11 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libodbc-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
||||
@@ -42,10 +36,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
||||
It includes an ODBC driver and the older DB-Library and CT-Library interfaces.
|
||||
It works with tools such as DBD::Sybase and DBD::ODBC for Perl, and the Sybase and ODBC module
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%package doc
|
||||
Group: Documentation
|
||||
@@ -53,9 +44,6 @@ Summary: Development documentation for %{name}
|
||||
|
||||
%description doc
|
||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
||||
It includes an ODBC driver and the older DB-Library and CT-Library interfaces.
|
||||
It works with tools such as DBD::Sybase and DBD::ODBC for Perl, and the Sybase and ODBC module
|
||||
|
||||
This package contains the development documentation for %{name}.
|
||||
|
||||
%package static
|
||||
@@ -65,13 +53,10 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
||||
It includes an ODBC driver and the older DB-Library and CT-Library interfaces.
|
||||
It works with tools such as DBD::Sybase and DBD::ODBC for Perl, and the Sybase and ODBC module
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
This package contains static libraries need for development.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n freetds-%{version}
|
||||
#%patch0 -p0
|
||||
#%patch1 -p1
|
||||
@@ -79,12 +64,10 @@ This package contains static libraries need for development.
|
||||
|
||||
# fix perl path
|
||||
sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl
|
||||
|
||||
chmod -x samples/*.sh
|
||||
|
||||
rm -f m4/lib-*.m4
|
||||
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure\
|
||||
--disable-dependency-tracking \
|
||||
@@ -123,8 +106,6 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -144,8 +125,8 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
||||
%{_libdir}/libsybdb.so.*
|
||||
%{_libdir}/libtdsodbc.so.*
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{_mandir}/man5/freetds.conf.5.gz
|
||||
%doc AUTHORS COPYING*
|
||||
%{_mandir}/man5/freetds.conf.5*
|
||||
%doc AUTHORS.md COPYING*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@@ -153,8 +134,7 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
||||
%{_libdir}/libct.so
|
||||
%{_libdir}/libsybdb.so
|
||||
%{_libdir}/libtdsodbc.so
|
||||
%doc samples
|
||||
%doc BUGS ChangeLog NEWS README TODO
|
||||
%doc ChangeLog NEWS.md README.md TODO.md
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
@@ -171,8 +151,60 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
||||
%{_docdir}/freetds/userguide/*
|
||||
%dir %{_docdir}/freetds/reference
|
||||
%{_docdir}/freetds/reference/*
|
||||
%doc samples
|
||||
|
||||
%changelog
|
||||
* Tue Dec 31 2024 Automatic Build System <autodist@openmamba.org> 1.4.24-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Apr 24 2024 Automatic Build System <autodist@openmamba.org> 1.4.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Feb 11 2024 Automatic Build System <autodist@openmamba.org> 1.4.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Nov 06 2023 Automatic Build System <autodist@mambasoft.it> 1.4.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Feb 19 2023 Automatic Build System <autodist@mambasoft.it> 1.3.17-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 1.2.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 10 2020 Automatic Build System <autodist@mambasoft.it> 1.2.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 29 2020 Automatic Build System <autodist@mambasoft.it> 1.2.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 21 2020 Automatic Build System <autodist@mambasoft.it> 1.2.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 12 2020 Automatic Build System <autodist@mambasoft.it> 1.2.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 31 2020 Automatic Build System <autodist@mambasoft.it> 1.2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 30 2020 Automatic Build System <autodist@mambasoft.it> 1.2.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 30 2020 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 25 2020 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 15 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 1.1.42-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 1.1.40-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user