]> git.pld-linux.org Git - packages/atop.git/commitdiff
- some cleanups
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 28 Mar 2002 19:47:13 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atop.spec -> 1.2

atop.spec

index ce1821bbd171f910dc8c88a9e2a8a7772c24c66f..73b3a67ae9b276e54a27ccf6dea1b64e41ba4c43 100644 (file)
--- a/atop.spec
+++ b/atop.spec
@@ -1,14 +1,14 @@
+Summary:       AT Computing System and Process Monitor
+Summary(pl):   Monitor obci±¿enia systemu alternatywny dla programu top
 Name:          atop
 Version:       1.2
 Release:       1
+License:       GPL
+Group:         System Environment
 Source0:       ftp://ftp.atcomputing.nl/pub/tools/linux/%{name}-%{version}.tar.gz
 URL:           ftp://ftp.atcomputing.nl/pub/tools/linux/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: ncurses-devel
-Summary:       AT Computing System and Process Monitor
-Summary(pl):   Monitor obci±¿enia systemu alternatywny dla programu top
-License:       GPL
-Group:         System Environment
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The program atop is an interactive monitor to view the load on a
@@ -35,22 +35,19 @@ r
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d  $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 0644 man/* $RPM_BUILD_ROOT%{_mandir}/man1/
-install -d  $RPM_BUILD_ROOT%{_bindir}/
-install -m 04711 atop $RPM_BUILD_ROOT%{_bindir}/atop
+install -d  $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir}}
 
-%clean
-rm -rf    $RPM_BUILD_ROOT
+install man/* $RPM_BUILD_ROOT%{_mandir}/man1/
+#install 04711 atop $RPM_BUILD_ROOT%{_bindir}/atop
+install atop $RPM_BUILD_ROOT%{_bindir}/atop
 
-%post
+gzip -nf9 README
 
-%preun
-
-%postun
+%clean
+rm -rf    $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc *.gz
 %attr(755,root,root) %{_bindir}/atop
 %{_mandir}/man1/atop.1*
This page took 0.114539 seconds and 4 git commands to generate.