]> git.pld-linux.org Git - packages/gavl.git/commitdiff
- added make patch and doc, changed Group to Libraries
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Aug 2006 20:51:16 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gavl.spec -> 1.3

gavl.spec

index fe8d36ccbbf00a58e5f039ccb9712780681a2943..52536345124dcf667b2fb4c323b448d8b4a77057 100644 (file)
--- a/gavl.spec
+++ b/gavl.spec
@@ -4,10 +4,14 @@ Name:         gavl
 Version:       0.2.4
 Release:       0.1
 License:       GPL
-Group:         Applications
+Group:         Libraries
 Source0:       http://dl.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
 # Source0-md5: ba7989a9344026827b34e797b0a58d87
+Patch0:                %{name}-make.patch
 URL:           http://gmerlin.sourceforge.net/gavl_frame.html
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,8 +46,14 @@ Statyczna biblioteka gavl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -61,6 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS README TODO
 %attr(755,root,root) %{_libdir}/libgavl.so.*.*.*
 
 %files devel
@@ -69,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgavl.la
 %{_libdir}/gavl
 %{_includedir}/gavl
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/gavl.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.147992 seconds and 4 git commands to generate.