]> git.pld-linux.org Git - packages/psh.git/blob - psh.spec
- updated URL, added Source0 URL (note: there is 0.009 on ftp)
[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.008
6 Release:        3
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The Perl Shell (psh) combines aspects of bash and other shells with
18 the power of Perl scripting. As author says: "It aspirate to be Your
19 primary login shell"
20
21 %description -l pl
22 Perl shell (psh) jest pow³ok± która ³±czy w sobie mo¿liwo¶ci Bash'a i
23 innych pow³ok z mo¿liwo¶ciami Perla. Autor twierdzi, ¿e pow³oka ta
24 mo¿e aspirowaæ do bycia podstawow± pow³ok± pracy.
25
26 %prep
27 %setup -q
28
29 %build
30 perl Makefile.PL
31 %{__make} RPM_OPT_FLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf CHANGES.pod README* TODO HACKING RELEASE
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc {CHANGES.pod,README,README.perl5.004,TODO,HACKING,RELEASE}.gz
45 %attr(755,root,root) %{_bindir}/psh
46 %{perl_sitelib}/Psh.pm
47 %{perl_sitelib}/Psh
48 %{_mandir}/man1/*
49 %{_mandir}/man3/*
This page took 0.086389 seconds and 4 git commands to generate.