SPECS: perl-Gallery-Remote.spec (NEW) - new
glen
glen at pld-linux.org
Mon Jul 2 14:48:19 CEST 2007
Author: glen Date: Mon Jul 2 12:48:19 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
perl-Gallery-Remote.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-Gallery-Remote.spec
diff -u /dev/null SPECS/perl-Gallery-Remote.spec:1.1
--- /dev/null Mon Jul 2 14:48:19 2007
+++ SPECS/perl-Gallery-Remote.spec Mon Jul 2 14:48:14 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Gallery
+%define pnam Remote
+Summary: Gallery::Remote - Perl extension for interacting with the Gallery remote protocol
+Name: perl-Gallery-Remote
+Version: 0.2
+Release: 0.1
+License: GPL v2
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-authors/id/L/LO/LOVELACE/Gallery-Remote-%{version}.tar.gz
+# Source0-md5: 7cac0ed8d156668457f61174af6db00b
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gallery::Remote is a Perl module that allows remote access to a remote
+gallery.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?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 Changes README TODO
+%{perl_vendorlib}/Gallery/*.pm
+%{_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 2007/07/02 12:48:14 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list