taglib-1.9.1

This commit is contained in:
Rex Dieter 2013-10-08 23:27:36 -05:00
parent a2dc36b64d
commit edefa00097
3 changed files with 13 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/taglib-1.8-20130218git.tar.gz
/taglib-1.9.tar.gz
/taglib-1.9.1.tar.gz

View File

@ -1 +1 @@
79877ad28cbe353be50395e6514332fd taglib-1.9.tar.gz
0d35df96822bbd564c5504cb3c2e4d86 taglib-1.9.1.tar.gz

View File

@ -1,12 +1,12 @@
%bcond_without tests
%bcond_without doc
#bcond_without tests
#bcond_without doc
%global apidocdir __api-doc_fedora
Name: taglib
Summary: Audio Meta-Data Library
Version: 1.9
Release: 2%{?dist}
Version: 1.9.1
Release: 1%{?dist}
License: LGPLv2 and MPL
#URL: http://launchpad.net/taglib
@ -25,6 +25,8 @@ Patch1: taglib-1.5b1-multilib.patch
# try 2, kiss omit -L%_libdir
Patch2: taglib-1.5rc1-multilib.patch
Patch100: taglib-1.9-fix-string.patch
BuildRequires: cmake
BuildRequires: pkgconfig
BuildRequires: zlib-devel
@ -65,6 +67,8 @@ Files needed when building software with %{name}.
## omit for now
%patch2 -p1 -b .multilib
%patch100 -p1 -b .fix-string
%build
mkdir -p %{_target_platform}
@ -128,6 +132,9 @@ make check -C %{_target_platform}
%changelog
* Tue Oct 08 2013 Rex Dieter <rdieter@fedoraproject.org> 1.9.1-1
- taglib-1.9.1
* Tue Oct 08 2013 Rex Dieter <rdieter@fedoraproject.org> 1.9-2
- License: +MPL