packages: perl-Tie-TinyURL/perl-Tie-TinyURL.spec (NEW) - initial
arekm
arekm at pld-linux.org
Fri Feb 25 22:00:23 CET 2011
Author: arekm Date: Fri Feb 25 21:00:23 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
---- Files affected:
packages/perl-Tie-TinyURL:
perl-Tie-TinyURL.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/perl-Tie-TinyURL/perl-Tie-TinyURL.spec
diff -u /dev/null packages/perl-Tie-TinyURL/perl-Tie-TinyURL.spec:1.1
--- /dev/null Fri Feb 25 22:00:23 2011
+++ packages/perl-Tie-TinyURL/perl-Tie-TinyURL.spec Fri Feb 25 22:00:18 2011
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with tests # do not perform "make test" (disabled since uses network)
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Tie
+%define pnam TinyURL
+Summary: Tie::TinyURL Perl module - Tied interface to TinyURLURL.com
+Name: perl-Tie-TinyURL
+Version: 0.02
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 7419627ca7a8fe75e1fe1ca7dc81174a
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Tie::TinyURL module provides a very basic tied interface to the
+TinyURLURL.com web service.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+echo n | %{__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
+%{perl_vendorlib}/Tie/TinyURL.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 2011/02/25 21:00:18 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list