Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec so that the package builds under mock. #44

Open
wants to merge 3 commits into
base: maint
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packaging/rhel/sope.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AutoReqProv: off
Source: %{sope_source}
Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildPreReq: gnustep-make gcc-objc postgresql-devel
BuildRequires: gnustep-make gcc-objc postgresql-devel openldap-devel gnustep-base-devel gnustep-base libxml2-devel gmp-devel avahi-devel gnutls-devel libgcrypt-devel libffi-devel libxslt-devel libicu-devel

%{?el5:BuildRequires: mysql-devel}
%{?el6:BuildRequires: mysql-devel}
Expand Down Expand Up @@ -287,7 +287,7 @@ name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.

%prep
rm -fr ${RPM_BUILD_ROOT}
%setup -q -n SOPE
%setup -q -n sope-SOPE-%{sogo_version}

# ****************************** build ********************************
%build
Expand Down