Author: glen Date: Sat Apr 15 16:00:28 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - crondir fix - fix duplicate file packaging
---- Files affected: SPECS: bigsister.spec (1.63 -> 1.64) ---- Diffs: ================================================================ Index: SPECS/bigsister.spec diff -u SPECS/bigsister.spec:1.63 SPECS/bigsister.spec:1.64 --- SPECS/bigsister.spec:1.63 Sat Apr 15 16:21:02 2006 +++ SPECS/bigsister.spec Sat Apr 15 18:00:22 2006 @@ -12,7 +12,7 @@ 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 @@ -29,6 +29,7 @@ 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/ @@ -158,13 +159,15 @@ %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] @@ -179,10 +182,6 @@ # --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}} @@ -367,8 +366,6 @@ %{_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* @@ -502,6 +499,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64 2006/04/15 16:00:22 glen +- crondir fix +- fix duplicate file packaging + Revision 1.63 2006/04/15 14:21:02 glen - use %service, cleanups ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bigsister.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
