]> git.pld-linux.org Git - packages/psh.git/blob - psh.spec
- updated _noauto for new wrappers, cosmetics
[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:        1.0
6 Release:        1
7 License:        Artistic
8 Group:          Applications/Shells
9 Source0:        http://dl.sourceforge.net/psh/%{name}-%{version}.tar.gz
10 # Source0-md5:  73ada6747732c9abdfec2d6ad5c477c6
11 URL:            http://sourceforge.net/projects/psh/
12 BuildRequires:  perl-devel >= 5.6.0
13 BuildRequires:  rpm-perlprov >= 4.0.2-24
14 Provides:       perl(Psh::StrategyBunch)
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 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
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc CHANGES.pod COPYRIGHT README* TODO HACKING RELEASE
49 %attr(755,root,root) %{_bindir}/psh
50 %{perl_vendorlib}/Psh.pm
51 %{perl_vendorlib}/Psh
52 %{_mandir}/man1/*
53 %{_mandir}/man3/*
This page took 0.065235 seconds and 4 git commands to generate.