Compare commits

...

17 Commits

Author SHA1 Message Date
e827500fb7 automatic update by autodist [release 1.4.24-1mamba;Tue Dec 31 2024] 2024-12-31 17:18:06 +01:00
ecad24bbed automatic update by autodist [release 1.4.12-1mamba;Wed Apr 24 2024] 2024-04-25 10:41:36 +02:00
e0d36c2216 automatic update by autodist [release 1.4.10-1mamba;Sun Feb 11 2024] 2024-02-12 16:39:22 +01:00
988efe2bd6 automatic update by autodist [release 1.4.6-1mamba;Mon Nov 06 2023] 2024-01-06 04:17:26 +01:00
97e8e7b837 automatic update by autodist [release 1.3.17-1mamba;Sun Feb 19 2023] 2024-01-06 04:17:26 +01:00
ab6eca0e2b automatic version update by autodist [release 1.2.18-1mamba;Fri Dec 18 2020] 2024-01-06 04:17:25 +01:00
fd59a25a66 automatic version update by autodist [release 1.2.17-1mamba;Thu Dec 10 2020] 2024-01-06 04:17:25 +01:00
ab61a2b099 automatic version update by autodist [release 1.2.13-1mamba;Sun Nov 29 2020] 2024-01-06 04:17:25 +01:00
adbf151e79 automatic version update by autodist [release 1.2.12-1mamba;Sat Nov 21 2020] 2024-01-06 04:17:25 +01:00
e9d4606d9b automatic version update by autodist [release 1.2.11-1mamba;Thu Nov 12 2020] 2024-01-06 04:17:25 +01:00
358e903a42 automatic version update by autodist [release 1.2.10-1mamba;Sat Oct 31 2020] 2024-01-06 04:17:25 +01:00
6584cad8a5 automatic version update by autodist [release 1.2.9-1mamba;Fri Oct 30 2020] 2024-01-06 04:17:25 +01:00
62dc1e9c30 automatic version update by autodist [release 1.2.6-1mamba;Fri Oct 30 2020] 2024-01-06 04:17:25 +01:00
9292c64562 automatic version update by autodist [release 1.2.5-1mamba;Fri Sep 25 2020] 2024-01-06 04:17:25 +01:00
c5abde1945 automatic version update by autodist [release 1.2.4-1mamba;Sun Sep 06 2020] 2024-01-06 04:17:25 +01:00
3452da7174 automatic version update by autodist [release 1.2.3-1mamba;Wed Jul 15 2020] 2024-01-06 04:17:24 +01:00
e06e50a313 automatic version update by autodist [release 1.1.42-1mamba;Wed Jun 17 2020] 2024-01-06 04:17:24 +01:00

View File

@@ -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