new version (#1413791)
This commit is contained in:
parent
0059cfe58e
commit
23a4830502
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/libpsl-0.14.0.tar.gz
|
/libpsl-0.14.0.tar.gz
|
||||||
/libpsl-0.15.0.tar.gz
|
/libpsl-0.15.0.tar.gz
|
||||||
/libpsl-0.16.1.tar.gz
|
/libpsl-0.16.1.tar.gz
|
||||||
|
/libpsl-0.17.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libpsl
|
Name: libpsl
|
||||||
Version: 0.16.1
|
Version: 0.17.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C library for the Publix Suffix List
|
Summary: C library for the Publix Suffix List
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -103,6 +103,7 @@ rm -frv list
|
|||||||
|
|
||||||
# the script is noinst but the manpage is installed
|
# the script is noinst but the manpage is installed
|
||||||
install -m0755 src/psl-make-dafsa %{buildroot}%{_bindir}/
|
install -m0755 src/psl-make-dafsa %{buildroot}%{_bindir}/
|
||||||
|
sed -i -e "1s|#!.*|#!/usr/bin/python3|" %{buildroot}%{_bindir}/psl-make-dafsa
|
||||||
|
|
||||||
find %{buildroot} -name '*.la' -delete -print
|
find %{buildroot} -name '*.la' -delete -print
|
||||||
|
|
||||||
@ -138,6 +139,9 @@ make check || cat tests/test-suite.log
|
|||||||
%{_mandir}/man1/psl-make-dafsa.1*
|
%{_mandir}/man1/psl-make-dafsa.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 0.17.0-1
|
||||||
|
- new version (#1413791)
|
||||||
|
|
||||||
* Thu Jan 5 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 0.16.1-1
|
* Thu Jan 5 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 0.16.1-1
|
||||||
- new version (#1403620)
|
- new version (#1403620)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpsl-0.16.1.tar.gz) = 409c06dd3661ef07cfcea4402454d55609c7448032d074cf10795809745b0130e7954f29c9fea5a3964a749f3ec4bcf20cf10cfd86d332fb8ddc72302fe4ba80
|
SHA512 (libpsl-0.17.0.tar.gz) = 10632d462a749c24a1de67daf33e28fad8e9f63531f5b43d399db09a2dbfb7c843162290f0279d80459018ab3465d4d128689e1740cd3334b1276c3d112fdff6
|
||||||
|
Loading…
Reference in New Issue
Block a user