summaryrefslogtreecommitdiff
path: root/gnonlin.spec.in
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2006-04-05 09:06:42 +0000
committerChristian Schaller <uraeus@gnome.org>2006-04-05 09:06:42 +0000
commit32a9bbb7672a324de72377df207d0efe92938103 (patch)
treef4eb8e90be3abf4be12d8880e4c97f66121ffc65 /gnonlin.spec.in
parenta8a899a8861d23da94e4eca3b84e1d82187a109d (diff)
removing uneeded stuff from the spec file
Original commit message from CVS: removing uneeded stuff from the spec file
Diffstat (limited to 'gnonlin.spec.in')
-rw-r--r--gnonlin.spec.in21
1 files changed, 1 insertions, 20 deletions
diff --git a/gnonlin.spec.in b/gnonlin.spec.in
index a56219f..e7f7b8e 100644
--- a/gnonlin.spec.in
+++ b/gnonlin.spec.in
@@ -14,27 +14,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%define gst_req @GST_REQ@
Requires: gstreamer >= %{gst_req}
-Requires: gstreamer-tools >= %{gst_req}
BuildRequires: gstreamer-devel >= %{gst_req}
%description
-Gnonlin is a library built on top of GStreamer (http://gstreamer.net) which
+Gnonlin is a plugin for GStreamer (http://gstreamer.freedesktop.org) which
provides support for writing non-linear audio and video editing applications. It
introduces the concept of a timeline.
-%package devel
-Summary: Libraries/include files for gnonlin development
-Requires: gstreamer-devel >= %{gst_req}
-Group: Development/Libraries
-
-%description devel
-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.
-
-This package contains the libraries and includes files necessary to develop
-applications using gnonlin.
-
%prep
%setup -q -n gnonlin-%{version}
@@ -61,11 +47,6 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING README
%{_libdir}/gstreamer-%{gst_majorminor}/libgnl*
-%files devel
-%defattr(-, root, root, -)
-%{_libdir}/pkgconfig/gnonlin.pc
-
-# %doc %{_datadir}/gtk-doc/html/gnonlin
%changelog
* Thu Jul 14 2005 Edward Hervey <edward at fluendo dot com>