]> git.pld-linux.org Git - packages/perl-Test-HTTP-Server-Simple-StashWarnings.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Jan 2009 12:36:25 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Test-HTTP-Server-Simple-StashWarnings.spec -> 1.1

perl-Test-HTTP-Server-Simple-StashWarnings.spec [new file with mode: 0644]

diff --git a/perl-Test-HTTP-Server-Simple-StashWarnings.spec b/perl-Test-HTTP-Server-Simple-StashWarnings.spec
new file mode 100644 (file)
index 0000000..aec3b95
--- /dev/null
@@ -0,0 +1,53 @@
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Test
+%define                pnam    HTTP-Server-Simple-StashWarnings
+Summary:       Test::HTTP-Server-Simple-StashWarnings Perl module - catch your forked server's warnings
+Name:          perl-Test-HTTP-Server-Simple-StashWarnings
+Version:       0.03
+Release:       1
+# same as perl
+# Source0-md5: 0a63b8f45217f05611717292b7ec02e5
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+URL:           http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/
+BuildRequires: perl-devel >= 1:5.8.7
+Source0:       http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/%{pdir}-%{pnam}-%{version}.tar.gz
+%if %{with tests}
+%endif
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Test::HTTP-Server-Simple-StashWarnings - catch your forked server's
+warnings.
+
+%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
+# %{perl_vendorlib}/Test/HTTP/Server/Simple/StashWarnings.pm
+%{perl_vendorlib}/Test/HTTP
+%{_mandir}/man3/*
This page took 0.060179 seconds and 4 git commands to generate.