iso-codes/iso-codes.spec

119 lines
3.0 KiB
RPMSpec
Raw Normal View History

2007-08-09 03:42:32 +00:00
%define debug_package %{nil}
Name: iso-codes
Summary: ISO code lists and translations
2008-02-03 01:59:45 +00:00
Version: 1.8
2007-03-07 22:34:37 +00:00
Release: 1%{?dist}
2007-08-09 03:15:51 +00:00
License: LGPLv2+
Group: System Environment/Base
URL: http://alioth.debian.org/projects/pkg-isocodes/
2007-09-05 17:34:58 +00:00
Source: http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{version}.orig.tar.gz
2006-06-25 03:39:47 +00:00
BuildRequires: gettext
2006-08-28 11:40:44 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
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-3166
Territory code list, and ISO-3166-2 sub-territory lists, and all their
translations in gettext .po form.
%package devel
Summary: Files for development using %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
2007-08-09 03:15:51 +00:00
# for /usr/share/pkgconfig
Requires: pkgconfig
%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
2006-01-01 20:06:01 +00:00
%{__mv} ./LGPL-2.1 ./COPYING
%configure
make
%install
%{__rm} -rf $RPM_BUILD_ROOT
%makeinstall
2007-08-09 03:42:32 +00:00
%find_lang iso-codes --all-name
2007-08-09 03:15:51 +00:00
%clean
%{__rm} -rf $RPM_BUILD_ROOT
2007-08-09 03:15:51 +00:00
%files -f iso-codes.lang
%defattr(-,root,root,-)
%doc ChangeLog README COPYING
%dir %{_datadir}/iso-codes
%{_datadir}/iso-codes/*.tab
%dir %{_datadir}/xml/iso-codes
%{_datadir}/xml/iso-codes/*.xml
%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/iso-codes.pc
%changelog
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