]> git.pld-linux.org Git - packages/psh.git/blame - psh.spec
- tabs in preamble
[packages/psh.git] / psh.spec
CommitLineData
13dd8ece 1%include /usr/lib/rpm/macros.perl
2Summary: Perl Shell
3ccf1b78 3Summary(pl.UTF-8): Powłoka Perla
13dd8ece 4Name: psh
dc2c4099 5Version: 1.0
76b8ee71 6Release: 3
4bfd446e 7License: Artistic
72c84ef1 8Group: Applications/Shells
5b76c9cf 9Source0: http://dl.sourceforge.net/psh/%{name}-%{version}.tar.gz
dc2c4099 10# Source0-md5: 73ada6747732c9abdfec2d6ad5c477c6
76b8ee71 11Patch0: %{name}-dirty_Makefile.patch
7cfc4eb2 12URL: http://sourceforge.net/projects/psh/
0d9ef76e 13BuildRequires: perl-devel >= 1:5.8.0
14BuildRequires: rpm-perlprov >= 4.1-13
823473a8 15Provides: perl(Psh::StrategyBunch)
76b8ee71 16BuildArch: noarch
17bb01c6 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13dd8ece 18
17bb01c6 19%define _noautoreq 'perl(import)'
f7f4ef16 20
13dd8ece 21%description
60c940de 22The Perl Shell (psh) combines aspects of bash and other shells with
7cfc4eb2 23the power of Perl scripting. As author says: "It aspirate to be Your
60c940de 24primary login shell"
13dd8ece 25
76e93f9b
JR
26%description -l pl.UTF-8
27Powłoka Perla (psh) łączy w sobie możliwości basha i innych powłok z
28możliwościami Perla. Autor twierdzi, że powłoka ta może aspirować do
29bycia podstawową powłoką pracy.
13dd8ece 30
31%prep
32%setup -q
76b8ee71 33%patch0 -p0
13dd8ece 34
35%build
cd476e47 36%{__perl} Makefile.PL \
37 INSTALLDIRS=vendor
f7f4ef16 38%{__make}
13dd8ece 39
40%install
41rm -rf $RPM_BUILD_ROOT
17bb01c6 42
cd476e47 43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
13dd8ece 45
13dd8ece 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
76b8ee71 51%doc CHANGES.pod COPYRIGHT INSTALL README* TODO HACKING RELEASE postinstall.pl
13dd8ece 52%attr(755,root,root) %{_bindir}/psh
cd476e47 53%{perl_vendorlib}/Psh.pm
54%{perl_vendorlib}/Psh
13dd8ece 55%{_mandir}/man1/*
56%{_mandir}/man3/*
This page took 0.062522 seconds and 4 git commands to generate.