]> git.pld-linux.org Git - packages/taglib.git/blobdiff - taglib.spec
- updated to 1.7
[packages/taglib.git] / taglib.spec
index e4c56b8faab7d09f867a7e0c9de5d085b433e3c4..7ce47be34420ec672ec75be011635a43ac85afb9 100644 (file)
@@ -1,20 +1,18 @@
 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.6
-Release:       0.5
-License:       GPL
-Group:         X11/Libraries
+Version:       1.7
+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: 5ecad0816e586a954bd676a86237d054
-Patch0:                %{name}-libtool-sanitize.patch
-Patch1:                kde-ac260-lt.patch
-Patch2:                taglib-am.patch
+# Source0-md5: 6a7e312668f153fa905a81714aebc257
 URL:           http://ktown.kde.org/~wheeler/taglib.html
 BuildRequires: cmake >= 2.6.2
 BuildRequires: libstdc++-devel
 BuildRequires: perl-base
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.577
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,7 +26,7 @@ pakietu kdemultimedia.
 %package devel
 Summary:       libtag - header files
 Summary(pl.UTF-8):     libtag - pliki nagłówkowe
-Group:         X11/Development/Libraries
+Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
 
@@ -38,22 +36,32 @@ Header files for tag library.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki tag.
 
+%package examples
+Summary:       Example codes for taglib
+Summary(hu.UTF-8):     Példaprogramok
+Summary(pl.UTF-8):     Przykładowe programy w postaci źródłowej dla tagliba
+Group:         Development/Libraries
+
+%description examples
+Example codes for taglib.
+
+%description examples -l hu.UTF-8
+Példaprogramok.
+
+%description examples -l pl.UTF-8
+Przykładowe programy w postaci źródłowej dla tagliba.
+
 %prep
 %setup -q
 
 %build
 install -d build
 cd build
-%cmake \
-       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DLIB_INSTALL_DIR=%{_libdir} \
-       -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+%cmake .. \
+       -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
        -DWITH_ASF=ON \
-       -DWITH_MP4=ON \
-%if "%{_lib}" == "lib64"
-       -DLIB_SUFFIX=64 \
-%endif
-       ../
+       -DWITH_MP4=ON
+
 %{__make}
 
 %install
@@ -62,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -r examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,9 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libtag.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libtag.so.?
+%attr(755,root,root) %ghost %{_libdir}/libtag.so.1
 %attr(755,root,root) %{_libdir}/libtag_c.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libtag_c.so.?
+%attr(755,root,root) %ghost %{_libdir}/libtag_c.so.0
 
 %files devel
 %defattr(644,root,root,755)
@@ -83,3 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/taglib.pc
 %{_pkgconfigdir}/taglib_c.pc
 %{_includedir}/taglib
+
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
This page took 0.109794 seconds and 4 git commands to generate.