automatic update by autodist [release 1.4.6-1mamba;Mon Nov 06 2023]

This commit is contained in:
Automatic Build System 2024-01-06 04:17:26 +01:00
parent 97e8e7b837
commit 988efe2bd6

View File

@ -1,5 +1,5 @@
Name: libfreetds
Version: 1.3.17
Version: 1.4.6
Release: 1mamba
Summary: A database communication library for Sybase and Microsoft SQL Server
Group: System/Libraries
@ -36,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
@ -47,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
@ -59,10 +53,7 @@ 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 need for development.
This package contains static libraries needed for development.
%debug_package
@ -74,12 +65,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 \
@ -148,7 +137,7 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
%{_libdir}/libct.so
%{_libdir}/libsybdb.so
%{_libdir}/libtdsodbc.so
%doc BUGS.md ChangeLog NEWS.md README.md TODO.md
%doc ChangeLog NEWS.md README.md TODO.md
%files static
%defattr(-,root,root)
@ -168,6 +157,9 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
%doc samples
%changelog
* 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