]> git.pld-linux.org Git - packages/psh.git/blob - psh.spec
- updated to 0.009
[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.009
6 Release:        1
7 License:        Artistic License
8 Group:          Applications/Shells
9 Group(de):      Applikationen/Shells
10 Group(pl):      Aplikacje/Pow³oki
11 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/psh/%{name}-%{version}.tar.gz
12 URL:            http://sourceforge.net/projects/psh/
13 BuildRequires:  perl >= 5.6.0
14 BuildRequires:  rpm-perlprov >= 4.0.2-24
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 Perl shell (psh) jest pow³ok± która ³±czy w sobie mo¿liwo¶ci Bash'a i
26 innych pow³ok z mo¿liwo¶ciami Perla. Autor twierdzi, ¿e pow³oka ta
27 mo¿e aspirowaæ do bycia podstawow± pow³ok± pracy.
28
29 %prep
30 %setup -q
31
32 %build
33 perl Makefile.PL
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 gzip -9nf CHANGES.pod COPYRIGHT README* TODO HACKING RELEASE
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/psh
49 %{perl_sitelib}/Psh.pm
50 %{perl_sitelib}/Psh
51 %{_mandir}/man1/*
52 %{_mandir}/man3/*
This page took 0.070032 seconds and 4 git commands to generate.