]> git.pld-linux.org Git - packages/akanga.git/blame - akanga.spec
- dropped pre-cvs changelog
[packages/akanga.git] / akanga.spec
CommitLineData
afe541e1 1Summary: Akanga shell
64dd2ec2 2Summary(pl.UTF-8): Powłoka Akanga
afe541e1 3Name: akanga
4a8b6324 4Version: 1.0.21
5Release: 1
afe541e1
JB
6License: GPL
7Group: Applications/Shells
4a8b6324 8Source0: http://www.ibiblio.org/pub/linux/system/shells/%{name}-%{version}.tar.gz
9# Source0-md5: 2b9d823323921f1a525622c52a3bd7bb
afe541e1
JB
10Patch0: %{name}-config.patch
11Patch1: %{name}-opt.patch
12Patch2: %{name}-va_copy.patch
5ee7b69e 13BuildRequires: bison
42c8408a 14BuildRequires: ctags
afe541e1 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d2ff7986 16
fe563374 17%define _bindir /bin
d2ff7986 18
19%description
f589ed62 20Rc based shell with additions for file locking, temporary files,
21reading standard input, expr and let builtin.
d2ff7986 22
69f1ed9f
JR
23%description -l pl.UTF-8
24Prosta powłoka z dodatkami do blokowania plików, plików tymczasowych,
25czytania standardowego wejścia oraz wbudowanymi expr i let.
d2ff7986 26
27%prep
28%setup -q
0f423ec2 29%patch0 -p0
30%patch1 -p0
47472622 31%patch2 -p1
d2ff7986 32
33%build
afe541e1 34%{__make} OPTFLAGS="%{rpmcflags}"
d2ff7986 35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
39
534b6e00 40install bin/akanga $RPM_BUILD_ROOT%{_bindir}
d2ff7986 41
444b06e7 42install src/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
43install samples/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
d2ff7986 44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
f589ed62 49%defattr(644,root,root,755)
444b06e7 50%doc src/{CHANGES,EXAMPLES,FAQ,README*} samples/{fileuser,lp,man2html,man2html.cgi,mancc,netuser,which}
d2ff7986 51%attr(755,root,root) %{_bindir}/akanga
fe563374 52%{_mandir}/man1/*
This page took 0.26137 seconds and 4 git commands to generate.