[pitivi] Update to 0.13.5

Chen Lei supercyper at fedoraproject.org
Thu Sep 23 06:05:22 UTC 2010


commit 4d6c36b7384263e6452ba09eddf187d098a07f16
Author: Chen Lei <supercyper at 163.com>
Date:   Thu Sep 23 14:04:50 2010 +0800

    Update to 0.13.5

 .gitignore  |    2 +-
 pitivi.spec |  153 +++++++++++++++--------------------------------------------
 sources     |    2 +-
 3 files changed, 40 insertions(+), 117 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e8ea9b..447d729 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-pitivi-0.13.4.tar.bz2
+/pitivi-0.13.5.tar.bz2
diff --git a/pitivi.spec b/pitivi.spec
index 8ba3982..2da0ba6 100644
--- a/pitivi.spec
+++ b/pitivi.spec
@@ -1,31 +1,26 @@
-%define major   0.13
-%define minor   4
-Name:           pitivi
-Version:        %{major}.%{minor}
-Release:        3%{?dist}
-Summary:        Non-linear video editor
-
-Group:          Applications/Multimedia
-License:        LGPLv2+
-URL:            http://www.pitivi.org/
-
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/pitivi/%{major}/pitivi-%{version}.tar.bz2
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
-
-Requires:       gnonlin >= 0.10.15
-Requires:       gstreamer-python >= 0.10.16
-Requires:       gstreamer >= 0.10.24
-Requires:       gstreamer-plugins-base >= 0.10.24
-Requires:       pygtk2 >= 2.14.0
-Requires:       python-zope-interface
-Requires:       pygoocanvas
-Requires:       python-setuptools
-
-BuildRequires:  desktop-file-utils
-BuildRequires:  intltool => 0.35.0
-BuildRequires:  python-setuptools
+%global major 0.13
+%global minor 5
+
+Name:		pitivi
+Version:	%{major}.%{minor}
+Release:	1%{?dist}
+Summary:	Non-linear video editor
+Group:		Applications/Multimedia
+License:	LGPLv2+
+URL:		http://www.pitivi.org/
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/pitivi/%{major}/pitivi-%{version}.tar.bz2
+BuildRequires:	intltool
+BuildRequires:	python
+BuildRequires:	desktop-file-utils
+Requires:	gnonlin
+Requires:	gstreamer-plugins-good
+Requires:	gstreamer-python
+Requires:	pygtk2
+Requires:	pygoocanvas
+Requires:	python-zope-interface
+Requires:	python-setuptools
+Requires:	hicolor-icon-theme
+BuildArch:	noarch
 
 %description
 Pitivi is an application using the GStreamer multimedia framework to
@@ -35,32 +30,27 @@ At this level of development it can be compared to a classic video editing
 program. 
 
 %prep
-%setup0 -q -n %{name}-%{version}
+%setup -q
 
 for f in `find . -name \*.py`
 do
-        %{__sed} -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f
+	sed -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f
 done
 
 %build
-./autogen.sh
-
 %configure --libdir=%{_datadir}
 
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
-# remove SVG icons from PNG dirs. Fix is upstream already.
-rm %{buildroot}%{_datadir}/icons/hicolor/*x*/apps/pitivi.svg
-rm %{buildroot}%{_datadir}/applications/pitivi.desktop
-desktop-file-install --vendor fedora                            \
-        --dir %{buildroot}%{_datadir}/applications              \
-        --add-category AudioVideoEditing                        \
-        pitivi.desktop
+desktop-file-install --delete-original \
+	--dir %{buildroot}%{_datadir}/applications \
+	--add-category AudioVideoEditing \
+	pitivi.desktop
 
 %find_lang %{name}
+
 %clean
 rm -rf %{buildroot}
 
@@ -75,13 +65,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
-%{_bindir}/pitivi
-%{_datadir}/pitivi
-%{_datadir}/applications/*
-%{_datadir}/icons/hicolor/*/apps/pitivi.*
-%{_datadir}/mime/packages/pitivi.xml
+%{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Wed Sep 22 2010 Chen Lei <supercyper at 163.com> - 0.13.5-1
+- Update to 0.13.5
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 0.13.4-3
 - recompiling .py files against Python 2.7 (rhbz#623347)
 
@@ -241,73 +234,3 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 * Mon May 28 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.2.2-2
 - BR perl(XML::Parser)
-
-* Mon May 28 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.2.2-1
-- Update to 0.10.2.2
-
-* Wed Jan 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.2-2
-- Don't forget to add new patch to CVS
-
-* Wed Jan 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.2-1
-- Update to 0.10.2
-- Drop sync patch
-- Add find_lang to pick up localizations
-- Temporarily re-run auto* tools until PyGTK detection is fixed.
-- See http://bugzilla.gnome.org/show_bug.cgi?id=402995
-
-* Thu Dec 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.1-7
-- Fix stupid mistake
-
-* Thu Dec 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.1-6
-- Launch pitivi with --sync option (BZ#219604)
-- Fix buildroot macro usage
-- Remove X-Fedora category from menu entry
-- Remove duplicate menu entry (BZ#219603)
-
-* Wed Dec 13 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.1-5
-- Add requirement on gstreamer-python
-
-* Tue Dec 12 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.1-4
-- Taking ownership.
-- Add dist tag
-- Simplify files section
-- Move library files to /usr/share
-- Remove shebangs from library files
-- Drop zero length README file
-
-* Thu Sep 07 2006 W. Michael Petullo <mike[at]flyn.org> - 0.10.1-3
-- Rebuild for FC6.
-
-* Wed Sep 06 2006 W. Michael Petullo <mike[at]flyn.org> - 0.10.1-2
-- Remove %%ghost from .pyo files: new Fedora policy.
-
-* Sat Jun 03 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.1-1
-- update to 0.10.1
-
-* Sun May 07 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0-3
-- BuildRequires: pygtk2-libglade
-
-* Sun May 07 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0-2
-- BuildRequires: gnonlin because plugins are required a build time
-
-* Wed Apr 26 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0-1
-- update to 0.10.0
-- remove BuildRequires: gnonlin-devel
-
-* Wed Feb 08 2006 W. Michael Petullo <mike[@]flyn.org> 0.9.9.2-3
-- add BuildRequires
-- add %%{_libdir}/pitivi/python/pitivi/ui/*.glade
-
-* Tue Feb 07 2006 W. Michael Petullo <mike[@]flyn.org> 0.9.9.2-2
-- remove several %%defines.
-- avoid %%makeinstall.
-- BuildRequire: gnonlin-devel and Require: gnonlin.
-- use desktop-file-install.
-- BuildArch: noarch.
-- %%ghost *.pyo.
-
-* Mon Jan 23 2006 W. Michael Petullo <mike[@]flyn.org>
-- 0.9.9.2: updated to new version and gstreamer-0.10.
-
-* Mon Dec 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.1.1-0.fdr.1: initial package
diff --git a/sources b/sources
index 7a84bad..b5c8b3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c960ce49947412299aceed6eec54ebc  pitivi-0.13.4.tar.bz2
+2471dbff3a63777dc89870e44da203e1  pitivi-0.13.5.tar.bz2


More information about the scm-commits mailing list