|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global girapiversion 0.5
|
|
|
|
|
|
|
|
|
|
Name: liblangtag
|
|
|
|
|
Version: 0.5.3
|
|
|
|
|
Version: 0.5.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: An interface library to access tags for identifying languages
|
|
|
|
|
|
|
|
|
@ -10,8 +10,6 @@ Group: System Environment/Libraries
|
|
|
|
|
License: (LGPLv3+ or MPLv2.0) and UCD
|
|
|
|
|
URL: http://tagoh.bitbucket.org/liblangtag/
|
|
|
|
|
Source0: https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
|
|
|
|
|
# file downloaded from https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
|
|
|
|
|
Source1: language-subtag-registry-2014-03-27.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: glibc-common
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
@ -58,7 +56,7 @@ BuildArch: noarch
|
|
|
|
|
The %{name}-doc package contains documentation files for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -a 1
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-silent-rules --disable-static --enable-shared --enable-introspection
|
|
|
|
@ -102,6 +100,9 @@ make %{?_smp_mflags} check
|
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.5.4-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Fri Apr 11 2014 David Tardon <dtardon@redhat.com> - 0.5.3-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|