Update to 3.61
- Drop Group tag - use %license macro
This commit is contained in:
parent
2d9fd8c3e9
commit
949d05b258
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ iso-codes-3.19.tar.bz2
|
|||||||
/iso-codes-3.58.tar.xz
|
/iso-codes-3.58.tar.xz
|
||||||
/iso-codes-3.59.tar.xz
|
/iso-codes-3.59.tar.xz
|
||||||
/iso-codes-3.60.tar.xz
|
/iso-codes-3.60.tar.xz
|
||||||
|
/iso-codes-3.61.tar.xz
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
Name: iso-codes
|
Name: iso-codes
|
||||||
Summary: ISO code lists and translations
|
Summary: ISO code lists and translations
|
||||||
Version: 3.60
|
Version: 3.61
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Base
|
|
||||||
URL: http://alioth.debian.org/projects/pkg-isocodes/
|
URL: http://alioth.debian.org/projects/pkg-isocodes/
|
||||||
Source0: http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-%{version}.tar.xz
|
Source0: http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# for /usr/share/xml
|
# for /usr/share/xml
|
||||||
Requires: xml-common
|
Requires: xml-common
|
||||||
|
|
||||||
@ -18,14 +19,12 @@ sub-territory lists, and all their translations in gettext format.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files for development using %{name}
|
Summary: Files for development using %{name}
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the pkg-config files for development
|
This package contains the pkg-config files for development
|
||||||
when building programs that use %{name}.
|
when building programs that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -34,12 +33,13 @@ when building programs that use %{name}.
|
|||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
%make_install INSTALL="install -p"
|
||||||
|
|
||||||
%find_lang iso-codes --all-name
|
%find_lang iso-codes --all-name
|
||||||
|
|
||||||
%files -f iso-codes.lang
|
%files -f iso-codes.lang
|
||||||
%doc ChangeLog README LICENSE
|
%doc ChangeLog README
|
||||||
|
%license LICENSE
|
||||||
%dir %{_datadir}/xml/iso-codes
|
%dir %{_datadir}/xml/iso-codes
|
||||||
%{_datadir}/xml/iso-codes/*.xml
|
%{_datadir}/xml/iso-codes/*.xml
|
||||||
|
|
||||||
@ -47,6 +47,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||||||
%{_datadir}/pkgconfig/iso-codes.pc
|
%{_datadir}/pkgconfig/iso-codes.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 02 2015 Parag Nemade <pnemade AT redhat DOT com> - 3.61-1
|
||||||
|
- Update to 3.61
|
||||||
|
- Drop Group tag
|
||||||
|
- use %%license macro
|
||||||
|
|
||||||
* Mon Aug 03 2015 Parag Nemade <pnemade AT redhat DOT com> - 3.60-1
|
* Mon Aug 03 2015 Parag Nemade <pnemade AT redhat DOT com> - 3.60-1
|
||||||
- Update to 3.60
|
- Update to 3.60
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user