X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=opensaml.spec.in;h=ceaa57a0863936840383da9ddde40770792f9170;hb=7d897f427b1ca756046d85dea5dc533bf2df784d;hp=04d64e9eebf28d4428e7340e41270b5cde82f544;hpb=a01e3f87ebd87f3f3df92f17d8d0cda5825d5275;p=shibboleth%2Fcpp-opensaml.git diff --git a/opensaml.spec.in b/opensaml.spec.in index 04d64e9..ceaa57a 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,19 +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: http://shibboleth.internet2.edu/downloads/%{name}-%{version}.tar.gz -Source1: http://shibboleth.internet2.edu/downloads/%{name}-%{version}.tar.gz.asc +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root - -BuildRequires: xerces-c-devel >= 2.6.1 -BuildRequires: xml-security-c-devel >= 1.3.0 -BuildRequires: log4cpp-devel >= 0.3.5 -BuildRequires: xmltooling-devel, cxxtest, doxygen +BuildRequires: xerces%{?xercesver}-c-devel >= 2.6.1 +BuildRequires: xml-security-c-devel >= 1.3.1 +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 @@ -53,9 +52,8 @@ 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 +mv $RPM_BUILD_ROOT/usr/doc/%{name} _docs %check || : make check @@ -71,11 +69,11 @@ make check %files %defattr(-,root,root,-) -#%doc _docs/LICENSE.txt _docs/NEWS.txt _docs/README.txt _docs/TODO.txt -%{_bindir}/samltest +%doc _docs/LICENSE.txt _docs/NOTICE.txt %{_libdir}/libsaml.so.* %dir %{_datadir}/xml/%{name} %{_datadir}/xml/%{name} +%exclude %{_bindir}/samltest %files devel %defattr(-,root,root,-) @@ -84,8 +82,14 @@ make check %files docs %defattr(644,root,root,755) -%doc doc/api/* +%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.