Skip to content

Commit

Permalink
Fix: Label too long
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 9, 2011
1 parent 87570d9 commit 9e24ffb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/rpm/dolibarr_fedora.spec
Expand Up @@ -24,7 +24,7 @@ BuildArch: noarch
#BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Group: Applications/Productivity
Group: Applications/Internet
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)
Expand Down
5 changes: 4 additions & 1 deletion build/rpm/dolibarr_generic.spec
Expand Up @@ -24,7 +24,10 @@ BuildArch: noarch
#BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Group: Applications/Productivity
# For Mandriva-Mageia
Group: Networking/WWW
# For all other distrib
Group: Applications/Internet
# Requires for Fedora-Redhat
Requires: mysql-server mysql httpd php php-cli php-gd php-ldap php-imap
Requires: php-mysql >= 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion build/rpm/dolibarr_mandriva.spec
Expand Up @@ -24,7 +24,7 @@ BuildArch: noarch
#BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Group: Applications/Productivity
Group: Networking/WWW
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)
Expand Down
7 changes: 1 addition & 6 deletions build/rpm/dolibarr_opensuse.spec
Expand Up @@ -24,7 +24,7 @@ BuildArch: noarch
#BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Group: Productivity/Office/Management
Group: Applications/Internet
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)
Expand Down Expand Up @@ -99,11 +99,6 @@ cui hai bisogno ed essere facile da usare.
%{__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

# Enable this command to tag desktop file for suse
#%suse_update_desktop_file dolibarr

# Enable this command to allow suse detection of duplicate files and create hardlinks instead
#%fdupes


#---- clean
Expand Down

0 comments on commit 9e24ffb

Please sign in to comment.