mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Small fix to group statement for GStreamer
Original commit message from CVS: 2001-02-06 Christian Schaller <Uraeus@linuxrising.org> * Small fix to group statement for GStreamer My work on the SPEC file making the RPM make one package for all non-core plugins is underway, but I am not ready with it yet.
This commit is contained in:
parent
97b6de7b23
commit
2fdf4848d7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
%define name gstreamer
|
||||
%define ver @VERSION@
|
||||
%define rel SNAP
|
||||
%define rel 0.2.0
|
||||
%define prefix /usr
|
||||
|
||||
Summary: GStreamer Streaming-media framework runtime
|
||||
|
@ -8,7 +8,7 @@ Name: %name
|
|||
Version: %ver
|
||||
Release: %rel
|
||||
Copyright: LGPL
|
||||
Group: Libraries
|
||||
Group: Libraries/Multimedia
|
||||
Source: %{name}-%{ver}.tar.gz
|
||||
BuildRoot: /var/tmp/%{name}-%{ver}-root
|
||||
Docdir: %{prefix}/doc
|
||||
|
|
Loading…
Reference in a new issue