X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=opensaml.spec.in;h=847489452c7414794a4a85570de30a47661dbcf8;hb=99156c335b5f553a38749d8e10000d1b4ccf3a3b;hp=0adc3d0284c3f2c6cb9b67e35ee3470394af6d62;hpb=5262f59d5b476683a193fb19fed29144e0fcddc1;p=shibboleth%2Fcpp-opensaml.git diff --git a/opensaml.spec.in b/opensaml.spec.in index 0adc3d0..8474894 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,18 +1,18 @@ Name: opensaml Summary: Open source SAML library Version: @-VERSION-@ -Release: 1 +Release: 3 Group: System Environment/Libraries Vendor: Internet2 License: Apache 2.0 URL: http://www.opensaml.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root - -BuildRequires: xerces%{?xercesver}-c-devel >= 2.6.1 -BuildRequires: xml-security-c-devel >= 1.3.1 -BuildRequires: log4cpp-devel >= 0.3.5 +BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 +BuildRequires: xml-security-c-devel >= 1.4.0 BuildRequires: xmltooling-devel, cxxtest +%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 0.3.5} +%{!?_with_log4cpp:BuildRequires: log4shib-devel} %description OpenSAML is an open source implementation of the OASIS Security Assertion @@ -47,29 +47,32 @@ OpenSAML Library API documentation generated by doxygen. %build %configure %{?saml_options} -make +%{__make} %install -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -rm -rf _docs -make install DESTDIR=$RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT/usr/doc/%{name} _docs +[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf _docs +%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__mv} $RPM_BUILD_ROOT/usr/doc/%{name} _docs %check || : -make check +%{__make} check %clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%ifnos solaris2.8 solaris2.9 solaris2.10 +%post -p /sbin/ldconfig +%endif -%postun -/sbin/ldconfig +%ifnos solaris2.8 solaris2.9 solaris2.10 +%postun -p /sbin/ldconfig +%endif %files %defattr(-,root,root,-) %doc _docs/LICENSE.txt _docs/NOTICE.txt +%{_bindir}/samlsign %{_libdir}/libsaml.so.* %dir %{_datadir}/xml/%{name} %{_datadir}/xml/%{name} @@ -85,5 +88,11 @@ make check %doc _docs/api %changelog -* Sun Apr 16 2006 Scott Cantor - 2.0-1 -- First SPEC file for 2.0 +* Thu Aug 16 2007 Scott Cantor - 2.0-3 +- First public beta. + +* Fri Jul 13 2007 Scott Cantor - 2.0-2 +- Second alpha. + +* Sun Apr 16 2007 Scott Cantor - 2.0-1 +- First SPEC file for 2.0.