rpms/gstreamer08-plugins/devel gstreamer08-plugins.spec,1.4,1.5

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Sep 5 18:11:34 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/gstreamer08-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24892

Modified Files:
	gstreamer08-plugins.spec 
Log Message:
* Tue Sep  5 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.8.12-7
- Rebuild for FC6.
- Simplify summary & description for devel package.
- Use disable-static & disable-schemas-install configure flags.



Index: gstreamer08-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/gstreamer08-plugins/devel/gstreamer08-plugins.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gstreamer08-plugins.spec	8 Jul 2006 07:27:57 -0000	1.4
+++ gstreamer08-plugins.spec	5 Sep 2006 18:11:33 -0000	1.5
@@ -7,7 +7,7 @@
 
 Name:           %{gstreamer}-plugins
 Version:        0.8.12
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        GStreamer Streaming media framework plug-ins
 
 Group:          Applications/Multimedia
@@ -77,7 +77,7 @@
 plugins.
 
 %package devel
-Summary:        Libraries/include files for GStreamer plug-ins
+Summary:        Development files for %{name}
 Group:          Development/Libraries
 
 Requires:	%{name} = %{version}-%{release}
@@ -86,15 +86,8 @@
 Requires:	pkgconfig
 
 %description devel
-GStreamer is a streaming-media framework, based on graphs of filters which
-operate on media data. Applications using this library can do anything
-from real-time sound processing to playing videos, and just about anything
-else media-related.  Its plugin-based architecture means that new data
-types or processing capabilities can be added simply by installing new   
-plugins.
-
-This package contains the libraries and includes files necessary to develop
-applications and plugins for GStreamer.
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
 
 %prep
 %setup -q -n gst-plugins-%{version} 
@@ -118,6 +111,8 @@
   --disable-spc \
   --disable-cairo \
   --disable-libvisual \
+  --disable-schemas-install \
+  --disable-static \
   --enable-DEBUG --disable-tests --disable-examples
 
 make %{?_smp_mflags}
@@ -126,14 +121,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make DESTDIR=${RPM_BUILD_ROOT} install
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majmin}/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majmin}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %find_lang %{po_package}
 
@@ -320,6 +310,11 @@
 %{_libdir}/*so
 
 %changelog
+* Tue Sep  5 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.8.12-7
+- Rebuild for FC6.
+- Simplify summary & description for devel package.
+- Use disable-static & disable-schemas-install configure flags.
+
 * Sat Jul 08 2006 Aurelien Bompard <abompard at fedoraproject.org> 0.8.12-6
 - fix files list
 




More information about the fedora-extras-commits mailing list