]> git.pld-linux.org Git - packages/atop.git/commitdiff
- fixed build on alpha, new %%doc, release 2 atop-1_2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Aug 2002 12:40:56 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atop.spec -> 1.4

atop.spec

index fa1ea51831bde16e95a9f0976d005e319cc1d004..9a2af435e3fded27f2ecf285392599b67d277ce0 100644 (file)
--- a/atop.spec
+++ b/atop.spec
@@ -2,10 +2,11 @@ Summary:      AT Computing System and Process Monitor
 Summary(pl):   Monitor obci±¿enia systemu alternatywny dla programu top
 Name:          atop
 Version:       1.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         System Environment
 Source0:       ftp://ftp.atcomputing.nl/pub/tools/linux/%{name}-%{version}.tar.gz
+Patch0:                %{name}-acct-alpha.patch
 URL:           ftp://ftp.atcomputing.nl/pub/tools/linux/
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,6 +29,7 @@ r
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %{__make} \
@@ -41,13 +43,11 @@ install -d  $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir}}
 install man/* $RPM_BUILD_ROOT%{_mandir}/man1/
 install atop $RPM_BUILD_ROOT%{_bindir}/atop
 
-gzip -nf9 README
-
 %clean
 rm -rf    $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README
 %attr(755,root,root) %{_bindir}/atop
 %{_mandir}/man1/atop.1*
This page took 0.122244 seconds and 4 git commands to generate.