packages: perl-Net-Google-AuthSub/perl-Net-Google-AuthSub.spec (NEW) - initial

amateja amateja at pld-linux.org
Fri Sep 18 10:38:18 CEST 2009


Author: amateja                      Date: Fri Sep 18 08:38:18 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/perl-Net-Google-AuthSub:
   perl-Net-Google-AuthSub.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/perl-Net-Google-AuthSub/perl-Net-Google-AuthSub.spec
diff -u /dev/null packages/perl-Net-Google-AuthSub/perl-Net-Google-AuthSub.spec:1.1
--- /dev/null	Fri Sep 18 10:38:18 2009
+++ packages/perl-Net-Google-AuthSub/perl-Net-Google-AuthSub.spec	Fri Sep 18 10:38:12 2009
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Net
+%define	pnam	Google-AuthSub
+Summary:	Net::Google::AuthSub - interact with sites that implement Google style AuthSub
+Summary(pl.UTF-8):	Net::Google::AuthSub - współdziałaj ze stronami, które implementują styl Google AuthSub
+Name:		perl-Net-Google-AuthSub
+Version:	0.5
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	edd1363bd9db1e96d2cd2d4893d62537
+URL:		http://search.cpan.org/dist/Net-Google-AuthSub/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl-URI
+BuildRequires:	perl-libwww
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module allows to interact with sites that implement Google style
+AuthSub.
+
+%description -l pl.UTF-8
+Moduł ten pozwala na współdziałanie ze stronami, które implementują
+styl Google AuthSub.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+	destdir=$RPM_BUILD_ROOT \
+	installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/Net/Google/*.pm
+%{perl_vendorlib}/Net/Google/AuthSub
+%{_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  2009/09/18 08:38:12  amateja
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list