Author: agaran                       Date: Fri Jan 11 15:37:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, builds here, rel 1

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

---- Diffs:

================================================================
Index: SPECS/perl-Test-Reporter.spec
diff -u /dev/null SPECS/perl-Test-Reporter.spec:1.1
--- /dev/null   Fri Jan 11 16:37:27 2008
+++ SPECS/perl-Test-Reporter.spec       Fri Jan 11 16:37:21 2008
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without autodeps        # don't BR packages needed only for resolving 
deps
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Test
+%define        pnam    Reporter
+Summary:       Test::Reporter - sends test results to [EMAIL PROTECTED]
+#Summary(pl.UTF-8):    
+Name:          perl-Test-Reporter
+Version:       1.38
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: a61f05b45b37074c14db8bfdecfb9659
+# generic URL, check or change before uncommenting
+#URL:          http://search.cpan.org/dist/Test-Reporter/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with autodeps} || %{with tests}
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Test::Reporter reports the test results of any given distribution to the CPAN
+Testers. Test::Reporter has wide support for various perl5's and platforms. For
+further information visit the below links:
+
+Test::Reporter itself--as a project--also has several links for your visiting
+enjoyment:
+
+
+# %description -l pl.UTF-8
+# TODO
+
+%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} pure_install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes INSTALL README
+%{perl_vendorlib}/Test/*.pm
+#%%{perl_vendorlib}/Test/Reporter
+%{_mandir}/man3/*
+%{_bindir}/cpantest
+%{_mandir}/man1/*
+
+
+%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  2008-01-11 15:37:21  agaran
+- initial, builds here, rel 1
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to