rpms/zarafa/EL-6 zarafa.spec,1.6,1.7

Robert Scheck robert at fedoraproject.org
Wed May 19 21:39:15 UTC 2010


Author: robert

Update of /cvs/pkgs/rpms/zarafa/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1148

Modified Files:
	zarafa.spec 
Log Message:
Replace the upcoming %if/%else macro stuff by what is really required



Index: zarafa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zarafa/EL-6/zarafa.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- zarafa.spec	1 May 2010 12:14:13 -0000	1.6
+++ zarafa.spec	19 May 2010 21:39:14 -0000	1.7
@@ -162,18 +162,9 @@ BuildRequires:      ncurses-devel
 BuildRequires:      pam-devel
 BuildRequires:      php-devel
 BuildRequires:      libtool, automake, autoconf
-
-%if 0%{?fedora} > 8
-BuildRequires:      libcurl-devel
-BuildRequires:      perl-devel
-%else
-BuildRequires:      curl-devel
-BuildRequires:      perl
-%endif
-
-%if 0%{?fedora} >= 12
-BuildRequires:      libuuid-devel
-%endif
+BuildRequires:      %{_includedir}/uuid/uuid.h
+BuildRequires:      %{_includedir}/curl/curl.h
+BuildRequires:      %{_bindir}/xsubpp
 
 %if %{with_ldap}
 BuildRequires:      openldap-devel



More information about the scm-commits mailing list