]> git.pld-linux.org Git - packages/libextractor.git/commitdiff
- rel down to 0.1 (imho NFY)
authormisi3k <misi3k@pld-linux.org>
Tue, 1 Jul 2003 16:26:16 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanups

Changed files:
    libextractor.spec -> 1.2

libextractor.spec

index 5665bd93f740a6118d0409bd626d50f904809e39..eec99002965d66b4766d44223bd9e6428b630cd3 100644 (file)
@@ -2,32 +2,18 @@ Summary:      Meta-data extraction library
 Summary(pl):   Biblioteka do ekstrakcji meta-danych
 Name:          libextractor
 Version:       0.2.4
-Release:       1
+Release:       0.1
 License:       GPL
 Group:         Libraries
-Requires:      glibc >= 2.2.4
+Source0:       http://www.ovmj.org/%{name}/download/%{name}-%{version}.tar.bz2
+# Source0-md5: 9d059e4b02cac89661816f19458d0bf5
+URL:           http://www.ovmj.org/%{name}/
 Requires:      libvorbis
 Requires:      libogg
 BuildRequires: libvorbis-devel
 BuildRequires: libogg-devel
-URL:           http://www.ovmj.org/%{name}/
-Source0:       http://www.ovmj.org/%{name}/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 9d059e4b02cac89661816f19458d0bf5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%package devel
-Summary:       Development files for libextractor
-Summary(pl):   Pliki nag³ówkowe libextractor
-Group:         Development/Libraries
-Requires:      %{name} = %{version}
-
-%package static
-Summary:       Static libextractor libraries
-Summary(pl):   Statyczne biblioteki libextractor
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
-
-
 %description
 libextractor is a simple library for meta-data extraction.
 libextractor uses a plugin-mechanism that makes it easy to add support
@@ -70,6 +56,12 @@ u
 informacji na temat obs³ugiwanych formatów (HTML, JPEG, OGG, MP3, PNG,
 GIF, RPM, RA, RM, PS, PDF, ZIP, QT, ASF).
 
+%package devel
+Summary:       Development files for libextractor
+Summary(pl):   Pliki nag³ówkowe libextractor
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
 %description devel
 This package contains files to develop with libextractor, that is
 either to create plugins or to compile applications with libextractor.
@@ -78,6 +70,12 @@ either to create plugins or to compile applications with libextractor.
 Piki nag³ówkowe wymagane do tworzenia aplikacji i wtyczek
 korzystaj±cych z libextractor.
 
+%package static
+Summary:       Static libextractor libraries
+Summary(pl):   Statyczne biblioteki libextractor
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}
+
 %description static
 This package contains static libraries of libextractor.
 
@@ -89,25 +87,26 @@ Statyczna wersja bibliotek libextractor.
 
 %build
 %configure
-make
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post 
+/sbin/ldconfig
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun 
+/sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libextractor.so
-%attr(755,root,root) %{_libdir}/libextractor.so.*
-%attr(755,root,root) %{_libdir}/libextractor_*.so
-%attr(755,root,root) %{_libdir}/libextractor_*.so.*
 %attr(755,root,root) %{_bindir}/extract
+%attr(755,root,root) %{_libdir}/libextractor*.so*
 %doc %{_mandir}/man1/*
 
 %files devel
This page took 0.424188 seconds and 4 git commands to generate.