auto-import iso-codes-0.46-1 on branch devel from iso-codes-0.46-1.src.rpm
This commit is contained in:
parent
d615f4f2c7
commit
dc8a4d0fb0
@ -0,0 +1 @@
|
||||
iso-codes_0.46.orig.tar.gz
|
57
iso-codes.spec
Normal file
57
iso-codes.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: iso-codes
|
||||
Summary: ISO code lists and translations
|
||||
|
||||
Version: 0.46
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: System Environment/Base
|
||||
URL: http://alioth.debian.org/projects/pkg-isocodes/
|
||||
Source: iso-codes_%{version}.orig.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
|
||||
%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}
|
||||
|
||||
%description devel
|
||||
This package contains the pkg-config files for development
|
||||
when building programs that use %{name}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog README COPYING
|
||||
%dir %{_datadir}/iso-codes
|
||||
%{_datadir}/iso-codes/*.tab
|
||||
%{_datadir}/locale/*/LC_MESSAGES/*.mo
|
||||
%dir %{_datadir}/xml/iso-codes
|
||||
%{_datadir}/xml/iso-codes/*.xml
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/iso-codes.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
|
||||
- Initial RPM
|
Loading…
Reference in New Issue
Block a user