Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a198871aae |
2 changed files with 14 additions and 5 deletions
17
freetds.spec
17
freetds.spec
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Name: freetds
|
||||
Summary: Implementation of the TDS (Tabular DataStream) protocol
|
||||
Version: 1.1.20
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+ and GPLv2+
|
||||
URL: http://www.freetds.org/
|
||||
|
||||
|
|
@ -120,13 +120,15 @@ find docdir -type f -print0 | xargs -0 chmod -x
|
|||
|
||||
%files
|
||||
%{_bindir}/*
|
||||
%doc AUTHORS BUGS COPYING NEWS README TODO doc/*.html
|
||||
%license COPYING.txt
|
||||
%doc AUTHORS.md BUGS.md NEWS.md README.md TODO.md
|
||||
%doc doc/*.html
|
||||
%doc docdir/userguide docdir/images
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%files libs
|
||||
%doc COPYING.LIB
|
||||
%license COPYING_LIB.txt
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libtdsodbc.so
|
||||
%doc samples-odbc
|
||||
|
|
@ -135,6 +137,7 @@ find docdir -type f -print0 | xargs -0 chmod -x
|
|||
|
||||
|
||||
%files devel
|
||||
%license COPYING_LIB.txt
|
||||
%doc samples
|
||||
%{_libdir}/*.so
|
||||
%exclude %{_libdir}/libtdsodbc.so
|
||||
|
|
@ -146,6 +149,12 @@ find docdir -type f -print0 | xargs -0 chmod -x
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 8 2021 Dmitry Butskoy <Dmitry@Butskoy.name> - 1.3.3-1
|
||||
- update to 1.3.3
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.20-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.20-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (freetds-1.1.20.tar.bz2) = 5f81e779169dac59081e4482cd69f3140fd2534dbbfbf0034d3aec32e31ca36d0bd8fe75d3475f16a151de47980ab0a3c5688fb9f9b87da855bddd0cdb7195a3
|
||||
SHA512 (freetds-1.3.3.tar.bz2) = 889ed65e091f848112eb26a203f39de5998749540a40b7988ba0f3c56309cc49dc9c87f3eac3d27e6e568964f8ff72592feea4d10d5c73bd9f9f696dc82513a2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue