]> git.pld-linux.org Git - packages/psh.git/blob - psh.spec
- updated Source0 URL
[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:        3
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 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGES.pod COPYRIGHT README* TODO HACKING RELEASE
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.032775 seconds and 4 git commands to generate.