X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fgosa.spec;h=be4ef3994a836a90072824de89ef271bfc210092;hb=31e5186beec5e804f673e58c0c6815f38456b905;hp=42b1f8d95f66ee109239ec82736c833115dbe883;hpb=f5cae239446b179c7e8baa36803e2c412a539711;p=gosa.git diff --git a/contrib/gosa.spec b/contrib/gosa.spec index 42b1f8d95..be4ef3994 100644 --- a/contrib/gosa.spec +++ b/contrib/gosa.spec @@ -11,17 +11,17 @@ # Summary: Web Based LDAP Administration Program Name: gosa -Version: 2.5.10 +Version: 2.5.11a Release: 1 License: GPL -Source: ftp://oss.GONICUS.de/pub/gosa/%{sourcename}.tar.bz2 -URL: http://oss.GONICUS.de/project/?group_id=6 +Source: http://oss.gonicus.de/pub/gosa/%{sourcename}.tar.bz2 +URL: http://www.gosa-project.org Group: System/Administration Vendor: GONICUS GmbH Packager: Lars Scheiter Buildarch: noarch %if %{suse} -Requires: apache2,apache2-mod_php4,php4,php4-gd,php4-ldap,php4-mcrypt,php4-mysql,php4-imap,php4-iconv,php4-mbstring,php4-gettext,php4-session,ImageMagick +Requires: apache2,apache2-mod_php5 >= 5.2.0,php5,php5-gd,php5-ldap,php5-mcrypt,php5-mysql,php5-imap,php5-iconv,php5-mbstring,php5-gettext,php5-mhash,php5-snmp,php5-posix,fping,ImageMagick %else Requires: httpd,php,php-ldap,php-imap,php-snmp,php-mysql,php-mbstring,ImageMagick %endif @@ -55,14 +55,15 @@ and can write user adapted sieve scripts. Group: System/Administration Summary: Schema Definitions for the GOSA package %if %{suse} -Requires: openldap2 >= 2.1.22 +Requires: openldap2 >= 2.2.0 %else Requires: openldap-servers >= 2.2.0 %endif Obsoletes: gosa-ldap %description schema -Contains the Schema definition files for the GOSA admin package. +Contains the Schema definition files for the GOSA admin package. This one is needed +on the master LDAP and all slave LDAP Servers. %package mkntpasswd Group: System/Administration @@ -121,7 +122,7 @@ find . -depth -name CVS -type d | xargs rm -rf mkdir -p %{buildroot}/usr/share/gosa # Copy -DIRS="doc ihtml plugins html include locale" +DIRS="doc ihtml plugins html include setup locale" for i in $DIRS; do \ cp -ua $i %{buildroot}/usr/share/gosa/$i ; \ done @@ -169,7 +170,7 @@ EOF mkdir -p %{buildroot}/etc/openldap/schema/gosa mv contrib/openldap/*.schema %{buildroot}/etc/openldap/schema/gosa -sed 's�"CONFIG_TEMPLATE_DIR", "../contrib/"�"CONFIG_TEMPLATE_DIR", "%{docdir}/"�g' %{buildroot}/usr/share/gosa/include/functions.inc > %{buildroot}/usr/share/gosa/include/functions.inc.new +sed 's%"CONFIG_TEMPLATE_DIR", "../contrib/"%"CONFIG_TEMPLATE_DIR", "%{docdir}/"%g' %{buildroot}/usr/share/gosa/include/functions.inc > %{buildroot}/usr/share/gosa/include/functions.inc.new mv -f %{buildroot}/usr/share/gosa/include/functions.inc.new %{buildroot}/usr/share/gosa/include/functions.inc mv -f doc manual @@ -180,6 +181,7 @@ rm -rf %{buildroot}/usr/share/gosa/contrib #rm -rf %{buildroot}/usr/share/gosa/doc #rmdir contrib/openldap bzip2 -9 contrib/opensides/goSamba.pl +cp contrib/encodings %{buildroot}/etc/gosa %clean rm -rf %{buildroot} @@ -239,6 +241,12 @@ rm -rf %{buildroot} /usr/share/gosa/doc/guide/user/nl %changelog +* Tue Jun 12 2007 Lars Scheiter 2.5.11a +- New upstream +- Added encodings file +- Added SuSE dependency for needed php5 >= 5.2.0, and modules +- Fixed URLs to GOsa packages and homepage + * Wed May 16 2007 Lars Scheiter 2.5.11 - New upstream - Added new setup