taglib-1.10 (#1301895)
This commit is contained in:
parent
a1b420a98c
commit
c67ee29244
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/taglib-1.9.1.tar.gz
|
||||
/taglib-1.10beta.tar.gz
|
||||
/taglib-1.10.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
201cc2f937abe42794855496beda55e3 taglib-1.10beta.tar.gz
|
||||
5b4441a15423b046dd92a096e09ea22c taglib-1.10.tar.gz
|
||||
|
18
taglib.spec
18
taglib.spec
@ -2,16 +2,15 @@
|
||||
%bcond_without tests
|
||||
#bcond_without doc
|
||||
%global apidocdir __api-doc_fedora
|
||||
%global beta beta
|
||||
|
||||
Name: taglib
|
||||
Summary: Audio Meta-Data Library
|
||||
Version: 1.10
|
||||
Release: 0.1.%{beta}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2 or MPLv1.1
|
||||
#URL: http://launchpad.net/taglib
|
||||
URL: http://taglib.github.com/
|
||||
URL: http://taglib.github.io/
|
||||
%if 0%{?snap:1}
|
||||
Source0: taglib-%{version}-%{snap}.tar.gz
|
||||
%else
|
||||
@ -73,8 +72,8 @@ Files needed when building software with %{name}.
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake} .. \
|
||||
%{?with_tests:-DBUILD_TESTS:BOOL=ON}
|
||||
|
||||
%{?with_tests:-DBUILD_TESTS:BOOL=ON} \
|
||||
-DCMAKE_BUILD_TYPE:STRING="Release"
|
||||
popd
|
||||
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
@ -97,8 +96,8 @@ find %{apidocdir} -name '*.md5' | xargs rm -fv
|
||||
|
||||
%check
|
||||
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
||||
test "$(pkg-config --modversion taglib)" = "%{version}.0"
|
||||
test "$(pkg-config --modversion taglib_c)" = "%{version}.0"
|
||||
test "$(pkg-config --modversion taglib)" = "%{version}"
|
||||
test "$(pkg-config --modversion taglib_c)" = "%{version}"
|
||||
%if %{with tests}
|
||||
#ln -s ../../tests/data %{_target_platform}/tests/
|
||||
#LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH \
|
||||
@ -111,7 +110,7 @@ make check -C %{_target_platform}
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS
|
||||
%doc COPYING.LGPL COPYING.MPL
|
||||
%license COPYING.LGPL COPYING.MPL
|
||||
%{_libdir}/libtag.so.1*
|
||||
%{_libdir}/libtag_c.so.0*
|
||||
|
||||
@ -131,6 +130,9 @@ make check -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 30 2016 Rex Dieter <rdieter@fedoraproject.org> 1.10-1
|
||||
- taglib-1.10 (#1301895)
|
||||
|
||||
* Tue Aug 25 2015 Rex Dieter <rdieter@fedoraproject.org> 1.10-0.1.beta
|
||||
- taglib-1.10beta
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user