iso-codes/iso-codes.spec

262 lines
7.5 KiB
RPMSpec
Raw Normal View History

2011-07-13 07:01:48 +00:00
Name: iso-codes
2010-10-05 07:10:08 +00:00
Summary: ISO code lists and translations
2012-04-04 10:58:14 +00:00
Version: 3.34
2011-03-07 04:18:45 +00:00
Release: 1%{?dist}
2010-10-05 07:10:08 +00:00
License: LGPLv2+
2011-07-13 07:01:48 +00:00
Group: System Environment/Base
URL: http://alioth.debian.org/projects/pkg-isocodes/
2011-11-07 10:14:25 +00:00
Source0: http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-%{version}.tar.bz2
2010-10-05 07:10:08 +00:00
BuildRequires: gettext
2007-08-09 03:15:51 +00:00
BuildArch: noarch
# for /usr/share/xml
Requires: xml-common
%description
This package provides the ISO 639 Language code list, the ISO 4217
Currency code list, the ISO 3166 Territory code list, and ISO 3166-2
sub-territory lists, and all their translations in gettext format.
%package devel
2011-07-13 07:01:48 +00:00
Summary: Files for development using %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains the pkg-config files for development
2007-08-09 03:15:51 +00:00
when building programs that use %{name}.
%prep
%setup -q
%build
%configure
make %{_smp_mflags}
%install
2010-10-05 07:10:08 +00:00
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
2007-08-09 03:42:32 +00:00
%find_lang iso-codes --all-name
2007-08-09 03:15:51 +00:00
%files -f iso-codes.lang
2008-02-27 06:00:48 +00:00
%doc ChangeLog README LICENSE
%dir %{_datadir}/xml/iso-codes
%{_datadir}/xml/iso-codes/*.xml
%files devel
%{_datadir}/pkgconfig/iso-codes.pc
%changelog
2012-04-04 10:58:14 +00:00
* Wed Apr 04 2012 Parag Nemade <pnemade AT redhat DOT com> - 3.34-1
- Update to 3.34
2012-03-14 03:13:27 +00:00
* Wed Mar 14 2012 Parag Nemade <pnemade AT redhat DOT com> - 3.33-1
- Update to 3.33
2012-02-09 03:32:16 +00:00
* Thu Feb 09 2012 Parag Nemade <pnemade AT redhat DOT com> - 3.32.2-1
- Update to 3.32.2
2012-02-04 07:02:57 +00:00
* Sat Feb 04 2012 Parag Nemade <pnemade AT redhat DOT com> - 3.32.1-1
- Update to 3.32.1
2012-01-12 05:52:44 +00:00
* Thu Jan 12 2012 Parag Nemade <pnemade AT redhat DOT com> - 3.32-1
- Update to 3.32
2011-12-05 07:07:00 +00:00
* Mon Dec 05 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.31-1
- Update to 3.31
2011-11-07 10:14:25 +00:00
* Mon Nov 07 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.30-1
- Update to 3.30
2011-10-03 04:36:49 +00:00
* Mon Oct 03 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.29-1
- Update to 3.29
2011-09-06 08:13:12 +00:00
* Tue Sep 06 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.28-1
- Update to 3.28
2011-08-08 05:46:16 +00:00
* Mon Aug 08 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.27.1-1
- Update to 3.27.1
2011-07-13 07:01:48 +00:00
* Wed Jul 13 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.27-1
- Update to 3.27
2011-05-02 03:34:14 +00:00
* Mon May 02 2011 Parag Nemade <pnemade AT redhat.com> - 3.25.1-1
- Update to 3.25.1
2011-04-04 02:59:18 +00:00
* Sun Apr 3 2011 Christopher Aillon <caillon@redhat.com> - 3.25-1
- Update to 3.25
2011-03-07 04:18:45 +00:00
* Mon Mar 07 2011 Parag Nemade <pnemade AT redhat.com> - 3.24.2-1
- Update to 3.24.2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.24.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-09 03:19:18 +00:00
* Wed Feb 09 2011 Parag Nemade <pnemade AT redhat.com> - 3.24.1-1
- Update to 3.24.1
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-07 06:33:04 +00:00
* Fri Jan 07 2011 Parag Nemade <pnemade AT redhat.com> - 3.24-1
- Update to 3.24
2010-12-06 08:16:43 +00:00
* Mon Dec 06 2010 Parag Nemade <pnemade AT redhat.com> - 3.23-1
- Update to 3.23
2010-11-09 06:20:09 +00:00
* Tue Nov 09 2010 Parag Nemade <pnemade AT redhat.com> - 3.22-1
- Update to 3.22
2010-10-05 07:10:08 +00:00
* Mon Oct 04 2010 Parag Nemade <pnemade AT redhat.com> - 3.21-1
- Update to 3.21
* Tue Sep 07 2010 Parag Nemade <pnemade AT redhat.com> - 3.20-1
- Update to 3.20
- Drop buildroot, %%clean and cleaning buildroot in %%install
* Wed Aug 04 2010 Parag Nemade <pnemade AT redhat.com> - 3.19-1
- Update to 3.19
2010-07-05 03:25:59 +00:00
* Mon Jul 05 2010 Parag Nemade <pnemade AT redhat.com> - 3.18-1
- Update to 3.18
2010-06-16 06:47:14 +00:00
* Wed Jun 16 2010 Parag Nemade <pnemade AT redhat.com> - 3.17-1
- Update to 3.17
2010-05-03 03:24:07 +00:00
* Mon May 03 2010 Parag Nemade <pnemade AT redhat.com> - 3.16-1
- Update to 3.16
2010-04-05 05:00:05 +00:00
* Mon Apr 05 2010 Parag Nemade <pnemade AT redhat.com> - 3.15-1
- Update to 3.15
2010-03-02 06:05:18 +00:00
* Tue Mar 02 2010 Parag Nemade <pnemade AT redhat.com> - 3.14-1
- Update to 3.14
2010-02-02 09:22:18 +00:00
* Tue Feb 02 2010 Parag Nemade <pnemade AT redhat.com> - 3.13-1
- Update to 3.13
2010-01-12 10:36:33 +00:00
* Tue Jan 12 2010 Parag Nemade <pnemade AT redhat.com> - 3.12.1-1
- Update to 3.12.1
2009-12-02 09:38:43 +00:00
* Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com> - 3.12-1
- Update to 3.12
2009-11-02 04:37:57 +00:00
* Mon Nov 02 2009 Parag Nemade <pnemade@redhat.com> - 3.11.1-1
- Update to 3.11.1
2009-10-23 06:03:50 +00:00
* Fri Oct 23 2009 Parag Nemade <pnemade@redhat.com> - 3.11-1
- Update to 3.11
2009-09-17 09:46:06 +00:00
* Thu Sep 17 2009 Parag Nemade <pnemade@redhat.com> - 3.10.3-1
- Update to 3.10.3
2009-08-05 05:02:09 +00:00
* Wed Aug 05 2009 Parag Nemade <pnemade@redhat.com> - 3.10.2-1
- Update to 3.10.2
2009-08-04 06:22:09 +00:00
* Tue Aug 04 2009 Parag Nemade <pnemade@redhat.com> - 3.10.1-1
- Update to 3.10.1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jun 02 2009 Parag Nemade <pnemade@redhat.com> - 3.10-2
- Upstream stopped providing iso_639.tab file since 3.9 release,
so remove it from %%files.
2009-06-02 10:44:20 +00:00
* Tue Jun 02 2009 Parag Nemade <pnemade@redhat.com> - 3.10-1
- Update to 3.10
2009-04-28 06:12:42 +00:00
* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 3.8-1
- Update to 3.8
2009-03-22 19:14:51 +00:00
* Sun Mar 22 2009 Christopher Aillon <caillon@redhat.com> - 3.7-1
- Update to 3.7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-02 21:45:33 +00:00
* Mon Feb 2 2009 Christopher Aillon <caillon@redhat.com> - 3.6-1
- Update to 3.6
2009-01-05 19:51:30 +00:00
* Mon Jan 5 2009 Christopher Aillon <caillon@redhat.com> - 3.5.1-1
- Update to 3.5.1
2008-12-09 21:46:28 +00:00
* Tue Dec 9 2008 Christopher Aillon <caillon@redhat.com> - 3.5-1
- Update to 3.5
* Sat Sep 20 2008 Ville Skyttä <ville.skytta at iki.fi> - 3.3-1
- Update to 3.3.
- Address minor issues in merge review (#225918): update %%description,
don't use %%makeinstall, drop unneeded %%debug_package override, use
parallel build.
2008-07-03 04:10:30 +00:00
* Wed Jul 2 2008 Christopher Aillon <caillon@redhat.com> - 3.1-1
- Update to 3.1
2008-05-07 19:07:45 +00:00
* Wed May 7 2008 Christopher Aillon <caillon@redhat.com> 2.1-1
- Update to 2.1
2008-03-09 16:59:05 +00:00
* Sun Mar 9 2008 Christopher Aillon <caillon@redhat.com> 2.0-1
- Update to 2.0
2008-02-27 05:54:43 +00:00
* Wed Feb 27 2008 Christopher Aillon <caillon@redhat.com> 1.9-1
- Update to 1.9
2008-02-05 17:49:46 +00:00
* Tue Feb 5 2008 Matthias Clasen <mclasen@redhat.com> 1.8-2
- Bump gettext BR
- Use the smaller .bz2 tarball
2008-02-03 01:59:45 +00:00
* Sat Feb 2 2008 Matthias Clasen <mclasen@redhat.com> 1.8-1
- Update to 1.8
2007-12-29 15:16:17 +00:00
* Sat Dec 29 2007 Christopher Aillon <caillon@redhat.com> 1.7-1
- Update to 1.7
2007-12-04 11:35:07 +00:00
* Tue Dec 4 2007 Christopher Aillon <caillon@redhat.com> 1.6-1
- Update to 1.6
2007-10-31 10:47:17 +00:00
* Fri Oct 26 2007 Christopher Aillon <caillon@redhat.com> 1.5-1
- Update to 1.5
2007-09-05 17:27:50 +00:00
* Wed Sep 5 2007 Christopher Aillon <caillon@redhat.com> 1.4-1
- Update to 1.4
2007-08-09 03:15:51 +00:00
* 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
2007-08-09 03:42:32 +00:00
- Don't create debuginfo
2007-08-09 03:15:51 +00:00
2007-07-24 03:46:27 +00:00
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com>
- Update to 1.2
2007-03-07 22:34:37 +00:00
* Wed Mar 7 2007 Christopher Aillon <caillon@redhat.com> 1.0-1
- Update to 1.0
2006-10-20 17:55:27 +00:00
* Fri Oct 20 2006 Christopher Aillon <caillon@redhat.com> 0.56-1
- Update to 0.56
2006-08-28 11:40:44 +00:00
* Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> 0.53-1
- Update to 0.53
2006-06-25 03:39:47 +00:00
* Sat Jun 24 2006 Jesse Keating <jkeating@redhat.com> 0.49-2
- Missing BR gettext
2006-01-01 19:51:06 +00:00
* Sun Jan 1 2006 Christopher Aillon <caillon@redhat.com> 0.49-1
- Update to 0.49
2005-12-09 22:41:03 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-08-26 06:59:02 +00:00
* Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1
- Update to 0.47
* Mon Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2
- The .pc file should be installed in %%{_datadir} instead of %%{_libdir}
since this is a noarch package. 64bit platforms will otherwise look in
the 64bit version of the %%{_libdir} and not find the .pc file and
cause them to not find iso-codes
* Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
- Initial RPM