]> git.pld-linux.org Git - packages/taglib.git/commitdiff
- update wrt. current cmake macro auto/th/taglib-1.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Sep 2012 17:39:05 +0000 (19:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Sep 2012 17:39:05 +0000 (19:39 +0200)
- package AUTHORS and NEWS

taglib.spec

index 838813c89871fea05eb6897025fbb270cac2ca03..41f37c7cc947ea51efb8de8b6ca583d1ecd30744 100644 (file)
@@ -7,12 +7,12 @@ License:      LGPL v2.1 or MPL v1.1
 Group:         Libraries
 Source0:       https://github.com/downloads/taglib/taglib/%{name}-%{version}.tar.gz
 # Source0-md5: dcb8bd1b756f2843e18b1fdf3aaeee15
-URL:           http://taglib.github.com
+URL:           http://taglib.github.com/
 BuildRequires: cmake >= 2.6.2
 BuildRequires: libstdc++-devel
 BuildRequires: perl-base
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.577
+BuildRequires: rpmbuild(macros) >= 1.603
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -63,7 +63,6 @@ Przykładowe programy w postaci źródłowej dla tagliba.
 install -d build
 cd build
 %cmake .. \
-       -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
        -DWITH_ASF=ON \
        -DWITH_MP4=ON
 
@@ -86,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS NEWS
 %attr(755,root,root) %{_libdir}/libtag.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtag.so.1
 %attr(755,root,root) %{_libdir}/libtag_c.so.*.*.*
@@ -94,8 +94,8 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/taglib-config
-%{_libdir}/libtag.so
-%{_libdir}/libtag_c.so
+%attr(755,root,root) %{_libdir}/libtag.so
+%attr(755,root,root) %{_libdir}/libtag_c.so
 %{_pkgconfigdir}/taglib.pc
 %{_pkgconfigdir}/taglib_c.pc
 %{_includedir}/taglib
This page took 0.064994 seconds and 4 git commands to generate.