SPECS: perl-GStreamer-Interfaces.spec (NEW) - new
grzegol
grzegol at pld-linux.org
Sat Aug 26 21:27:45 CEST 2006
Author: grzegol Date: Sat Aug 26 19:27:45 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
perl-GStreamer-Interfaces.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-GStreamer-Interfaces.spec
diff -u /dev/null SPECS/perl-GStreamer-Interfaces.spec:1.1
--- /dev/null Sat Aug 26 21:27:45 2006
+++ SPECS/perl-GStreamer-Interfaces.spec Sat Aug 26 21:27:39 2006
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with tests # perform "make test" (requires X server)
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir GStreamer
+%define pnam Interfaces
+Summary: Perl gstreamer base plugins bindings
+Summary(pl): Wiązania podstawowych wtyczek gstreamer dla Perla
+Name: perl-GStreamer-Interfaces
+Version: 0.03
+Release: 1
+License: LGPL
+Group: Development/Languages/Perl
+Source0: http://dl.sourceforge.net/gtk2-perl/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 0b72d9429ac1e270fa876f72de4bdd3c
+URL: http://gtk2-perl.sourceforge.net/
+BuildRequires: gstreamer-plugins-base-devel >= 0.10.9
+BuildRequires: perl-ExtUtils-Depends >= 0.205
+BuildRequires: perl-ExtUtils-PkgConfig >= 1.07
+BuildRequires: perl-GStreamer >= 0.09
+BuildRequires: perl-Glib >= 1.132
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+Requires: perl-Glib >= 1.132
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides Perl access to gstreamer base plugins library.
+
+%description -l pl
+Ten moduł daje dostęp z poziomu Perla do podstawowych wtyczek
+gstreamer.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+
+%{__make} \
+ OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/%{pdir}/%{pnam}/*.pod
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_vendorarch}/%{pdir}/%{pnam}.pm
+%dir %{perl_vendorarch}/%{pdir}/%{pnam}
+%dir %{perl_vendorarch}/auto/%{pdir}/%{pnam}
+%attr(755,root,root) %{perl_vendorarch}/auto/%{pdir}/%{pnam}/*.so
+%{perl_vendorarch}/%{pdir}/%{pnam}/Install
+%{perl_vendorarch}/auto/%{pdir}/%{pnam}/*.bs
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/08/26 19:27:39 grzegol
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list