From bead5a4e61299de7cc642c756fb16d936c447190 Mon Sep 17 00:00:00 2001 From: ngompa Date: Dec 01 2007 16:01:38 +0000 Subject: update to OggConvert 0.3.0 --- diff --git a/.cvsignore b/.cvsignore index 1579983..04aebb7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -oggconvert-0.2.1.1.tar.gz +oggconvert-0.3.0.tar.gz diff --git a/oggconvert.spec b/oggconvert.spec index 66eea81..d176490 100644 --- a/oggconvert.spec +++ b/oggconvert.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: oggconvert -Version: 0.2.1.1 -Release: 12%{?dist} +Version: 0.3.0 +Release: 13%{?dist} Summary: A simple GNOME application that converts media to Free formats Group: Applications/Multimedia @@ -13,11 +13,13 @@ Source0: http://oggconvert.tristanb.net/releases/oggconvert-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pygtk2 >= 2.10, pygtk2-libglade >= 2.10 Requires: gstreamer >= 0.10.12, gstreamer-python, gstreamer-plugins-base +Requires: gettext BuildArch: noarch BuildRequires: python-devel BuildRequires: pygtk2 >= 2.10, pygtk2-libglade >= 2.10 BuildRequires: gstreamer >= 0.10.12, gstreamer-python, gstreamer-plugins-base BuildRequires: desktop-file-utils +BuildRequires: gettext %description # Description from site @@ -44,27 +46,36 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install -rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT desktop-file-install --vendor="fedora" --delete-original \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ %{buildroot}/%{_datadir}/applications/oggconvert.desktop +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) -%doc README COPYING AUTHORS +%doc README COPYING AUTHORS TODO ChangeLog PKG-INFO # For noarch packages: sitelib %{python_sitelib}/OggConvert/ %{_bindir}/oggconvert %{_datadir}/applications/fedora-oggconvert.desktop +%{_datadir}/pixmaps/oggconvert.svg %changelog +* Sat Nov 24 2007 Neal Gompa - 0.3.0-13 +- Updated to OggConvert 0.3.0 +- Added translations +- included icon +- Added more docs to include +- Fixed a bug in install sequence where sometimes the + files would be removed before being assembled into the package * Sat Oct 6 2007 Neal Gompa - 0.2.1.1-12 - Made changes for .desktop file to conform with guidelines - Changed license label to conform with Fedora Packaging Guidelines diff --git a/sources b/sources index 3a523c9..a751b4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9370b891421826361f5aa4eee30075f4 oggconvert-0.2.1.1.tar.gz +9a197d51b3767447c48c8229500d5492 oggconvert-0.3.0.tar.gz