automatic update by autodist [release 1.4.6-1mamba;Mon Nov 06 2023]
This commit is contained in:
parent
97e8e7b837
commit
988efe2bd6
@ -1,5 +1,5 @@
|
|||||||
Name: libfreetds
|
Name: libfreetds
|
||||||
Version: 1.3.17
|
Version: 1.4.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A database communication library for Sybase and Microsoft SQL Server
|
Summary: A database communication library for Sybase and Microsoft SQL Server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -36,10 +36,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
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.
|
This package contains libraries and header files needed for development.
|
||||||
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.
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -47,9 +44,6 @@ Summary: Development documentation for %{name}
|
|||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
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}.
|
This package contains the development documentation for %{name}.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
@ -59,10 +53,7 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description static
|
%description static
|
||||||
FreeTDS is a database communication library for Sybase and Microsoft SQL Server.
|
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.
|
This package contains static libraries needed for development.
|
||||||
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.
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -74,12 +65,10 @@ This package contains static libraries need for development.
|
|||||||
|
|
||||||
# fix perl path
|
# fix perl path
|
||||||
sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl
|
sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl
|
||||||
|
|
||||||
chmod -x samples/*.sh
|
chmod -x samples/*.sh
|
||||||
|
|
||||||
rm -f m4/lib-*.m4
|
rm -f m4/lib-*.m4
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
@ -148,7 +137,7 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
|||||||
%{_libdir}/libct.so
|
%{_libdir}/libct.so
|
||||||
%{_libdir}/libsybdb.so
|
%{_libdir}/libsybdb.so
|
||||||
%{_libdir}/libtdsodbc.so
|
%{_libdir}/libtdsodbc.so
|
||||||
%doc BUGS.md ChangeLog NEWS.md README.md TODO.md
|
%doc ChangeLog NEWS.md README.md TODO.md
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -168,6 +157,9 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
|||||||
%doc samples
|
%doc samples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 19 2023 Automatic Build System <autodist@mambasoft.it> 1.3.17-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user