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