forked from pool/iso-codes
This commit is contained in:
parent
4fbd81f2a1
commit
622df11ad7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:992f71891c3b5100898896e9ed80a218ce9116a069cc85e1cadf61883ee94626
|
||||
size 5024168
|
3
iso-codes-3.3.tar.bz2
Normal file
3
iso-codes-3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a645745fe4666d3265478ba53cc1bc56d35ffeedf58b1391248d01a133335fb
|
||||
size 5088173
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 16:55:16 CEST 2008 - crrodriguez@suse.de
|
||||
|
||||
- update to version 3.3
|
||||
- fix build (workaround BNC#424730)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 18:18:50 CEST 2008 - rodrigo@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package iso-codes (Version 2.0)
|
||||
# spec file for package iso-codes (Version 3.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -12,11 +19,11 @@
|
||||
|
||||
|
||||
Name: iso-codes
|
||||
BuildRequires: pyxml
|
||||
BuildRequires: python-devel pyxml
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
AutoReqProv: on
|
||||
Version: 2.0
|
||||
Version: 3.3
|
||||
Release: 1
|
||||
Summary: ISO Code Lists and Translations
|
||||
# http://packages.qa.debian.org/i/iso-codes.html
|
||||
@ -62,13 +69,12 @@ make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang iso_639
|
||||
%find_lang iso_639_3
|
||||
%find_lang iso_3166
|
||||
%find_lang iso_3166_2
|
||||
%find_lang iso_4217
|
||||
%find_lang iso_15924
|
||||
cat iso_15924.lang iso_639.lang iso_639_3.lang iso_3166.lang iso_3166_2.lang iso_4217.lang >%{name}.lang
|
||||
%find_lang iso_639 %{name}.lang
|
||||
%find_lang iso_639_3 %{name}.lang
|
||||
%find_lang iso_3166 %{name}.lang
|
||||
%find_lang iso_3166_2 %{name}.lang
|
||||
%find_lang iso_4217 %{name}.lang
|
||||
%find_lang iso_15924 %{name}.lang
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -84,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/iso-codes.pc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 12 2008 crrodriguez@suse.de
|
||||
- update to version 3.3
|
||||
- fix build (workaround BNC#424730)
|
||||
* Tue Apr 01 2008 rodrigo@suse.de
|
||||
- Update to version 2.0:
|
||||
* http://pkgsrc.se/textproc/iso-codes
|
||||
|
Loading…
Reference in New Issue
Block a user