Author: grzegol                      Date: Sat Aug 26 17:28:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Cairo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Cairo.spec
diff -u /dev/null SPECS/perl-Cairo.spec:1.1
--- /dev/null   Sat Aug 26 19:28:44 2006
+++ SPECS/perl-Cairo.spec       Sat Aug 26 19:28:39 2006
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pnam    Cairo
+Summary:       Perl Cairo bindings
+Summary(pl):   Wiązania Cairo dla Perla
+Name:          perl-Cairo
+Version:       0.92
+Release:       1
+License:       LGPL v2.1+
+Group:         Development/Languages/Perl
+Source0:       http://dl.sourceforge.net/gtk2-perl/%{pnam}-%{version}.tar.gz
+# Source0-md5: 9fb19613397b49c2aad8049b0d7a0b21
+URL:           http://gtk2-perl.sourceforge.net/
+BuildRequires: cairo-devel >= 1.2.4
+BuildRequires: perl-ExtUtils-Depends >= 0.201
+BuildRequires: perl-ExtUtils-PkgConfig >= 1.06
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides perl access to Cairo library.
+
+%description -l pl
+Ten moduł daje dostęp z poziomu Perla do biblioteki Cairo.
+
+%prep
+%setup -q -n %{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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS README TODO
+%{perl_vendorarch}/*.pm
+%dir %{perl_vendorarch}/Cairo
+%{perl_vendorarch}/Cairo/Install
+%dir %{perl_vendorarch}/auto/Cairo
+%attr(755,root,root) %{perl_vendorarch}/auto/Cairo/Cairo.so
+%{perl_vendorarch}/auto/Cairo/Cairo.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 17:28:39  grzegol
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to