SPECS: gavl.spec - added make patch and doc, changed Group to Libr...

qboosh qboosh at pld-linux.org
Sun Aug 20 22:51:21 CEST 2006


Author: qboosh                       Date: Sun Aug 20 20:51:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added make patch and doc, changed Group to Libraries

---- Files affected:
SPECS:
   gavl.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gavl.spec
diff -u SPECS/gavl.spec:1.2 SPECS/gavl.spec:1.3
--- SPECS/gavl.spec:1.2	Sun Aug 20 18:53:57 2006
+++ SPECS/gavl.spec	Sun Aug 20 22:51:16 2006
@@ -5,10 +5,14 @@
 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
@@ -43,8 +47,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -62,6 +72,7 @@
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS README TODO
 %attr(755,root,root) %{_libdir}/libgavl.so.*.*.*
 
 %files devel
@@ -70,7 +81,7 @@
 %{_libdir}/libgavl.la
 %{_libdir}/gavl
 %{_includedir}/gavl
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/gavl.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -82,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/08/20 20:51:16  qboosh
+- added make patch and doc, changed Group to Libraries
+
 Revision 1.2  2006/08/20 16:53:57  qboosh
 - pl for base, files fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gavl.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list