forked from pool/iso-codes
Accepting request 38991 from GNOME:Factory
Copy from GNOME:Factory/iso-codes based on submit request 38991 from user dimstar OBS-URL: https://build.opensuse.org/request/show/38991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iso-codes?expand=0&rev=18
This commit is contained in:
parent
19bf0b3479
commit
90e0b86951
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 10:07:59 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Clean spec file with spec-cleaner
|
||||
- BuildRequire pkg-config to provide pkgconfig() provides.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 13:15:00 CEST 2009 - lmedinas@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iso-codes (Version 3.10.3)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,19 +15,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: iso-codes
|
||||
Version: 3.10.3
|
||||
Release: 2
|
||||
License: LGPLv2.1+
|
||||
Summary: ISO Code Lists and Translations
|
||||
Url: http://alioth.debian.org/projects/pkg-isocodes/
|
||||
Group: System/GUI/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pyxml
|
||||
License: LGPLv2.1+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 3.10.3
|
||||
Release: 1
|
||||
Summary: ISO Code Lists and Translations
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Url: http://alioth.debian.org/projects/pkg-isocodes/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
@ -36,12 +36,6 @@ This package provides the ISO-639 language code list, the ISO-3166
|
||||
territory code list, ISO-3166-2 subterritory lists, and all their
|
||||
translations in gettext .po form.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alastair McKinstry, <mckinstry@debian.org>
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Summary: ISO code lists and translations
|
||||
@ -53,12 +47,6 @@ 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
|
||||
translations in gettext .po form.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alastair McKinstry, <mckinstry@debian.org>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -76,7 +64,7 @@ make %{?jobs:-j%jobs}
|
||||
%find_lang iso_15924 %{name}.lang
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user