X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling.spec.in;h=0af07ed61f1ad976099d076520f8e319d0a25b92;hb=cebec80513ba74a94b5b3146a37a50e14dd96806;hp=c43f2a91f92582e17a58e6503b3cfce9098862fb;hpb=cd32abd1166f6f046604eed732ba017b35a222f5;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling.spec.in b/xmltooling.spec.in index c43f2a9..0af07ed 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -16,7 +16,7 @@ BuildRequires: libxerces-c-devel >= 2.8.0 BuildRequires: libxml-security-c-devel >= 1.4.0 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel} -BuildRequires: gcc-c++, openssl-devel +BuildRequires: gcc-c++, openssl-devel, boost-devel >= 1.32.0 %if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 BuildRequires: libcurl-openssl-devel >= 7.21.7 Requires: libcurl-openssl >= 7.21.7 @@ -82,7 +82,7 @@ Requires: libxerces-c-devel >= 2.8.0 Requires: libxml-security-c-devel >= 1.4.0 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel} -Requires: openssl-devel +Requires: openssl-devel, boost-devel >= 1.32.0 %if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 Requires: libcurl-openssl-devel >= 7.21.7 %else @@ -134,14 +134,14 @@ This package includes XML schemas and related files. [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT %ifnos solaris2.8 solaris2.9 solaris2.10 -%post -n lib@PACKAGE_NAME@5 -p /sbin/ldconfig +%post -n lib@PACKAGE_NAME@6 -p /sbin/ldconfig %endif %ifnos solaris2.8 solaris2.9 solaris2.10 -%postun -n lib@PACKAGE_NAME@5 -p /sbin/ldconfig +%postun -n lib@PACKAGE_NAME@6 -p /sbin/ldconfig %endif -%files -n lib@PACKAGE@6 +%files -n lib@PACKAGE_NAME@6 %defattr(-,root,root,-) %{_libdir}/*.so.* @@ -158,8 +158,9 @@ This package includes XML schemas and related files. %doc %{pkgdocdir} %changelog -* Mon Aug 8 2011 Scott Cantor - 1.5-1 +* Wed Dec 14 2011 Scott Cantor - 1.5-1 - Update lib package number. +- Add boost-devel dependency. * Sun Jun 26 2011 Scott Cantor - 1.4.2-1 - Override curl build for RHEL6.