Compare commits
10 Commits
1.2.10-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
e827500fb7 | |||
ecad24bbed | |||
e0d36c2216 | |||
988efe2bd6 | |||
97e8e7b837 | |||
ab6eca0e2b | |||
fd59a25a66 | |||
ab61a2b099 | |||
adbf151e79 | |||
e9d4606d9b |
@ -1,5 +1,5 @@
|
||||
Name: libfreetds
|
||||
Version: 1.2.10
|
||||
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,12 +53,8 @@ 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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n freetds-%{version}
|
||||
@ -80,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 \
|
||||
@ -124,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)
|
||||
@ -154,7 +134,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)
|
||||
@ -174,6 +154,36 @@ rm -rf %{buildroot}%{_docdir}/freetds-%{version}/
|
||||
%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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user