[gstreamer: 181/222] Revert "Fix spell error to quite rpmlint"
by Dominik Mierzejewski
commit 816bf41330949e21f0649b9eb68b8b4b39d00491
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:04:33 2012 -0400
Revert "Fix spell error to quite rpmlint"
This reverts commit b46722acaedd13b13b743c68f7830d8d4ea42bb3.
gstreamer.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index c9adbb2..7d33753 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -8,7 +8,7 @@
Name: %{gstreamer}
Version: 0.11.92
Release: 1%{?dist}
-Summary: GStreamer streaming media framework run-time
+Summary: GStreamer streaming media framework runtime
Group: Applications/Multimedia
License: LGPLv2+
4 years, 4 months
[gstreamer: 180/222] Revert "Remove self-referenced name in summary. Yet another effort to quite rpmlint."
by Dominik Mierzejewski
commit 2e12070139665b52381ce2252d37d040cf90ceef
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:04:15 2012 -0400
Revert "Remove self-referenced name in summary. Yet another effort to quite rpmlint."
This reverts commit 64a11e7a95195e19711cea61f8915e4931005f67.
gstreamer.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index f330585..c9adbb2 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -8,7 +8,7 @@
Name: %{gstreamer}
Version: 0.11.92
Release: 1%{?dist}
-Summary: A streaming media framework run-time
+Summary: GStreamer streaming media framework run-time
Group: Applications/Multimedia
License: LGPLv2+
4 years, 4 months
[gstreamer: 179/222] Revert "Don't bother to package a zero-length file"
by Dominik Mierzejewski
commit 6bbb2ac3170f6e2e77cb0dccdb6f2dc5600267e0
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:03:55 2012 -0400
Revert "Don't bother to package a zero-length file"
This reverts commit 087d91358b4659d0bdae38237b448bbb84b851e2.
gstreamer.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 982e14d..f330585 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -151,7 +151,7 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%postun -p /sbin/ldconfig
%files -f gstreamer-%{majorminor}.lang
-%doc AUTHORS COPYING NEWS README RELEASE
+%doc AUTHORS COPYING NEWS README RELEASE TODO
%{_libdir}/libgstreamer-%{majorminor}.so.*
%{_libdir}/libgstbase-%{majorminor}.so.*
%{_libdir}/libgstcheck-%{majorminor}.so.*
4 years, 4 months
[gstreamer: 178/222] Revert "Fix macro in an old Changelog entry"
by Dominik Mierzejewski
commit 61ded0c6d4a9c96dd827160c1614dda2219f0394
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:03:34 2012 -0400
Revert "Fix macro in an old Changelog entry"
This reverts commit 6023fe7eaa7108718f94988b4820862206d45892.
gstreamer.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 36e16df..982e14d 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -732,7 +732,7 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
- add BuildRequires for these two libs
* Sun Mar 3 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- put html docs in canonical place, avoiding %%doc erasure
+- put html docs in canonical place, avoiding %doc erasure
- added devhelp support, current install of it is hackish
* Sat Mar 2 2002 Christian Schaller <Uraeus(a)linuxrising.org>
4 years, 4 months
[gstreamer: 177/222] Revert "Add patch to use correct fsf address."
by Dominik Mierzejewski
commit 3df5a823cf432b878ac3afa8abec79bf04d4a279
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:03:15 2012 -0400
Revert "Add patch to use correct fsf address."
This reverts commit 2f1c4f0ce03b8c547d881617090596254526f5df.
gstreamer.spec | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 2d9a9ae..36e16df 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -13,13 +13,8 @@ Summary: A streaming media framework run-time
Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
+#Source: http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-%{version}.t...
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
-Patch2: gstreamer-address.patch
-
-# For the GStreamer RPM provides
-Patch1: gstreamer-inspect-rpm-format.patch
-Source1: gstreamer.prov
-Source2: gstreamer.attr
Requires: gstreamer-tools >= %{version}
@@ -39,6 +34,11 @@ BuildRequires: libtool
# because AM_PROG_LIBTOOL was used in configure.ac
BuildRequires: gcc-c++
+# For the GStreamer RPM provides
+Patch1: gstreamer-inspect-rpm-format.patch
+Source1: gstreamer.prov
+Source2: gstreamer.attr
+
### documentation requirements
BuildRequires: python2
BuildRequires: openjade
@@ -117,7 +117,6 @@ with different major/minor versions of GStreamer.
%setup -q
## Disable for now until I get a chance to rebase it.
#%patch1 -p1 -b .rpm-provides
-%patch2 -p1 -b .address
%build
%configure \
4 years, 4 months
[gstreamer: 176/222] Revert "Remove tools subpackage."
by Dominik Mierzejewski
commit c6671eee03ee816bdf93949d5a1205f7566b48cc
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:03:00 2012 -0400
Revert "Remove tools subpackage."
This reverts commit 697151a8221adadabe851ee8abc5ec61d4582a70.
gstreamer.spec | 45 ++++++++++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 19 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 3bc7c3f..2d9a9ae 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -21,6 +21,8 @@ Patch1: gstreamer-inspect-rpm-format.patch
Source1: gstreamer.prov
Source2: gstreamer.attr
+Requires: gstreamer-tools >= %{version}
+
BuildRequires: glib2-devel >= %{_glib2}
BuildRequires: libxml2-devel >= %{_libxml2}
BuildRequires: bison
@@ -52,7 +54,6 @@ BuildRequires: tetex-dvips
BuildRequires: ghostscript
BuildRequires: PyXML
-
%description
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
@@ -61,7 +62,6 @@ else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.
-
%package devel
Summary: Libraries/include files for GStreamer streaming media framework
Group: Development/Libraries
@@ -71,7 +71,6 @@ Requires: glib2-devel >= %{_glib2}
Requires: libxml2-devel >= %{_libxml2}
Requires: check-devel
-
%description devel
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
@@ -85,7 +84,6 @@ applications and plugins for GStreamer. If you plan to develop applications
with GStreamer, consider installing the gstreamer-devel-docs package and the
documentation packages for any plugins you intend to use.
-
%package devel-docs
Summary: Developer documentation for GStreamer streaming media framework
Group: Development/Libraries
@@ -94,11 +92,26 @@ Requires: %{name} = %{version}-%{release}
Requires: gtk-doc
BuildArch: noarch
-
%description devel-docs
This package contains developer documentation for the GStreamer streaming
media framework.
+%package -n gstreamer-tools
+Summary: common tools and files for GStreamer streaming media framework
+Group: Applications/Multimedia
+# gst-feedback uses these
+Requires: which, pkgconfig
+
+%description -n gstreamer-tools
+GStreamer is a streaming media framework, based on graphs of filters which
+operate on media data. Applications using this library can do anything
+from real-time sound processing to playing videos, and just about anything
+else media-related. Its plugin-based architecture means that new data
+types or processing capabilities can be added simply by installing new
+plugins.
+
+This package contains wrapper scripts for the command-line tools that work
+with different major/minor versions of GStreamer.
%prep
%setup -q
@@ -106,7 +119,6 @@ media framework.
#%patch1 -p1 -b .rpm-provides
%patch2 -p1 -b .address
-
%build
%configure \
--with-package-name='Fedora gstreamer package' \
@@ -117,9 +129,9 @@ media framework.
make %{?_smp_mflags} ERROR_CFLAGS="" LIBTOOL="%{_bindir}/libtool"
-
%install
rm -rf $RPM_BUILD_ROOT
+
# Install doc temporarily in order to be included later by rpm
make install DESTDIR=$RPM_BUILD_ROOT
@@ -135,19 +147,10 @@ install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/gstreamer.prov
# Add the gstreamer plugin file attribute entry (rpm >= 4.9.0)
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer.attr
-
%post -p /sbin/ldconfig
-
%postun -p /sbin/ldconfig
-
-%post devel -p /sbin/ldconfig
-
-
-%postun devel -p /sbin/ldconfig
-
-
%files -f gstreamer-%{majorminor}.lang
%doc AUTHORS COPYING NEWS README RELEASE
%{_libdir}/libgstreamer-%{majorminor}.so.*
@@ -174,6 +177,13 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%doc %{_mandir}/man1/gst-launch-%{majorminor}.*
%doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
+%files -n gstreamer-tools
+#%{_bindir}/gst-feedback
+#%{_bindir}/gst-inspect
+#%{_bindir}/gst-launch
+#%{_bindir}/gst-typefind
+#%{_bindir}/gst-xmlinspect
+#%{_bindir}/gst-xmllaunch
%files devel
%dir %{_includedir}/gstreamer-%{majorminor}
@@ -210,13 +220,11 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%{_rpmconfigdir}/gstreamer.prov
%{_rpmconfigdir}/fileattrs/gstreamer.attr
-
%files devel-docs
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
-
%changelog
* Mon Jul 9 2012 Brian Pepple <bpepple(a)fedoraproject.org> - 0.11.92-1
- Update to 0.11.92.
@@ -225,7 +233,6 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
- Disable building static libs.
- Fix gobject-introspection macro.
- Drop Buildroot. No longer needed.
-- Drop tools subpackage.
* Tue Feb 28 2012 Benjamin Otte <otte(a)redhat.com> 0.10.36-1
- Update to 0.10.36
4 years, 4 months
[gstreamer: 175/222] Revert "Don't package lib and remove ldconfig from devel subpackage."
by Dominik Mierzejewski
commit a3d6f5295709b1867f16e167dd7b5a16d716b167
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:02:39 2012 -0400
Revert "Don't package lib and remove ldconfig from devel subpackage."
This reverts commit 147effb69c17b2518c37a29bf65726adb374b0f8.
gstreamer.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index a42b1fd..3bc7c3f 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -142,6 +142,12 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%postun -p /sbin/ldconfig
+%post devel -p /sbin/ldconfig
+
+
+%postun devel -p /sbin/ldconfig
+
+
%files -f gstreamer-%{majorminor}.lang
%doc AUTHORS COPYING NEWS README RELEASE
%{_libdir}/libgstreamer-%{majorminor}.so.*
@@ -184,7 +190,7 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%{_libdir}/libgstreamer-%{majorminor}.so
%{_libdir}/libgstbase-%{majorminor}.so
-%{_libdir}/libgstcheck-%{majorminor}.so
+%{_libdir}/libgstcheck-%{majorminor}.so*
%{_libdir}/libgstcontroller-%{majorminor}.so
%{_libdir}/libgstnet-%{majorminor}.so
4 years, 4 months
[gstreamer: 174/222] Revert "Drop fsf-address patch per Packaging Guidelines"
by Dominik Mierzejewski
commit dffeb5e50d2cf396361bd919e014cde2757d2bce
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:02:15 2012 -0400
Revert "Drop fsf-address patch per Packaging Guidelines"
This reverts commit ff7cef7bb8f779e048a91d3b54c2282e1885c2c4.
gstreamer.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index f3972fa..a42b1fd 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -14,10 +14,10 @@ Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
+Patch2: gstreamer-address.patch
# For the GStreamer RPM provides
-# TODO: Rewrite inspect rpm format patch for the gst-1.0 api.
-#Patch1: gstreamer-inspect-rpm-format.patch
+Patch1: gstreamer-inspect-rpm-format.patch
Source1: gstreamer.prov
Source2: gstreamer.attr
@@ -102,7 +102,9 @@ media framework.
%prep
%setup -q
+## Disable for now until I get a chance to rebase it.
#%patch1 -p1 -b .rpm-provides
+%patch2 -p1 -b .address
%build
@@ -214,6 +216,7 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
- Update to 0.11.92.
- Drop clean section. No longer needed.
- Bump minimum version of gobject-introspection and glib2.
+- Disable building static libs.
- Fix gobject-introspection macro.
- Drop Buildroot. No longer needed.
- Drop tools subpackage.
4 years, 4 months
[gstreamer: 173/222] Revert "Add provides/obsoletes for tools subpackage."
by Dominik Mierzejewski
commit 01d366b65991e96519a3eb2b828be2675a47d5f6
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:01:54 2012 -0400
Revert "Add provides/obsoletes for tools subpackage."
This reverts commit f1bec1e94c15ad84e69cad45e726692d271182b1.
.gitignore | 1 -
gstreamer.spec | 4 ----
sources | 2 +-
3 files changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04b2d2a..5bad6ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
/gstreamer-0.10.34.tar.bz2
/gstreamer-0.10.35.tar.xz
/gstreamer-0.10.36.tar.xz
-/gstreamer-0.11.92.tar.xz
diff --git a/gstreamer.spec b/gstreamer.spec
index b234936..f3972fa 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -52,10 +52,6 @@ BuildRequires: tetex-dvips
BuildRequires: ghostscript
BuildRequires: PyXML
-## These provides/obsoletes added with F18. Can be dropped around F22.
-Provides: gstreamer-tools = %{version}-%{release}
-Obsoletes: gstreamer-tools < 0.11.92-1
-
%description
GStreamer is a streaming media framework, based on graphs of filters which
diff --git a/sources b/sources
index 3a7e563..42f5d9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18afb50f6a508ac59dca694882091e66 gstreamer-0.11.92.tar.xz
+15389c73e091b1dda915279c388b9cb2 gstreamer-0.10.36.tar.xz
4 years, 4 months
[gstreamer: 172/222] Revert "Add comment to ChangeLog about new obsolete/provides"
by Dominik Mierzejewski
commit 8c0c7cdb9333c355a55398deb403251f31771cf0
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Jul 17 14:01:32 2012 -0400
Revert "Add comment to ChangeLog about new obsolete/provides"
This reverts commit fba5cabd357fba77ee63067a268a334e5e8ce2b8.
gstreamer.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index f835be4..b234936 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -220,7 +220,7 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
- Bump minimum version of gobject-introspection and glib2.
- Fix gobject-introspection macro.
- Drop Buildroot. No longer needed.
-- Drop tools subpackage and add provides/obsolete.
+- Drop tools subpackage.
* Tue Feb 28 2012 Benjamin Otte <otte(a)redhat.com> 0.10.36-1
- Update to 0.10.36
4 years, 4 months