]> git.pld-linux.org Git - packages/psh.git/blob - psh.spec
- updated to version 0.010pre1
[packages/psh.git] / psh.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Perl Shell
3 Summary(pl):    Perl Shell
4 Name:           psh
5 Version:        0.010pre1
6 Release:        1
7 License:        Artistic License
8 Group:          Applications/Shells
9 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/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
15 %define         _noautoreq      "perl(import)"
16
17 %description
18 The Perl Shell (psh) combines aspects of bash and other shells with
19 the power of Perl scripting. As author says: "It aspirate to be Your
20 primary login shell"
21
22 %description -l pl
23 Perl shell (psh) jest pow³ok± która ³±czy w sobie mo¿liwo¶ci Bash'a i
24 innych pow³ok z mo¿liwo¶ciami Perla. Autor twierdzi, ¿e pow³oka ta
25 mo¿e aspirowaæ do bycia podstawow± pow³ok± pracy.
26
27 %prep
28 %setup -q
29
30 %build
31 perl Makefile.PL
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf CHANGES.pod COPYRIGHT README* TODO HACKING RELEASE
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz
46 %attr(755,root,root) %{_bindir}/psh
47 %{perl_sitelib}/Psh.pm
48 %{perl_sitelib}/Psh
49 %{_mandir}/man1/*
50 %{_mandir}/man3/*
This page took 4.167721 seconds and 4 git commands to generate.