Author: paszczus Date: Wed May 21 12:14:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added setup subpackage
---- Files affected: SPECS: gosa.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/gosa.spec diff -u SPECS/gosa.spec:1.3 SPECS/gosa.spec:1.4 --- SPECS/gosa.spec:1.3 Wed May 21 13:55:13 2008 +++ SPECS/gosa.spec Wed May 21 14:14:42 2008 @@ -3,7 +3,7 @@ Summary: Web Based LDAP Administration Program Name: gosa Version: 2.5.16.1 -Release: 0.1 +Release: 0.2 License: GPL Source0: ftp://oss.gonicus.de/pub/gosa/%{name}-%{version}.tar.gz # Source0-md5: 5bd315132e4962c228c32f00a68e8be8 @@ -42,6 +42,14 @@ %description schema Contains the Schema definition files for the GOSA admin package. +%package setup +Summary: GOsa setup wizard +Group: Applications/Networking +Requires: %{name} = %{version} + +%description setup +PHP-Based installer for GOsa. + %package mkntpasswd Summary: Schema Definitions for the GOSA package Group: Applications/Networking @@ -55,7 +63,7 @@ %package help-en Summary: English online manual for GOSA package Group: Applications/Networking -Requires: gosa >= %{version} +Requires: %{name} >= %{version} %description help-en English online manual page for GOSA package @@ -63,7 +71,7 @@ %package help-de Summary: German localized online manual for GOSA package Group: Applications/Networking -Requires: gosa >= %{version} +Requires: %{name} >= %{version} %description help-de German localized online manual page for GOSA package @@ -71,7 +79,7 @@ %package help-fr Summary: French localized online manual for GOSA package Group: Applications/Networking -Requires: gosa >= %{version} +Requires: %{name} >= %{version} %description help-fr French localized online manual page for GOSA package @@ -79,7 +87,7 @@ %package help-nl Summary: Dutch localized online manual for GOSA package Group: Applications/Networking -Requires: gosa >= %{version} +Requires: %{name} >= %{version} %description help-nl Dutch localized online manual page for GOSA package @@ -110,7 +118,7 @@ install -d $RPM_BUILD_ROOT%{_datadir}/gosa # Copy -DIRS="doc ihtml plugins html include locale" +DIRS="doc ihtml plugins html include locale setup" for i in $DIRS; do \ cp -ua $i $RPM_BUILD_ROOT%{_datadir}/gosa/$i ; \ done @@ -194,8 +202,8 @@ %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf -%config(noreplace) %attr(700,http,http) %{_sysconfdir} %attr(700,http,http) /var/spool/gosa +%dir %{_datadir}/gosa %attr(744,http,http) %{_datadir}/gosa/html %attr(744,http,http) %{_datadir}/gosa/ihtml %attr(744,http,http) %{_datadir}/gosa/include @@ -208,6 +216,10 @@ %doc COPYING AUTHORS README contrib/demo.ldif contrib/openldap %{_sysconfdir}/openldap/schema/gosa +%files setup +%defattr(644,root,root,755) +%{_datadir}/gosa/setup + %files mkntpasswd %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/mkntpasswd @@ -234,6 +246,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008-05-21 12:14:42 paszczus +- added setup subpackage + Revision 1.3 2008-05-21 11:55:13 paszczus - webapps part ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gosa.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
