rpms/asunder/F-9 asunder.spec,1.3,1.4 sources,1.4,1.5

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Sat Jul 5 13:09:37 UTC 2008


Author: szpak

Update of /cvs/pkgs/rpms/asunder/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1272

Modified Files:
	asunder.spec sources 
Log Message:
Updated to 1.6 (F9 branch)




Index: asunder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asunder/F-9/asunder.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asunder.spec	12 Feb 2008 19:59:53 -0000	1.3
+++ asunder.spec	5 Jul 2008 13:08:49 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		asunder
 Summary:	A graphical Audio CD ripper and encoder
-Version:	1.0.2
+Version:	1.6
 Release:	1%{?dist}
 License:	GPLv2
 Group: 		Applications/File
@@ -9,13 +9,16 @@
 #Packager:	Marcin Zajaczkowski <mszpak ATT wp DOTT pl>
 Source0:	http://littlesvr.ca/asunder/releases/asunder-%{version}.tar.bz2
 Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	libcddb
+#libcddb is forced by libcddb-devel and proper .so
+#Requires:	libcddb
 Requires:	cdparanoia
 #recommended runtime dependencies
 Requires:	vorbis-tools
 Requires:	flac
 #for mp3 encoding (due to Fedora's patent policy available only from rpm.livna.org repository)
 #Requires:	lame
+#additional runtime dependency (lossy and lossless hybrid compression mode)
+#Requires:	wavpack
 #version was taken from the program's website
 BuildRequires:	libcddb-devel >= 0.9.5
 BuildRequires: 	gtk2-devel >= 2.4
@@ -23,7 +26,8 @@
 BuildRequires:	gettext
 
 %description
-It allows to save tracks from an Audio CD as WAV, MP3, OGG, and/or FLAC.
+It allows to save tracks from an Audio CD as WAV, MP3, OGG, FLAC
+and/or Wavpack.
 
 %prep
 %setup -q
@@ -34,6 +38,10 @@
 
 %install
 rm -fr %{buildroot}
+#remove sv locales with broken encoding in 1.5
+mv asunder.desktop asunder.desktop.org
+cat asunder.desktop.org  | grep -v "Comment\[sv\]" > asunder.desktop
+
 make install DESTDIR=%{buildroot}
 
 %find_lang %{name}
@@ -56,6 +64,15 @@
 #%{_mandir}/man1/asunder.1*
 
 %changelog
+* Tue Jul 1 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.6-1
+- updated to 1.6
+- removed explicit libcddb dependency
+- broken too long desciption line
+
+* Sun May 4 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.5-1
+- updated to 1.5
+- added (commented for now) wavpack dependency
+
 * Mon Feb 4 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.0.2-1
 - updated to 1.0.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asunder/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Feb 2008 19:59:53 -0000	1.4
+++ sources	5 Jul 2008 13:08:49 -0000	1.5
@@ -1 +1 @@
-b4cc0b9e2b1a96ce5e20cc1ba944d7d0  asunder-1.0.2.tar.bz2
+4b54bd62ad5743094715482a0d4812e4  asunder-1.6.tar.bz2




More information about the fedora-extras-commits mailing list