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 | 6b047e04b992e7152fed89a0467bb3370e57049f (patch) | |
tree | 1ec9dcfaaa2e37ce034aebb82b984ba121ed0fb1 /gst-plugins.spec.in | |
parent | fc227006b1b4d5c4207ab1d92e6f964fbc141a57 (diff) |
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 |