commit 924f71a8f2374b0f1d942f2a0ce6d36b743db86a Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:53:35 2019 -0400 Package init diff --git a/iso-codes-iso-codes-3.79.tar.gz b/iso-codes-iso-codes-3.79.tar.gz new file mode 100644 index 0000000..ea5c973 Binary files /dev/null and b/iso-codes-iso-codes-3.79.tar.gz differ diff --git a/iso-codes.spec b/iso-codes.spec new file mode 100644 index 0000000..bb988c0 --- /dev/null +++ b/iso-codes.spec @@ -0,0 +1,60 @@ +Name: iso-codes +Version: 3.79 +Release: 4 +Summary: lists of various ISO standards + +License: LGPLv2+ +URL: https://salsa.debian.org/iso-codes-team/iso-codes +Source0: https://salsa.debian.org/iso-codes-team/iso-codes/uploads/ef8de8bc12e0512d26ed73436a477871/%{name}-%{name}-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: git gettext python3 +Requires: sgml-common + +%description +This project provides lists of various ISO standards (e.g. country, +language, language scripts, and currency names) in one place, rather +than repeated in many programs throughout the system. + +%package devel +Summary: pkg-config configuration file for iso-codes +Requires: %{name} = %{version}-%{release} +%description devel +pkg-config configuration file for iso-codes + +%prep +%autosetup -n %{name}-%{name}-%{version} -p1 -Sgit + +%build +%configure +%make_build + +%install +rm -rf %RPM_BUILD_ROOT +%make_install + +%check +make check + +%files +%defattr(-,root,root) +%doc ChangeLog README.md +%license COPYING +%{_datadir}/%{name} +%{_datadir}/locale/*/LC_MESSAGES/iso_*.mo +%{_datadir}/xml/%{name} + +%files devel +%defattr(-,root,root) +%{_datadir}/pkgconfig/iso-codes.pc + + +%changelog +* Tue Sep 24 2019 shenyangyang - 3.79-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:revise requires + +* Mon Aug 19 2019 openEuler Builteam - 3.79-3 +- Package init