[gst123] New upstream bug fix release Clean up spec to match current guidelines

Rahul Sundaram sundaram at fedoraproject.org
Sat Jul 30 18:27:10 UTC 2011


commit ff967d2417cbb854232a0d9ea703be90bd19028c
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Jul 30 23:48:25 2011 +0530

    New upstream bug fix release
    Clean up spec to match current guidelines

 .gitignore  |    1 +
 gst123.spec |   12 +++++-------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f0e7e9..328544f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gst123-0.1.2.tar.bz2
 /gst123-0.1.3.tar.bz2
 /gst123-0.2.0.tar.bz2
+/gst123-0.2.1.tar.bz2
diff --git a/gst123.spec b/gst123.spec
index 2a46ffd..5702aad 100644
--- a/gst123.spec
+++ b/gst123.spec
@@ -1,6 +1,6 @@
 Summary: Command line multimedia player based on gstreamer
 Name: gst123
-Version: 0.2.0
+Version: 0.2.1
 Release: 1%{?dist}
 URL: http://space.twc.de/~stefan/gst123.php
 Source: http://space.twc.de/~stefan/gst123/%{name}-%{version}.tar.bz2
@@ -8,7 +8,6 @@ Source: http://space.twc.de/~stefan/gst123/%{name}-%{version}.tar.bz2
 License: LGPLv2
 Group: Applications/Multimedia
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gstreamer-devel
 BuildRequires: gstreamer-plugins-base-devel
 BuildRequires: gtk2-devel
@@ -31,20 +30,19 @@ music files.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 
 %{_bindir}/gst123
 %{_mandir}/man1/gst123.1.gz
 %doc COPYING AUTHORS README NEWS
 
 %changelog
+* Sun Jul 31 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.2.1-1
+- New upstream bug fix release
+- Clean up spec to match current guidelines
+
 * Sat Jul 30 2011 Siddhesh Poyarekar <siddhesh at redhat.com> - 0.2.0-1
 - New upstream 0.2.0
 
diff --git a/sources b/sources
index 4c661d8..08dd89f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6790f90bd6b9c6e9ae57c8df4bf9fc74  gst123-0.2.0.tar.bz2
+956d8c28e26322286b11688226450ca5  gst123-0.2.1.tar.bz2


More information about the scm-commits mailing list