]> git.pld-linux.org Git - packages/cheops.git/commitdiff
based on original spec, first repo release
authormikrobi <robin@atm.com.pl>
Thu, 26 Aug 1999 13:19:48 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cheops.spec -> 1.1

cheops.spec [new file with mode: 0644]

diff --git a/cheops.spec b/cheops.spec
new file mode 100644 (file)
index 0000000..bb0bce3
--- /dev/null
@@ -0,0 +1,73 @@
+# $Revision: 1.1 $ $Date: 1999-08-26 13:19:48 $
+Summary:       Network resources viewer and manager
+Summary(pl):   Narzêdzie do wizualizacji i zarz±dzania zasobami sieciowymi
+Name:          cheops
+Version:       0.60pre5
+Release:       1
+Copyright:     GPL
+Group:         X11/Applications/Networking
+Group(pl):     X11/Aplikacje/Sieciowe
+Url:           http://www.marko.net/cheops
+Source0:       ftp://ftp.marko.net/pub/cheops/%{name}-%{version}.tar.gz
+Source1:       cheops.wmconfig
+BuildRequires: XFree86-devel
+BuildRequires:  gtk+-devel
+BuildRequires:  glib-devel
+Buildroot:     /tmp/%{name}-%{version}-root
+
+%description
+Cheops aims to be a network "swiss army knife" used for seeing and accessing
+network resources. It's written in GTK+ and uses combination of a variety 
+of network tools (ping, traceroute, halfscan, QueSO). Provides system 
+adminstrators with a simple interface to identyfying and
+accessing their network hardware.
+
+%description -l pl
+Cheops ma aspiracje bycia sieciowym "no¿em szwajcarskim" u¿ywanym do 
+obrazowania i dostêpu do zasobów sieciowych. Zosta³ napisany z u¿yciem GTK+
+i u¿ywa ró¿nych narzêdzi sieciowych (ping, traceroute, halfscan, QueSO) 
+umo¿liwiaj±c administratorom prost± identyfikacjê oraz dostêp do 
+ich sprzêtu sieciowego.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" 
+./configure --prefix=/usr 
+make 
+
+%install
+rm -rf ${RPM_BUILD_ROOT}
+install -d ${RPM_BUILD_ROOT}/usr/{X11R6/bin,lib/cheops,share/cheops}
+install cheops ${RPM_BUILD_ROOT}/usr/X11R6/bin
+install pixmaps/*.xpm cheops.conf services.conf ${RPM_BUILD_ROOT}/usr/share/cheops
+install plugins/*.so ${RPM_BUILD_ROOT}/usr/lib/cheops
+strip -s ${RPM_BUILD_ROOT}/usr/{X11R6/bin/*,lib/cheops/*}
+mkdir -p $RPM_BUILD_ROOT/etc/X11/wmconfig/
+install -m 644 $RPM_SOURCE_DIR/cheops.wmconfig \
+        $RPM_BUILD_ROOT/etc/X11/wmconfig/cheops
+
+gzip -9nf COPYING README Changelog
+
+
+%post
+wmconfig --output fvwm2 >> /dev/null 2> /dev/null
+
+%postun
+wmconfig --output fvwm2 >> /dev/null 2> /dev/null
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(0644,root,root,0755)
+%attr(0644,root,root) %doc COPYING.gz README.gz Changelog.gz
+%attr(0755,root,root) /usr/X11R6/bin/cheops
+%dir   /usr/share/cheops/
+%config        /usr/share/cheops/*.conf
+%attr(0644,root,root) /usr/share/cheops/*.xpm
+%dir   /usr/lib/cheops
+%attr(0755,root,root) /usr/lib/cheops/*.so
+%attr(0644,root,root) /etc/X11/wmconfig/cheops
This page took 0.051748 seconds and 4 git commands to generate.