Author: qboosh                       Date: Thu Jun 30 19:10:33 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- track soname
- removed redundant --enable-shared option
- GPL version (v2+, from source code not just included COPYING file)

---- Files affected:
packages/gavl:
   gavl.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/gavl/gavl.spec
diff -u packages/gavl/gavl.spec:1.12 packages/gavl/gavl.spec:1.13
--- packages/gavl/gavl.spec:1.12        Tue Jun 28 23:38:37 2011
+++ packages/gavl/gavl.spec     Thu Jun 30 21:10:27 2011
@@ -8,9 +8,9 @@
 Name:          gavl
 Version:       1.2.0
 Release:       1
-License:       GPL v3
+License:       GPL v2+
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
+Source0:       
http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
 # Source0-md5: f7dd25d3ef26a8d22f947e9383d251e7
 Patch0:                %{name}-make.patch
 URL:           http://gmerlin.sourceforge.net/gavl_frame.html
@@ -64,7 +64,6 @@
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-shared \
        --enable-static \
        %{!?with_apidocs:--without-doxygen} \
        --with-cpuflags=none
@@ -76,7 +75,10 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT{%{_libdir}/*.la,%{_prefix}/share/doc/%{name}}
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/share/doc/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -87,8 +89,8 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
-%attr(755,root,root) %ghost %{_libdir}/libgavl.so.?
 %attr(755,root,root) %{_libdir}/libgavl.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgavl.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -107,6 +109,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2011/06/30 19:10:27  qboosh
+- track soname
+- removed redundant --enable-shared option
+- GPL version (v2+, from source code not just included COPYING file)
+
 Revision 1.12  2011/06/28 21:38:37  gotar
 - soname change
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gavl/gavl.spec?r1=1.12&r2=1.13&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to