rpms/gnonlin/devel gnonlin.spec,1.9,1.10

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Oct 16 16:20:11 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/gnonlin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32130

Modified Files:
	gnonlin.spec 
Log Message:
* Mon Oct 16 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.10.5-3
- Unorphan & rebuild.
- Require gstreamer-plugins-base.
- Don't build static libraries.
- Bump minimum requirement for gst-plugins-base.



Index: gnonlin.spec
===================================================================
RCS file: /cvs/extras/rpms/gnonlin/devel/gnonlin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnonlin.spec	7 Sep 2006 21:25:17 -0000	1.9
+++ gnonlin.spec	16 Oct 2006 16:19:41 -0000	1.10
@@ -1,47 +1,62 @@
 %define		gst_req			0.10.8.1
-%define		gst_plugins_base_req	0.10.2
+%define		gst_plugins_base_req	0.10.4
 
 Name: 		gnonlin
 Version: 	0.10.5
-Release:	2
+Release:	3
 Summary: 	GStreamer extension library for non-linear editing
 
 Group: 		System Environment/Libraries
 License: 	LGPL
 URL:		http://gnonlin.sourceforge.net/
-Source:		http://prdownloads.sourceforge.net/gnonlin/%{name}-%{version}.tar.gz
+Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: 	gstreamer-devel >= %{gst_req} gstreamer-plugins-base-devel >= %{gst_plugins_base_req}
-Obsoletes: gnonlin-devel
+BuildRequires: 	gstreamer-devel >= %{gst_req}
+BuildRequires:	gstreamer-plugins-base-devel >= %{gst_plugins_base_req}
+
+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
+%configure --enable-static=no
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-%makeinstall
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
-%defattr(-, root, root, -)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING.LIB README
-%{_libdir}/gstreamer-0.10/libgnl*
+%{_libdir}/gstreamer-0.10/libgnl.so
+
 
 %changelog
+* Mon Oct 16 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.10.5-3
+- Unorphan & rebuild.
+- Require gstreamer-plugins-base.
+- Don't build static libraries.
+- Bump minimum requirement for gst-plugins-base.
+
 * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.5-2
 - rebuild for FC6.
 




More information about the scm-commits mailing list