Klaus Kämpf 2012-10-05 12:43:48 +00:00 committed by Git OBS Bridge
parent 10b8374e24
commit 3e2875e4b5

View File

@ -52,7 +52,14 @@ BuildRequires: flex
BuildRequires: libtokyocabinet-devel
BuildRequires: libtool
BuildRequires: libxml2-devel
# Disable mysql for SLE_11:
# configure: error: MySQL client library exports symbols clashing with
# OpenSSL. Get the update from distribution provider, recompile MySQL
# library or disable MySQL connector. See
# http://bugs.mysql.com/bug.php?id=65055 for details.
%if 0%{?suse_version} != 1110
BuildRequires: mysql-devel
%endif
BuildRequires: openssl-devel
BuildRequires: pcre-devel
BuildRequires: postgresql-devel
@ -185,8 +192,8 @@ sed -i\
%endif
# install docs
%{__install} -d %{buildroot}/%{_docdir}/%{name}
%{__install} -m 0644 %{S:1} %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{buildroot}/%{_docdir}/%{name}
%{__install} -d %{buildroot}/%{_datadir}/doc/%{name}
%{__install} -m 0644 %{S:1} %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{buildroot}/%{_datadir}/doc/%{name}
# create symlinks for sbin_PROGRAMS
# WHY ?
@ -308,7 +315,6 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/README
%doc LICENSE
%doc README
%doc ChangeLog
%exclude %{_docdir}/%{name}/*.pdf
%{_sbindir}/cf-agent
%{_sbindir}/cf-execd
%{_sbindir}/cf-key
@ -322,6 +328,8 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/README
%else
%exclude /etc/init.d/cf-serverd
%config %attr(0755,root,root) /etc/init.d/*
%{_sbindir}/rccf-execd
%{_sbindir}/rccf-monitord
%endif
%{_mandir}/man?/*
@ -347,7 +355,6 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/README
%files doc
%defattr(-,root,root)
%doc %{_docdir}/%{name}/*.pdf
%dir %{_datadir}/doc/%{name}
%{_datadir}/doc/%{name}/*
@ -359,9 +366,8 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/README
%if 0%{?suse_version} >= 1210
%_unitdir/cf-serverd.service
%else
%{workdir}/bin/cf-serverd
/etc/init.d/cf-serverd
/usr/sbin/rccf-serverd
%{_sbindir}/rccf-serverd
%endif
%changelog