rpms/akode/devel .cvsignore, 1.2, 1.3 akode.spec, 1.3, 1.4 sources, 1.2, 1.3

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Aug 8 12:56:31 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/akode/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7102

Modified Files:
	.cvsignore akode.spec sources 
Log Message:
* Mon Aug 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
- 2.0.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/akode/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Jan 2006 14:50:17 -0000	1.2
+++ .cvsignore	8 Aug 2006 12:56:31 -0000	1.3
@@ -1 +1 @@
-30375-akode-2.0.tar.gz
+30375-akode-2.0.1.tar.bz2


Index: akode.spec
===================================================================
RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- akode.spec	21 Jul 2006 15:27:35 -0000	1.3
+++ akode.spec	8 Aug 2006 12:56:31 -0000	1.4
@@ -1,13 +1,13 @@
 
 Summary: Audio-decoding framework 
 Name:	 akode 
-Version: 2.0 
-Release: 1%{?dist}.2
+Version: 2.0.1
+Release: 1%{?dist}
 License: LGPL
 Group: 	 System Environment/Libraries
-URL:	 http://carewolf.com/akode/  
-#URL:	 http://www.kde-apps.org/content/show.php?content=30375
-Source:	 http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz
+#URL:	 http://carewolf.com/akode/  
+URL:	 http://www.kde-apps.org/content/show.php?content=30375
+Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: automake
@@ -77,6 +77,11 @@
 # unpackaged files
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
+# rpmdocs
+for file in AUTHORS COPYING NEWS README TODO ; do
+  test -s  "$file" && install -p -m644 -D "$file" "rpmdocs/$file"
+done
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -89,9 +94,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
-# NEWS omitted, currently empty
-#doc NEWS
+%doc rpmdocs/* 
 %{_bindir}/akodeplay
 %{_libdir}/libakode.so.*
 %{_libdir}/libakode_*_*.so
@@ -104,6 +107,9 @@
 
 
 %changelog
+* Mon Aug 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
+- 2.0.1
+
 * Fri Jul 21 2006 Rex Dieter <rexdieter[AT]users.sf.net>
 - fc6: gcc/glibc respin
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/akode/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Jan 2006 14:50:17 -0000	1.2
+++ sources	8 Aug 2006 12:56:31 -0000	1.3
@@ -1 +1 @@
-04f79cda65c8e9966fa462eaaaa282dc  30375-akode-2.0.tar.gz
+94a10e7729b20b669bc5c7721f62e162  30375-akode-2.0.1.tar.bz2




More information about the scm-commits mailing list