]> git.pld-linux.org Git - packages/akanga.git/blobdiff - akanga.spec
- up to 1.0.21, fixed Source0
[packages/akanga.git] / akanga.spec
index c415664591b01c7bcc9f3f8afe6a77c6847e63c3..c4e835bd4939c868a6336b82845e5b8ce435858c 100644 (file)
@@ -1,33 +1,37 @@
 Summary:       Akanga shell
-Summary(pl):   Akanga shell
+Summary(pl):   Pow³oka Akanga
 Name:          akanga
-Version:       1.0.7
+Version:       1.0.21
 Release:       1
 License:       GPL
 Group:         Applications/Shells
-Source0:       ftp://metalab.unc.edu/pub/Linux/system/shells/%{name}-%{version}.tar.gz
+Source0:       http://www.ibiblio.org/pub/linux/system/shells/%{name}-%{version}.tar.gz
+# Source0-md5: 2b9d823323921f1a525622c52a3bd7bb
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-opt.patch
+Patch2:                %{name}-va_copy.patch
+BuildRequires: bison
+BuildRequires: ctags
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix /
-%define        _mandir /usr/share/man
+%define                _bindir         /bin
 
 %description
 Rc based shell with additions for file locking, temporary files,
 reading standard input, expr and let builtin.
 
 %description -l pl
-Prosta pow³oka z blokowaniem plików, plikami tymczasowymi i
-wyra¿eniami.
+Prosta pow³oka z dodatkami do blokowania plików, plików tymczasowych,
+czytania standardowego wej¶cia oraz wbudowanymi expr i let.
 
 %prep
 %setup -q
 %patch0 -p0
 %patch1 -p0
+%patch2 -p1
 
 %build
-%{__make}
+%{__make} OPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,4 +49,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc src/{CHANGES,EXAMPLES,FAQ,README*} samples/{fileuser,lp,man2html,man2html.cgi,mancc,netuser,which}
 %attr(755,root,root) %{_bindir}/akanga
-%attr(644,root,root) %{_mandir}/man1/*
+%{_mandir}/man1/*
This page took 0.037559 seconds and 4 git commands to generate.