]> git.pld-linux.org Git - packages/psh.git/blob - psh.spec
- updated for perl-5.8; release 4
[packages/psh.git] / psh.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Perl Shell
3 Summary(pl):    Pow³oka Perla
4 Name:           psh
5 Version:        0.010pre1
6 Release:        4
7 License:        Artistic
8 Group:          Applications/Shells
9 Source0:        http://dl.sourceforge.net/psh/%{name}-%{version}.tar.gz
10 URL:            http://sourceforge.net/projects/psh/
11 BuildRequires:  perl >= 5.6.0
12 BuildRequires:  rpm-perlprov >= 4.0.2-24
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Provides:       perl(Psh::StrategyBunch)
15
16 %define         _noautoreq      "perl(import)"
17
18 %description
19 The Perl Shell (psh) combines aspects of bash and other shells with
20 the power of Perl scripting. As author says: "It aspirate to be Your
21 primary login shell"
22
23 %description -l pl
24 Pow³oka Perla (psh) ³±czy w sobie mo¿liwo¶ci basha i innych pow³ok z
25 mo¿liwo¶ciami Perla. Autor twierdzi, ¿e pow³oka ta mo¿e aspirowaæ do
26 bycia podstawow± pow³ok± pracy.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__perl} Makefile.PL \
33         INSTALLDIRS=vendor
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc CHANGES.pod COPYRIGHT README* TODO HACKING RELEASE
47 %attr(755,root,root) %{_bindir}/psh
48 %{perl_vendorlib}/Psh.pm
49 %{perl_vendorlib}/Psh
50 %{_mandir}/man1/*
51 %{_mandir}/man3/*
This page took 0.033024 seconds and 4 git commands to generate.