Skip to content

Commit

Permalink
Minor spec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Hassan committed Oct 29, 2014
1 parent f1d8ac3 commit db2f330
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rpm/gst-plugins-base.spec
@@ -1,8 +1,7 @@
%define majorminor 1.0
%define gstreamer gstreamer
%define gst_minver 1.2.0

Name: %{gstreamer}1.0-plugins-base
Name: %{gstreamer}%{majorminor}-plugins-base
Version: 1.2.0
Release: 1
Summary: GStreamer streaming media framework base plug-ins
Expand All @@ -11,7 +10,7 @@ License: LGPL
URL: http://gstreamer.freedesktop.org/
Vendor: GStreamer Backpackers Team <package@gstreamer.freedesktop.org>
Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gstreamer1.0-plugins-base-%{version}.tar.xz
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gst_minver}
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(orc-0.4)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(vorbis)
Expand Down Expand Up @@ -54,7 +53,7 @@ GStreamer Plugins Base library applications
NOCONFIGURE=1 ./autogen.sh
CFLAGS="$CFLAGS -mfpu=neon" \
%configure \
--with-package-name='Jolla GStreamer Base Plug-ins' \
--with-package-name='SailfishOS GStreamer Base Plug-ins' \
--with-package-origin='http://jolla.com' \
--enable-debug \
--disable-gtk-doc \
Expand Down

0 comments on commit db2f330

Please sign in to comment.