]> git.pld-linux.org Git - packages/psh.git/commitdiff
- updated to 0.009 psh-0_009-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Nov 2001 22:07:30 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added _noautoreq perl(import) (workaround for perlprov)

Changed files:
    psh.spec -> 1.15

psh.spec

index c8c23d9f6abd176f724f19f665f8f43dcf58b08b..fdaa4eafa853ad5a524850577d35f200bf5c22dd 100644 (file)
--- a/psh.spec
+++ b/psh.spec
@@ -2,8 +2,8 @@
 Summary:       Perl Shell
 Summary(pl):   Perl Shell
 Name:          psh
-Version:       0.008
-Release:       3
+Version:       0.009
+Release:       1
 License:       Artistic License
 Group:         Applications/Shells
 Group(de):     Applikationen/Shells
@@ -11,8 +11,11 @@ Group(pl):   Aplikacje/Pow
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/psh/%{name}-%{version}.tar.gz
 URL:           http://sourceforge.net/projects/psh/
 BuildRequires: perl >= 5.6.0
+BuildRequires: rpm-perlprov >= 4.0.2-24
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreq      "perl(import)"
+
 %description
 The Perl Shell (psh) combines aspects of bash and other shells with
 the power of Perl scripting. As author says: "It aspirate to be Your
@@ -28,20 +31,20 @@ mo
 
 %build
 perl Makefile.PL
-%{__make} RPM_OPT_FLAGS="%{rpmcflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf CHANGES.pod README* TODO HACKING RELEASE
+gzip -9nf CHANGES.pod COPYRIGHT README* TODO HACKING RELEASE
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {CHANGES.pod,README,README.perl5.004,TODO,HACKING,RELEASE}.gz
+%doc *.gz
 %attr(755,root,root) %{_bindir}/psh
 %{perl_sitelib}/Psh.pm
 %{perl_sitelib}/Psh
This page took 0.085688 seconds and 4 git commands to generate.