taglib-1.9.1
This commit is contained in:
parent
a2dc36b64d
commit
edefa00097
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/taglib-1.8-20130218git.tar.gz
|
||||
/taglib-1.9.tar.gz
|
||||
/taglib-1.9.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
79877ad28cbe353be50395e6514332fd taglib-1.9.tar.gz
|
||||
0d35df96822bbd564c5504cb3c2e4d86 taglib-1.9.1.tar.gz
|
||||
|
15
taglib.spec
15
taglib.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user