forked from pool/iso-codes
Accepting request 59208 from GNOME:Factory
Accepted submit request 59208 from user vuntz OBS-URL: https://build.opensuse.org/request/show/59208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iso-codes?expand=0&rev=29
This commit is contained in:
commit
be72bb873e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 20:08:06 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Split out -lang package (bnc#645077).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 14 18:42:56 UTC 2011 - coolo@novell.com
|
Fri Jan 14 18:42:56 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python-lxml
|
BuildRequires: python-lxml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
%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
|
||||||
@ -47,6 +48,7 @@ This package provides the ISO-639 Language code list, the ISO-3166
|
|||||||
Territory code list, and ISO-3166-2 sub-territory lists, and all their
|
Territory code list, and ISO-3166-2 sub-territory lists, and all their
|
||||||
translations in gettext .po form.
|
translations in gettext .po form.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -66,11 +68,13 @@ translations in gettext .po form.
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
%{_datadir}/xml/iso-codes
|
%{_datadir}/xml/iso-codes
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/pkgconfig/iso-codes.pc
|
%{_datadir}/pkgconfig/iso-codes.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user