]> git.pld-linux.org Git - packages/cheops.git/blobdiff - cheops.spec
- removed two lines with define
[packages/cheops.git] / cheops.spec
index 35931da2603ed410cc81207480376bc288dec98d..ffc3d66ffb079ebed2eafbfcdcebb63cde5e3727 100644 (file)
@@ -1,9 +1,9 @@
-# $Revision: 1.23 $ $Date: 2002-02-22 23:28:45 $
+# $Revision: 1.31 $ $Date: 2003-01-18 22:45:27 $
 Summary:       Network resources viewer and manager
 Summary(pl):   Narzêdzie do wizualizacji i zarz±dzania zasobami sieciowymi
 Name:          cheops
 Version:       0.61
-Release:       3
+Release:       5
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       ftp://ftp.marko.net/pub/cheops/%{name}-%{version}.tar.gz
@@ -12,11 +12,9 @@ Source2:     %{name}.png
 URL:           http://www.marko.net/cheops/
 BuildRequires: autoconf
 BuildRequires: gtk+-devel
-BuildRequires: ucd-snmp-devel >= 4.2.3
+BuildRequires: ucd-snmp-devel >= 4.2.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 Cheops aims to be a network "swiss army knife" used for seeing and
@@ -36,9 +34,9 @@ do ich sprz
 %setup -q
 
 %build
-autoconf
+%{__autoconf}
 %configure
-%{__make} 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,14 +50,12 @@ install plugins/*.so $RPM_BUILD_ROOT%{_libdir}/cheops
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Misc
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-gzip -9nf README Changelog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README Changelog
 %attr(755,root,root) %{_bindir}/cheops
 %dir %{_libdir}/cheops
 %attr(755,root,root) %{_libdir}/cheops/*.so
This page took 0.066958 seconds and 4 git commands to generate.