]> git.pld-linux.org Git - packages/gavl.git/commitdiff
- track soname auto/ti/gavl-1_2_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Jun 2011 19:10:27 +0000 (19:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed redundant --enable-shared option
- GPL version (v2+, from source code not just included COPYING file)

Changed files:
    gavl.spec -> 1.13

gavl.spec

index cb3f0ec3892625fd3927043fb21323ebfa486d60..897a1c9f670c758fb5ae1d5737ad105ec2a30c74 100644 (file)
--- a/gavl.spec
+++ b/gavl.spec
@@ -7,9 +7,9 @@ Summary(pl.UTF-8):      Biblioteka audio/video GMerlin
 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
@@ -63,7 +63,6 @@ Statyczna biblioteka gavl.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-shared \
        --enable-static \
        %{!?with_apidocs:--without-doxygen} \
        --with-cpuflags=none
@@ -75,7 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__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
@@ -86,8 +88,8 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.661817 seconds and 4 git commands to generate.