diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-05 14:27:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-05 14:27:28 +0000 |
commit | 67ee32fac4b31e191e16c15985032d1e44f9345b (patch) | |
tree | 7a26130e51650e7a24bad25997b41ec445aad7f0 /gst-plugins.spec.in | |
parent | 09240aa10791505b2693a32cfc798b49586e2e1d (diff) | |
download | gst-plugins-bad-67ee32fac4b31e191e16c15985032d1e44f9345b.tar.gz gst-plugins-bad-67ee32fac4b31e191e16c15985032d1e44f9345b.tar.bz2 gst-plugins-bad-67ee32fac4b31e191e16c15985032d1e44f9345b.zip |
renaming stuff
Original commit message from CVS:
renaming stuff
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r-- | gst-plugins.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 762f0b00..cea6ab1a 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -1,4 +1,4 @@ -%define name gstreamer-plugins +%define name gst-plugins %define ver @VERSION@ %define rel @GST_VERSION_RELEASE@ %define prefix /usr @@ -30,7 +30,7 @@ plugins. %doc AUTHORS COPYING README %prep -%setup -n %{name}-%{ver} +%setup %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man |