new upstream release 0.5.3
This commit is contained in:
parent
55933a4888
commit
29a3d04ab9
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/liblangtag-0.5.0.tar.bz2
|
||||
/liblangtag-0.5.1.tar.bz2
|
||||
/liblangtag-0.5.2.tar.bz2
|
||||
/liblangtag-0.5.3.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: liblangtag
|
||||
Version: 0.5.2
|
||||
Version: 0.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: An interface library to access tags for identifying languages
|
||||
|
||||
|
|
@ -8,8 +8,10 @@ License: (LGPLv3+ or MPLv2.0) and UCD
|
|||
URL: http://tagoh.bitbucket.org/liblangtag/
|
||||
Source0: https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: glibc-common
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
%description
|
||||
|
|
@ -84,6 +86,9 @@ rm -f %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/%{name}/*.la
|
|||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Apr 11 2014 David Tardon <dtardon@redhat.com> - 0.5.3-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Sep 02 2013 David Tardon <dtardon@redhat.com> - 0.5.2-1
|
||||
- new release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
34de44f61c5ba308796c14a5b4ca572c liblangtag-0.5.2.tar.bz2
|
||||
c9ed5fed6160f6bd2108e5f4f1cb7f6d liblangtag-0.5.3.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue