]> git.pld-linux.org Git - packages/taglib.git/blobdiff - taglib.spec
up to 1.12
[packages/taglib.git] / taglib.spec
index f4b097e3413699ac47f5870de6b1999856f380e0..477fbf08dd2371a89c6fba95faef6bd88e3d42b9 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       A tag library for reading and editing audio meta data
 Summary(pl.UTF-8):     Biblioteka tag do odczytu i edycji metadanych dotyczących dźwięku
 Name:          taglib
-Version:       1.7
+Version:       1.12
 Release:       1
 License:       LGPL v2.1 or MPL v1.1
 Group:         Libraries
-Source0:       http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz
-# Source0-md5: 6a7e312668f153fa905a81714aebc257
-URL:           http://ktown.kde.org/~wheeler/taglib.html
-BuildRequires: cmake >= 2.6.2
+#Source0Download: http://taglib.github.io/
+Source0:       https://taglib.github.io/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 4313ed2671234e029b7af8f97c84e9af
+URL:           http://taglib.github.io/
+BuildRequires: cmake >= 3.0.0
 BuildRequires: libstdc++-devel
 BuildRequires: perl-base
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.577
+BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,6 +36,7 @@ Summary(pl.UTF-8):    libtag - pliki nagłówkowe
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
+Requires:      zlib-devel
 
 %description devel
 Header files for tag library.
@@ -63,7 +66,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 +88,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 +97,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.068132 seconds and 4 git commands to generate.