diff --git a/.gitignore b/.gitignore index 9c588b8..ce7d6be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /taglib-1.9.1.tar.gz /taglib-1.10beta.tar.gz +/taglib-1.10.tar.gz diff --git a/sources b/sources index 55e6938..b1b066d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -201cc2f937abe42794855496beda55e3 taglib-1.10beta.tar.gz +5b4441a15423b046dd92a096e09ea22c taglib-1.10.tar.gz diff --git a/taglib.spec b/taglib.spec index 4432074..94dda46 100644 --- a/taglib.spec +++ b/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 1.10-1 +- taglib-1.10 (#1301895) + * Tue Aug 25 2015 Rex Dieter 1.10-0.1.beta - taglib-1.10beta