Fix: Bad group
This commit is contained in:
parent
4c7113dcf5
commit
e639bd67e3
@ -24,7 +24,7 @@ BuildArch: noarch
|
|||||||
#BuildArchitectures: noarch
|
#BuildArchitectures: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
Group: Applications/Internet
|
Group: Applications/Productivity
|
||||||
Requires: mysql-server mysql httpd php php-cli php-gd php-ldap php-imap php-mysql
|
Requires: mysql-server mysql httpd php php-cli php-gd php-ldap php-imap php-mysql
|
||||||
|
|
||||||
# Set yes to build test package, no for release (this disable need of /usr/bin/php not found by OpenSuse)
|
# Set yes to build test package, no for release (this disable need of /usr/bin/php not found by OpenSuse)
|
||||||
|
|||||||
@ -24,10 +24,7 @@ BuildArch: noarch
|
|||||||
#BuildArchitectures: noarch
|
#BuildArchitectures: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
# For Mandriva-Mageia
|
Group: Applications/Productivity
|
||||||
Group: Networking/WWW
|
|
||||||
# For all other distrib
|
|
||||||
Group: Applications/Internet
|
|
||||||
# Requires for Fedora-Redhat
|
# Requires for Fedora-Redhat
|
||||||
Requires: mysql-server mysql httpd php php-cli php-gd php-ldap php-imap
|
Requires: mysql-server mysql httpd php php-cli php-gd php-ldap php-imap
|
||||||
Requires: php-mysql >= 4.1.0
|
Requires: php-mysql >= 4.1.0
|
||||||
|
|||||||
@ -24,7 +24,7 @@ BuildArch: noarch
|
|||||||
#BuildArchitectures: noarch
|
#BuildArchitectures: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
Group: Networking/WWW
|
Group: Applications/Productivity
|
||||||
Requires: mysql mysql-client apache-base apache-mod_php php-cgi php-cli php-bz2 php-gd php-ldap php-imap php-mysqli php-openssl
|
Requires: mysql mysql-client apache-base apache-mod_php php-cgi php-cli php-bz2 php-gd php-ldap php-imap php-mysqli php-openssl
|
||||||
|
|
||||||
# Set yes to build test package, no for release (this disable need of /usr/bin/php not found by OpenSuse)
|
# Set yes to build test package, no for release (this disable need of /usr/bin/php not found by OpenSuse)
|
||||||
|
|||||||
@ -24,7 +24,7 @@ BuildArch: noarch
|
|||||||
#BuildArchitectures: noarch
|
#BuildArchitectures: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
Group: Applications/Internet
|
Group: Applications/Productivity
|
||||||
Requires: mysql-community-server mysql-community-server-client apache2 apache2-mod_php5 php5 php5-gd php5-ldap php5-imap php5-mysql php5-openssl
|
Requires: mysql-community-server mysql-community-server-client apache2 apache2-mod_php5 php5 php5-gd php5-ldap php5-imap php5-mysql php5-openssl
|
||||||
|
|
||||||
# Set yes to build test package, no for release (this disable need of /usr/bin/php not found by OpenSuse)
|
# Set yes to build test package, no for release (this disable need of /usr/bin/php not found by OpenSuse)
|
||||||
@ -99,6 +99,8 @@ cui hai bisogno ed essere facile da usare.
|
|||||||
%{__cp} -pr usr/share/dolibarr/doc/* $RPM_BUILD_ROOT/usr/share/doc/dolibarr
|
%{__cp} -pr usr/share/dolibarr/doc/* $RPM_BUILD_ROOT/usr/share/doc/dolibarr
|
||||||
%{__install} -m 644 usr/share/dolibarr/COPYRIGHT $RPM_BUILD_ROOT/usr/share/doc/dolibarr/COPYRIGHT
|
%{__install} -m 644 usr/share/dolibarr/COPYRIGHT $RPM_BUILD_ROOT/usr/share/doc/dolibarr/COPYRIGHT
|
||||||
|
|
||||||
|
# create hardlinks for duplicate files
|
||||||
|
%fdupes
|
||||||
|
|
||||||
|
|
||||||
#---- clean
|
#---- clean
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user