rpms/audio-convert-mod/F-10 .cvsignore, 1.5, 1.6 audio-convert-mod.spec, 1.7, 1.8 sources, 1.5, 1.6 audio-convert-mod-3.45.4-lame.patch, 1.1, NONE

Stewart Adam firewing at fedoraproject.org
Tue Jan 13 04:10:38 UTC 2009


Author: firewing

Update of /cvs/extras/rpms/audio-convert-mod/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6962/F-10

Modified Files:
	.cvsignore audio-convert-mod.spec sources 
Removed Files:
	audio-convert-mod-3.45.4-lame.patch 
Log Message:
Update to 3.45.5



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/audio-convert-mod/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	11 May 2008 21:46:49 -0000	1.5
+++ .cvsignore	13 Jan 2009 04:10:07 -0000	1.6
@@ -1 +1 @@
-audio-convert-mod-3.45.4.tar.gz
+audio-convert-mod-3.45.5.tar.gz


Index: audio-convert-mod.spec
===================================================================
RCS file: /cvs/extras/rpms/audio-convert-mod/F-10/audio-convert-mod.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audio-convert-mod.spec	13 Dec 2008 20:34:43 -0000	1.7
+++ audio-convert-mod.spec	13 Jan 2009 04:10:07 -0000	1.8
@@ -1,47 +1,40 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define pythonname audio_convert_mod
-#define pretag rc1
-
 Name:              audio-convert-mod
-# can't use 3.45.3 for non-testing releases: 3.45.3beta > 3.45.3
-Version:           3.45.4
-Release:           2%{?dist}
-#Release:           0.1.%{pretag}%{?dist}
+Version:           3.45.5
+Release:           1%{?dist}
 BuildArch:         noarch
-Summary:           A simple audio file converter supporting many formats
+Summary:           A simple audio file converter which supports many formats
 Group:             Applications/Multimedia
 License:           GPLv2+
-URL:               http://www.diffingo.com/content/view/13/47/lang,en/
+URL:               http://www.diffingo.com/oss/audio-convert-mod
 Source0:           http://www.diffingo.com/downloads/audio-convert-mod/audio-convert-mod-%{version}.tar.gz
-Patch0:            audio-convert-mod-3.45.4-lame.patch
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:     desktop-file-utils
-BuildRequires:     gettext
-BuildRequires:     intltool, automake, make
+BuildRequires:     gettext, intltool, automake, autoconf
 BuildRequires:     python-devel >= 2.4
 Requires:          python >= 2.4
 Requires:          pygtk2, pygtk2-libglade
-Requires:          flac, vorbis-tools, wavpack
+Requires:          notify-python
+
+# FOSS encoders, decoders, taggers
+Requires:          flac
+Requires:          id3lib
+Requires:          libmp4v2
+Requires:          vorbis-tools
+Requires:          wavpack
 
 %description
-%{name} is a simple audio file converter supporting various formats
+audio-convert-mod is a simple audio file converter supporting various formats
 via external binaries. It facilitates the batch conversion of audio files
-from one format to another by access from the menu or by the user script where
-at a right-click files can be converted at once. It also supports file
-tags/metadata where applicable.
+from one format to another at a right-click. Drag-and-drop is also supported.
+File tags/metadata are preserved when possible.
 
 
 %prep
 %setup -q
-#setup -q -n %{name}-%{version}%{pretag}
-
-%patch0 -b .lame
 
 %build
 %configure
-# We don't implement this yet
-# make %{?_smp_mflags}
 make
 
 %install
@@ -55,19 +48,28 @@
 
 %find_lang %{name}
 
+%check
+make check
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS INSTALL README TODO
 %{_bindir}/*
 %{_datadir}/%{name}/
 %{_datadir}/applications/fedora-*.desktop
-%{python_sitelib}/%{pythonname}/
+
+%doc AUTHORS ChangeLog COPYING NEWS INSTALL README TODO
 
 
 %changelog
+* Mon Jan 12 2009 Stewart Adam <s.adam at diffingo.com> 3.45.5-1
+- Update to 3.45.5 (see ChangeLog for details on version changes)
+- Add BR on autoconf
+- Require libmp4v2 for AAC tagging, id3lib for MP3 tagging and notify-python
+- Add %%check section
+
 * Sat Dec 13 2008 Steart Adam <s.adam at diffingo.com> 3.45.4-2
 - Add patch for fixing lame decode
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/audio-convert-mod/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	11 May 2008 21:46:49 -0000	1.5
+++ sources	13 Jan 2009 04:10:07 -0000	1.6
@@ -1 +1 @@
-d4b1a16aab437301f499b15925c9aff1  audio-convert-mod-3.45.4.tar.gz
+39bba3a8ecae014e58d72d56d5fd46ec  audio-convert-mod-3.45.5.tar.gz


--- audio-convert-mod-3.45.4-lame.patch DELETED ---




More information about the fedora-extras-commits mailing list