]> git.pld-linux.org Git - packages/libshout.git/commitdiff
- updated to 2.1, adedd examplesdir
authoryogib <yogib@pld-linux.org>
Sun, 20 Feb 2005 08:50:49 +0000 (08:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libshout.spec -> 1.18

libshout.spec

index a4b59a6ef867868812d41b43af7721374c4edfe3..934378b423200bacbd35a5d2ef2c58e96bf119d3 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       libshout - icecast source streaming library
 Summary(pl):   Biblioteka ¼róde³ strumieni icecast
 Name:          libshout
-Version:       2.0
+Version:       2.1
 Release:       1
 License:       LGPL
 Vendor:                Icecast <team@icecast.org>
 Group:         Libraries
-Source0:       http://www.icecast.org/files/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 627f3eede05b2237bee1369e4a95143c
+Source0:       http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: ca6e98af87fd17c709821d9be82b37d5
 #Patch0:               %{name}-ac_am_fixes.patch
 URL:           http://www.icecast.org/
 BuildRequires: autoconf
@@ -69,10 +69,13 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+cp -rf examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,12 +89,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/* examples/example.c
+%doc doc/* 
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/shout.pc
 %{_datadir}/aclocal/shout.m4
 %{_libdir}/lib*.la
 %{_includedir}/shout
+%{_examplesdir}/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.061488 seconds and 4 git commands to generate.