This commit is contained in:
parent
1269795821
commit
82852eaab3
3
iso-codes-1.8.tar.bz2
Normal file
3
iso-codes-1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65921a9975ef99acb527e677b596b4ffa745c1f09ccdfa8f78ca1c3a6da69d3d
|
||||||
|
size 6592804
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 31 17:01:00 CET 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.8:
|
||||||
|
* Added 'Pashto' as alternative for ps
|
||||||
|
* Remove attribute "alpha_2_code" from some entries, as the
|
||||||
|
information is included in the first two letters of the
|
||||||
|
"alpha_4_code"
|
||||||
|
* Fix typos in LR-GB and LV-JK
|
||||||
|
* Complete the list with modifications from the ISO-3166 MA
|
||||||
|
newsletter I-9 of 2007-11-28
|
||||||
|
* Add missing subset information
|
||||||
|
* GWP removed from the non-historic section
|
||||||
|
* SVC removed from the historic section
|
||||||
|
* Add Saint Barthélemy and Saint Martin (French part) according to
|
||||||
|
ISO-3166-1 newsletter VI-1, dated 2007-09-21
|
||||||
|
* Update translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 6 12:56:32 CEST 2007 - sbrabec@suse.cz
|
Fri Apr 6 12:56:32 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iso-codes (Version 1.0a)
|
# spec file for package iso-codes (Version 1.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,17 +12,17 @@
|
|||||||
|
|
||||||
Name: iso-codes
|
Name: iso-codes
|
||||||
BuildRequires: pyxml
|
BuildRequires: pyxml
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: LGPL v2.1 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 1.0a
|
Version: 1.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: ISO Code Lists and Translations
|
Summary: ISO Code Lists and Translations
|
||||||
# http://packages.qa.debian.org/i/iso-codes.html
|
# http://packages.qa.debian.org/i/iso-codes.html
|
||||||
Source: %{name}_%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
URL: http://alioth.debian.org/projects/pkg-isocodes/
|
Url: http://alioth.debian.org/projects/pkg-isocodes/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%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
|
||||||
@ -53,11 +53,9 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
rm -v */no.*
|
|
||||||
rm -v */*/no.*
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh --prefix=%{_prefix}
|
./configure --prefix=%{_prefix}
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -77,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog LGPL-2.1 README TODO
|
%doc ChangeLog LGPL-2.1 README TODO
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_datadir}/iso-codes
|
%{_datadir}/iso-codes
|
||||||
|
%{_datadir}/locale/*
|
||||||
%{_datadir}/xml/iso-codes
|
%{_datadir}/xml/iso-codes
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -84,29 +83,44 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/iso-codes.pc
|
%{_datadir}/pkgconfig/iso-codes.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 06 2007 - sbrabec@suse.cz
|
* Thu Jan 31 2008 rodrigo@suse.de
|
||||||
|
- Update to version 1.8:
|
||||||
|
* Added 'Pashto' as alternative for ps
|
||||||
|
* Remove attribute "alpha_2_code" from some entries, as the
|
||||||
|
information is included in the first two letters of the
|
||||||
|
"alpha_4_code"
|
||||||
|
* Fix typos in LR-GB and LV-JK
|
||||||
|
* Complete the list with modifications from the ISO-3166 MA
|
||||||
|
newsletter I-9 of 2007-11-28
|
||||||
|
* Add missing subset information
|
||||||
|
* GWP removed from the non-historic section
|
||||||
|
* SVC removed from the historic section
|
||||||
|
* Add Saint Barthélemy and Saint Martin (French part) according to
|
||||||
|
ISO-3166-1 newsletter VI-1, dated 2007-09-21
|
||||||
|
* Update translations
|
||||||
|
* Fri Apr 06 2007 sbrabec@suse.cz
|
||||||
- Updated to version 1.0a:
|
- Updated to version 1.0a:
|
||||||
* Many data updates.
|
* Many data updates.
|
||||||
* Support for ISO-639-3.
|
* Support for ISO-639-3.
|
||||||
* Stable version.
|
* Stable version.
|
||||||
* Mon Jan 08 2007 - sbrabec@suse.cz
|
* Mon Jan 08 2007 sbrabec@suse.cz
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Sun Mar 05 2006 - aj@suse.de
|
* Sun Mar 05 2006 aj@suse.de
|
||||||
- removed "tt" directories since they are in filesystem now.
|
- removed "tt" directories since they are in filesystem now.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jan 16 2006 - sbrabec@suse.cz
|
* Mon Jan 16 2006 sbrabec@suse.cz
|
||||||
- Updated to version 0.49.
|
- Updated to version 0.49.
|
||||||
* Thu Jan 05 2006 - ro@suse.de
|
* Thu Jan 05 2006 ro@suse.de
|
||||||
- removed "fo" directories (in filesystem)
|
- removed "fo" directories (in filesystem)
|
||||||
* Thu Sep 29 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Wed Aug 03 2005 - sbrabec@suse.cz
|
* Wed Aug 03 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.47.
|
- Updated to version 0.47.
|
||||||
* Mon Jun 27 2005 - sbrabec@suse.cz
|
* Mon Jun 27 2005 sbrabec@suse.cz
|
||||||
- Bi-arch fix.
|
- Bi-arch fix.
|
||||||
* Wed Jun 22 2005 - gekker@suse.de
|
* Wed Jun 22 2005 gekker@suse.de
|
||||||
- Fix the file lists
|
- Fix the file lists
|
||||||
- Patch the Makefile
|
- Patch the Makefile
|
||||||
* Tue Jun 21 2005 - gekker@suse.de
|
* Tue Jun 21 2005 gekker@suse.de
|
||||||
- Initial import of iso-codes version 0.25
|
- Initial import of iso-codes version 0.25
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:711a3839844db06320095bce9427f9da7b014aeb8188f13512e3763c2e0dd734
|
|
||||||
size 4533190
|
|
Loading…
x
Reference in New Issue
Block a user