|
|
|
@ -1,16 +1,6 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 6;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Name: libpsl
|
|
|
|
|
Version: 0.21.5
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Version: 0.21.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: C library for the Publix Suffix List
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://rockdaboot.github.io/libpsl
|
|
|
|
@ -70,7 +60,6 @@ is acceptable for domains and so on.
|
|
|
|
|
|
|
|
|
|
%package -n psl-make-dafsa
|
|
|
|
|
Summary: Compiles the Public Suffix List into DAFSA form
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n psl-make-dafsa
|
|
|
|
|
This script produces C/C++ code or an architecture-independent binary object
|
|
|
|
@ -82,8 +71,7 @@ from a plain text Public Suffix List.
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
rm -frv list
|
|
|
|
|
ln -sv %{_datadir}/publicsuffix list
|
|
|
|
|
%py3_shebang_fix src/psl-make-dafsa
|
|
|
|
|
|
|
|
|
|
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Tarballs from github have 2 versions, one is raw files from repo, and
|
|
|
|
@ -119,14 +107,18 @@ sed -i libtool \
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
# the script is noinst but the manpage is installed
|
|
|
|
|
install -m0755 src/psl-make-dafsa %{buildroot}%{_bindir}/
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -name '*.la' -delete -print
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check || cat tests/test-suite.log
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -153,54 +145,12 @@ make check || cat tests/test-suite.log
|
|
|
|
|
%{_mandir}/man1/psl-make-dafsa.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.21.5-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.21.5-5
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Tue Oct 08 2024 Jan Rybar <jrybar@redhat.com> - 0.21.5-5
|
|
|
|
|
- enable c10s gating
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.21.5-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.21.1-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Sun Jan 14 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 0.21.5-1
|
|
|
|
|
- Update to 0.21.5
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2023 Lukáš Zaoral <lzaoral@redhat.com> - 0.21.2-5
|
|
|
|
|
- migrate to SPDX license format
|
|
|
|
|
- the old and new license tags are identical, this changelog entry just
|
|
|
|
|
indicates that it was checked to be correct
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.21.2-3
|
|
|
|
|
- Rebuilt for libunistring-1.1
|
|
|
|
|
- Mark psl-make-dafsa noarch
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 28 2022 Kamil Dudka <kdudka@redhat.com> - 0.21.2-1
|
|
|
|
|
- update to 0.21.2 (#2156685)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.21.1-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -344,5 +294,3 @@ make check || cat tests/test-suite.log
|
|
|
|
|
|
|
|
|
|
* Tue Apr 08 2014 Christopher Meng <rpm@cicku.me> - 0.2-1
|
|
|
|
|
- Initial Package.
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|