rpms/audio-convert-mod/devel .cvsignore, 1.3, 1.4 audio-convert-mod.spec, 1.4, 1.5 sources, 1.3, 1.4

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Tue Apr 29 22:57:28 UTC 2008


Author: firewing

Update of /cvs/extras/rpms/audio-convert-mod/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25476/devel

Modified Files:
	.cvsignore audio-convert-mod.spec sources 
Log Message:
Update to 3.45.3



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/audio-convert-mod/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Sep 2007 12:35:16 -0000	1.3
+++ .cvsignore	29 Apr 2008 22:56:49 -0000	1.4
@@ -1 +1 @@
-audio-convert-mod-3.45.2.tar.gz
+audio-convert-mod-3.45.3.tar.gz


Index: audio-convert-mod.spec
===================================================================
RCS file: /cvs/extras/rpms/audio-convert-mod/devel/audio-convert-mod.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audio-convert-mod.spec	19 Jan 2008 15:47:45 -0000	1.4
+++ audio-convert-mod.spec	29 Apr 2008 22:56:49 -0000	1.5
@@ -1,20 +1,24 @@
 %{!?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
-Version:           3.45.2
-Release:           3%{?dist}
+# can't use 3.45.3 for non-testing releases: 3.45.3beta > 3.45.3
+Version:           3.45.3
+Release:           1%{?dist}
+#Release:           0.1.%{pretag}%{?dist}
 BuildArch:         noarch
 Summary:           A simple audio file converter supporting many formats
 Group:             Applications/Multimedia
 License:           GPLv2+
 URL:               http://www.diffingo.com/content/view/13/47/lang,en/
 Source0:           http://www.diffingo.com/downloads/audio-convert-mod/audio-convert-mod-%{version}.tar.gz
-Patch0:            acm-runapp.py-usage.patch
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:     desktop-file-utils
 BuildRequires:     gettext
-BuildRequires:     python >= 2.4
+BuildRequires:     intltool, automake, make
+BuildRequires:     python-devel >= 2.4
 Requires:          python >= 2.4
 Requires:          pygtk2, pygtk2-libglade
 Requires:          flac, vorbis-tools, wavpack
@@ -28,14 +32,18 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
+#setup -q -n %{name}-%{version}%{pretag}
 
-pushd src
-%patch0 -p0 -b .patch0
-popd
+#pushd src
+#patch0 -p0 -b .patch0
+#popd
 
 %build
-make %{?_smp_mflags}
+%configure
+# We don't implement this yet
+# make %{?_smp_mflags}
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,27 +51,28 @@
 
 desktop-file-install --vendor fedora\
     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications\
+    --delete-original \
     ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
-rm -f ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
-rm -f ${RPM_BUILD_ROOT}%{_sbindir}/%{name}-uninstall
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
-%dir %{_datadir}/%{name}
-%dir %{python_sitelib}/%{pythonname}
-
 %{_bindir}/*
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}/
 %{_datadir}/applications/fedora-*.desktop
-%{python_sitelib}/%{pythonname}/*
+%{python_sitelib}/%{pythonname}/
 
-%doc AUTHORS README COPYING CHANGELOG TODO
+%doc AUTHORS ChangeLog COPYING NEWS INSTALL README TODO
 
 %changelog
+* Fri Apr 25 2008 Stewart Adam <s.adam at diffingo.com> 3.45.3-1
+- Update to 3.45.3 (see CHANGELOG file for details on version changes)
+- Fixes RH#442502
+
 * Sat Jan 19 2008 Stewart Adam <s.adam at diffingo.com> 3.45.2-3
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/audio-convert-mod/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Sep 2007 12:35:16 -0000	1.3
+++ sources	29 Apr 2008 22:56:49 -0000	1.4
@@ -1 +1 @@
-22e309010837b60b60194c0e052b4cd8  audio-convert-mod-3.45.2.tar.gz
+3a2721bfad1627eac11b52f961f9585e  audio-convert-mod-3.45.3.tar.gz




More information about the fedora-extras-commits mailing list