]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- crondir fix
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Apr 2006 16:00:22 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix duplicate file packaging

Changed files:
    bigsister.spec -> 1.64

bigsister.spec

index b8cc4e9ce90a5041bf3861695491a779ab46f32a..7af8b89ae5c3091b998bead2adff5f6ee37aca33 100644 (file)
@@ -11,7 +11,7 @@ Summary:      The Big Sister Network and System Monitor
 Summary(pl):   Wielka Siostra - monitor sieci i systemów - klon komercyjnego BigBrother
 Name:          bigsister
 Version:       1.02
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking
 Source0:       http://dl.sourceforge.net/bigsister/big-sister-%{version}.tar.gz
@@ -28,6 +28,7 @@ Patch1:               %{name}-memory.patch
 Patch2:                %{name}-logfile-notranslated.patch
 Patch3:                %{name}-dubleinstall.patch
 Patch4:                %{name}-not_user_check.patch
+Patch5:                %{name}-ac.patch
 #Patch5:       %{name}-lang_lcmessages.patch
 #Patch6:       %{name}-path_to_adm.patch
 URL:           http://bigsister.graeff.com/
@@ -157,13 +158,15 @@ Wtyczka Big Sister do monitorowania z u
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-#%patch5 -p1
-#%patch6 -p1
+%patch5 -p1
+
 %build
+%{__autoconf}
 ./configure \
        --with-user=bs \
-       --enable-fhs \
-       --with-cgi
+       --enable-FHS \
+       --with-cgi \
+       --with-crondir=/etc/cron.weekly
 #      --with-url=/bs
 #  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 #  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
@@ -178,10 +181,6 @@ Wtyczka Big Sister do monitorowania z u
 #  --with-perlext             the file extension perl scripts (CGIs) should get
 #  --with-rpmdir              the RPM build area
 
-
-
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig,httpd/httpd.conf,cron.weekly},%{_var}/lib/bigsister{/graphs,/www/graphs,/logs}}
@@ -366,8 +365,6 @@ fi
 %{_sysconfdir}/bigsister/etc/moduleinfo/*
 %attr(750,root,bs) %dir %{_sysconfdir}/bigsister/etc/testdef
 %{_sysconfdir}/bigsister/etc/testdef/*
-%attr(750,root,bs) %dir %{_sysconfdir}/bigsister/etc/testdef
-%{_sysconfdir}/bigsister/etc/testdef/*
 
 %attr(755,root,root) %dir %{_datadir}/bigsister/cgi
 %attr(755,root,root) %{_datadir}/bigsister/cgi/bs*
This page took 0.067118 seconds and 4 git commands to generate.