This commit is contained in:
Matthias Clasen 2007-08-09 03:15:51 +00:00
parent 48765000dd
commit 6f1d08869a
3 changed files with 19 additions and 10 deletions

View File

@ -1,2 +1 @@
iso-codes_1.0.orig.tar.gz iso-codes-1.3.tar.gz
iso-codes_1.2.orig.tar.gz

View File

@ -1,15 +1,17 @@
Name: iso-codes Name: iso-codes
Summary: ISO code lists and translations Summary: ISO code lists and translations
Version: 1.2 Version: 1.3
Release: 1%{?dist} Release: 1%{?dist}
License: LGPL License: LGPLv2+
Group: System Environment/Base Group: System Environment/Base
URL: http://alioth.debian.org/projects/pkg-isocodes/ URL: http://alioth.debian.org/projects/pkg-isocodes/
Source: http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{version}.orig.tar.gz Source: http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes-%{version}.tar.gz
BuildRequires: gettext BuildRequires: gettext
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArchitectures: noarch BuildArch: noarch
# for /usr/share/xml
Requires: xml-common
%description %description
This package provides the ISO-639 Language code list, the ISO-3166 This package provides the ISO-639 Language code list, the ISO-3166
@ -20,10 +22,12 @@ translations in gettext .po form.
Summary: Files for development using %{name} Summary: Files for development using %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
# for /usr/share/pkgconfig
Requires: pkgconfig
%description devel %description devel
This package contains the pkg-config files for development This package contains the pkg-config files for development
when building programs that use %{name} when building programs that use %{name}.
%prep %prep
@ -39,15 +43,16 @@ make
%{__rm} -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
%find_lang iso-codes
%clean %clean
%{__rm} -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
%files %files -f iso-codes.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog README COPYING %doc ChangeLog README COPYING
%dir %{_datadir}/iso-codes %dir %{_datadir}/iso-codes
%{_datadir}/iso-codes/*.tab %{_datadir}/iso-codes/*.tab
%{_datadir}/locale/*/LC_MESSAGES/*.mo
%dir %{_datadir}/xml/iso-codes %dir %{_datadir}/xml/iso-codes
%{_datadir}/xml/iso-codes/*.xml %{_datadir}/xml/iso-codes/*.xml
@ -56,6 +61,11 @@ make
%{_datadir}/pkgconfig/iso-codes.pc %{_datadir}/pkgconfig/iso-codes.pc
%changelog %changelog
* Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> 1.3-1
- Update to 1.3
- Update the license field
- Use %%find_lang for translations
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com> * Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com>
- Update to 1.2 - Update to 1.2

View File

@ -1 +1 @@
461bab4ae42e9b0c39e92a213b107e27 iso-codes_1.2.orig.tar.gz 5f275f795f39795f3747bb1c60276e08 iso-codes-1.3.tar.gz