Author: grzegol Date: Sat Aug 26 19:03:11 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: perl-Gnome2-Vte.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/perl-Gnome2-Vte.spec diff -u /dev/null SPECS/perl-Gnome2-Vte.spec:1.1 --- /dev/null Sat Aug 26 21:03:11 2006 +++ SPECS/perl-Gnome2-Vte.spec Sat Aug 26 21:03:06 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 Gnome2 +%define pnam Vte +Summary: Perl vte bindings +Summary(pl): Wiązania vte dla Perla +Name: perl-Gnome2-Vte +Version: 0.06 +Release: 1 +License: LGPL +Group: Development/Languages/Perl +Source0: http://dl.sourceforge.net/gtk2-perl/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: fd9e6c625b0807575d8038ff20a20d0c +URL: http://gtk2-perl.sourceforge.net/ +BuildRequires: vte-devel >= 0.13.7 +BuildRequires: perl-ExtUtils-Depends >= 0.205 +BuildRequires: perl-ExtUtils-PkgConfig >= 1.07 +BuildRequires: perl-Glib >= 1.132 +BuildRequires: perl-Gtk2 >= 1.133 +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +Requires: perl-Glib >= 1.132 +Requires: perl-Gtk2 >= 1.133 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This module provides Perl access to vte library. + +%description -l pl +Ten moduł daje dostęp z poziomu Perla do biblioteki vte. + +%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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/26 19:03:06 grzegol +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
