[perl-GStreamer1] more cleanups from review

Remi Collet remi at fedoraproject.org
Thu Mar 19 22:30:12 UTC 2015


commit 1fb6e5f3416816f897b6502c0fa2aa38d2daad72
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Mar 19 23:29:55 2015 +0100

    more cleanups from review

 perl-GStreamer1.spec | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-GStreamer1.spec b/perl-GStreamer1.spec
index 4077b82..fb082b5 100644
--- a/perl-GStreamer1.spec
+++ b/perl-GStreamer1.spec
@@ -10,7 +10,7 @@
 Name:           perl-GStreamer1
 Version:        0.003
 Release:        2%{?dist}
-Summary:        Bindings for GStreamer 1.0, the open source multimedia framework
+Summary:        Bindings for GStreamer 1.x
 # Full text of the License in the headers is enough,
 # But https://rt.cpan.org/Ticket/Display.html?id=102878
 License:        BSD
@@ -18,17 +18,21 @@ URL:            http://search.cpan.org/dist/GStreamer1/
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TM/TMURRAY/GStreamer1-%{version}.tar.gz
 
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Devel::CheckLib)
-BuildRequires:  perl(Glib::Object::Introspection)
+BuildRequires:  perl(Glib::Object::Introspection) >= 0.009
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::More)
 BuildRequires:  gstreamer1-devel
 BuildRequires:  gstreamer1-plugins-base
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-# For Gst-1.0.typelib and GstApp-1.0.typelib
+# For Gst-1.0.typelib, GstBase-1.0.typelib and GstController-1.0.typelib
 Requires:       gstreamer1
+# For GstApp-1.0.typelib
 Requires:       gstreamer1-plugins-base
 
 %{?perl_default_filter}
@@ -38,13 +42,15 @@ Requires:       gstreamer1-plugins-base
 GStreamer1 implements a framework that allows for processing and encoding
 of multimedia sources in a manner similar to a shell pipeline.
 
+This package provides the perl language bindings.
+
 
 %prep
 %setup -q -n GStreamer1-%{version}
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
@@ -59,14 +65,14 @@ make test
 
 
 %files
-%doc CHANGELOG dist.ini
+%doc CHANGELOG dist.ini examples
 %{perl_vendorlib}/GStreamer1*
 %{_mandir}/man3/GStreamer1*
 
 
 %changelog
 * Thu Mar 19 2015 Remi Collet <remi at fedoraproject.org> - 0.003-2
-- fix Source0, comment on review #1203610
+- fix Source0 and comments from review #1203610
 
 * Thu Mar 19 2015 Remi Collet <remi at fedoraproject.org> - 0.003-1
 - Specfile autogenerated by cpanspec 1.78.


More information about the perl-devel mailing list