]> git.pld-linux.org Git - packages/akanga.git/blobdiff - akanga.spec
- more %%{__make} macros.
[packages/akanga.git] / akanga.spec
index 2b474f8d3ea04b992d8757cac181e04e3a6ab955..1da67a4f70a34faa8187ceb49e4bf1e996650024 100644 (file)
@@ -1,35 +1,33 @@
 Summary:       Akanga shell
 Summary(pl):   Akanga shell
 Name:          akanga
-Version:       1.0.5
+Version:       1.0.7
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Shells
 Group(pl):     Pow³oki
-#site:
-#path:
-Source:                %{name}-%{version}.tar.gz
+Source0:       ftp://metalab.unc.edu/pub/Linux/system/shells/%{name}-%{version}.tar.gz
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-opt.patch
-Buildroot: /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        _prefix /
 %define        _mandir /usr/share/man
 
 %description
-Rc based shell with additions for file locking, temporary files, reading standard input, 
-expr and let builtin.
+Rc based shell with additions for file locking, temporary files,
+reading standard input, expr and let builtin.
 
-description -l pl
+%description -l pl 
 Prosta pow³oka z blokowaniem plików, plikami tymczasowymi i wyra¿eniami.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0 -p0
+%patch1 -p0
 
 %build
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,7 +44,7 @@ install samples/*.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc src/{CHANGES,EXAMPLES,FAQ,README*}.gz samples/{fileuser,lp,man2html,man2html.cgi,mancc,netuser,which}
 %attr(755,root,root) %{_bindir}/akanga
 %attr(644,root,root) %{_mandir}/man1/*.gz
This page took 0.072702 seconds and 4 git commands to generate.