rpms/gnonlin/devel gnonlin.spec,1.19,1.20

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Nov 3 20:05:21 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/gnonlin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5847

Modified Files:
	gnonlin.spec 
Log Message:
* Mon Nov  3 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.10-1
- Update to 0.10.10



Index: gnonlin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnonlin/devel/gnonlin.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gnonlin.spec	30 Oct 2008 13:50:15 -0000	1.19
+++ gnonlin.spec	3 Nov 2008 20:04:51 -0000	1.20
@@ -2,14 +2,14 @@
 %define		gst_plugins_base_req	0.10.4
 
 Name: 		gnonlin
-Version: 	0.10.9.2
+Version: 	0.10.10
 Release:	1%{?dist}
 Summary: 	GStreamer extension library for non-linear editing
 
 Group: 		System Environment/Libraries
 License: 	LGPLv2+
 URL:		http://gnonlin.sourceforge.net/
-Source:		http://gstreamer.freedesktop.org/src/gnonlin/pre/gnonlin-%{version}.tar.gz
+Source:		http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: 	gstreamer-devel >= %{gst_req}
@@ -18,39 +18,35 @@
 Requires:	gstreamer-plugins-base >= %{gst_plugins_base_req}
 Obsoletes:	gnonlin-devel
 
-
 %description
 Gnonlin is a library built on top of GStreamer (http://gstreamer.net)
 which provides support for writing non-linear audio and video editing
 applications. It introduces the concept of a timeline.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING.LIB README
 %{_libdir}/gstreamer-0.10/libgnl.so
 
-
 %changelog
+* Mon Nov  3 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.10-1
+- Update to 0.10.10
+
 * Thu Oct 30 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.9.2-1
 - Update to 0.10.9.2
 




More information about the scm-commits mailing list