Author: glen                         Date: Fri Feb 25 22:12:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add more doc
- fix log directory attrs
- add docs/CREDITS to package (help->about uses it)

---- Files affected:
SPECS:
   horde.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/horde.spec
diff -u SPECS/horde.spec:1.75 SPECS/horde.spec:1.76
--- SPECS/horde.spec:1.75       Fri Feb 25 09:32:59 2005
+++ SPECS/horde.spec    Fri Feb 25 23:12:12 2005
@@ -1,6 +1,10 @@
 # $Revision$, $Date$
 # TODO:
 # - support for Oracle and Sybase
+# - make default install secure. so that it doesn't auto auth you to
+#   administrator. ip restriction in apache? any better ideas?
+# - put docs/CREDITS to package, rather in doc (so installations with
+#   --excludedocs have functional horde?)
 #
 %include       /usr/lib/rpm/macros.php
 Summary:       The common Horde Framework for all Horde modules
@@ -9,7 +13,7 @@
 Summary(pt_BR):        Componentes comuns do Horde usados por todos os módulos
 Name:          horde
 Version:       3.0.3
-Release:       2.27
+Release:       2.30
 License:       LGPL
 Vendor:                The Horde Project
 Group:         Development/Languages/PHP
@@ -40,6 +44,8 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# horde accesses it directly in help->about
+%define                _noautocompressdoc  CREDITS
 %define                _noautoreq      'pear(XML/WBXML.*)' 'pear(Horde.*)' 
'pear(Text/.*)' 'pear(Net/IMSP.*)'
 
 %define                hordedir        /usr/share/horde
@@ -94,7 +100,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name} \
        $RPM_BUILD_ROOT%{hordedir}/{admin,js,lib,locale,services} \
-       $RPM_BUILD_ROOT%{hordedir}/{templates,themes,util} \
+       $RPM_BUILD_ROOT%{hordedir}/{templates,themes,util,docs} \
        $RPM_BUILD_ROOT/var/log/%{name}
 
 cp -pR scripts docs
@@ -115,7 +121,8 @@
 > $RPM_BUILD_ROOT/var/log/%{name}/%{name}.log
 
 install %{SOURCE1}             
$RPM_BUILD_ROOT%{_sysconfdir}/apache-%{name}.conf
-ln -fs %{_sysconfdir}/%{name}  $RPM_BUILD_ROOT%{hordedir}/config
+ln -s %{_sysconfdir}/%{name}   $RPM_BUILD_ROOT%{hordedir}/config
+ln -s %{_defaultdocdir}/%{name}-%{version}/CREDITS 
$RPM_BUILD_ROOT%{hordedir}/docs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -224,7 +231,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README 
docs/{HACKING,CONTRIBUTING,CODING_STANDARDS,CHANGES,INSTALL,scripts}
+%doc README scripts
+%doc docs/{CHANGES,CODING_STANDARDS,CONTRIBUTING,CREDITS,HACKING,INSTALL}
+%doc docs/{PERFORMANCE,RELEASE{,_NOTES},SECURITY,TODO,TRANSLATIONS,UPGRADING}
 %dir %{_sysconfdir}
 %attr(770,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
@@ -237,6 +246,7 @@
 %{hordedir}/*.php
 %{hordedir}/admin
 %{hordedir}/config
+%{hordedir}/docs
 %{hordedir}/js
 %{hordedir}/lib
 %{hordedir}/locale
@@ -245,7 +255,7 @@
 %{hordedir}/themes
 %{hordedir}/util
 
-%attr(750,root,http) /var/log/%{name}
+%dir %attr(750,root,http) /var/log/%{name}
 %ghost %attr(770,root,http) /var/log/%{name}/%{name}.log
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -254,6 +264,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2005/02/25 22:12:12  glen
+- add more doc
+- fix log directory attrs
+- add docs/CREDITS to package (help->about uses it)
+
 Revision 1.75  2005/02/25 08:32:59  qboosh
 - shellglob syntax fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/horde.spec?r1=1.75&r2=1.76&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to