]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- fixed broken memory patch; new %%doc; release 2, STBR
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Jun 2002 12:34:06 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bigsister.spec -> 1.4

bigsister.spec

index 468ef24e695555a62b81d509772a3508caa650a9..bd3fc10e680791c54e67cfeec03adaef95467270 100644 (file)
@@ -3,7 +3,7 @@ Summary:        The Big Sister Network and System Monitor
 Summary(pl):   Wielka Siostra - monitor sieci i systemów
 Name:          bigsister
 Version:       0.97p2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/big-sister-%{version}.tar.gz
@@ -158,16 +158,13 @@ mv -f $RPM_BUILD_ROOT%{_libdir}/bs/bin/{bsgraph,bshistory,bsweb*} \
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bigsister
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bigsister
 
-gzip -9nf BUGS CHANGES.PLAINTEXT CONFIG HOWTO PROTOCOL Q+A README \
-       SNMP_AGENT TODO UPDATE
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %pre
 if [ -n "`/usr/bin/getgid bs`" ]; then
        if [ "`getgid bs`" != "77" ]; then
-               echo "Warning: group bs haven't gid=77. Correct this before installing bigsister" 1>&2
+               echo "Error: group bs doesn't have gid=77. Correct this before installing bigsister." 1>&2
                exit 1
        fi
 else
@@ -175,7 +172,7 @@ else
 fi
 if [ -n "`/bin/id -u bs 2>/dev/null`" ]; then
        if [ "`/bin/id -u bs`" != "77" ]; then
-               echo "Warning: user bs haven't uid=77. Correct this before installing bigsister" 1>&2
+               echo "Error: user bs doesn't have uid=77. Correct this before installing bigsister." 1>&2
                exit 1
        fi
 else
@@ -220,7 +217,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc BUGS CHANGES.PLAINTEXT CONFIG HOWTO PROTOCOL Q+A README SNMP_AGENT TODO UPDATE
 %attr(750,root,bs) %dir %{_etcdir}
 %attr(750,root,bs) %dir %{_etcdir}/adm
 %attr(640,root,bs) %config(noreplace) %verify(not size mtime md5) %{_etcdir}/adm/resources
This page took 0.040771 seconds and 4 git commands to generate.