CVS Root: /cvsroot/gstreamer
Module: gst-editor
Changes by: theuraeus
Date: Sat Feb 22 2003 01:52:24 PST
Log message:
Update version in CVS to 0.5.0, fix the spec file
Modified files:
. : configure.ac gst-editor.spec.in
Links:
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-editor/configure.ac.diff?r1=1.27&r2=1.28
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-editor/gst-editor.spec.in.diff?r1=1.20&r2=1.21
====Begin Diffs====
Index: configure.ac
===================================================================
RCS file: /cvsroot/gstreamer/gst-editor/configure.ac,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- configure.ac 4 Feb 2003 22:01:10 -0000 1.27
+++ configure.ac 22 Feb 2003 09:52:11 -0000 1.28
@@ -3,7 +3,7 @@
AC_CANONICAL_TARGET([])
dnl when going to/from release please set the nano (fourth number) right !
-AS_VERSION(gst-editor, GST_EDITOR_VERSION, 0, 1, 9, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-editor, GST_EDITOR_VERSION, 0, 5, 0, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl We disable static building for development, for time savings
dnl AM_DISABLE_STATIC
Index: gst-editor.spec.in
===================================================================
RCS file: /cvsroot/gstreamer/gst-editor/gst-editor.spec.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- gst-editor.spec.in 21 Feb 2003 22:42:37 -0000 1.20
+++ gst-editor.spec.in 22 Feb 2003 09:52:11 -0000 1.21
@@ -69,6 +69,10 @@
make
%makeinstall
+# Clean out files that should not be part of the rpm.
+# This is the recommended way of dealing with it for RH8
+rm -rf $RPM_BUILD_ROOT/var/*
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -99,17 +103,20 @@
%{_datadir}/pixmaps/gst-editor.png
%{_datadir}/pixmaps/gst-inspect.png
%{_datadir}/pixmaps/gst-launch.png
+%{_datadir}//gst-editor/gst-editor.png
%{_datadir}/omf/gst-editor/gst-editor-manual-C.omf
+%{_datadir}/gst-editor/gnome/help/gst-editor/C/*
%{_mandir}/man1/gst-editor.*
%{_mandir}/man1/gst-launch-gui.*
+%{_mandir}/man1/gst-inspect-gui.1
%files devel
%defattr(-, root, root)
-%{_includedir}/gst/debug-ui/debug-ui.h
-%{_includedir}/gst/editor/*.h
-%{_includedir}/gst/element-browser/*.h
-%{_includedir}/gst/element-ui/gst-element-ui.h
+%{_includedir}/gst-editor-0.5.0/gst/debug-ui/debug-ui.h
+%{_includedir}/gst-editor-0.5.0/gst/editor/*
+%{_includedir}/gst-editor-0.5.0/gst/element-browser/*
+%{_includedir}/gst-editor-0.5.0/gst/element-ui/*
%{_libdir}/libgstdebugui.so
%{_libdir}/libgsteditor.so
%{_libdir}/libgstelementbrowser.so
|