X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=opensaml.spec.in;h=d0c1f874f6f45ebedad062b51be3e1162f74fdcb;hp=9e4de4e33ac8c2fb9eb75b977c4a0f8e8b4edad8;hb=33549b9c983cb627a7442d4bbfbe41c08caf8a53;hpb=867a906d017097421d7e39f13fde4243847eb85d diff --git a/opensaml.spec.in b/opensaml.spec.in index 9e4de4e..d0c1f87 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,7 +1,7 @@ Name: opensaml Summary: Open source SAML library Version: @-VERSION-@ -Release: 6 +Release: 1 Group: System Environment/Libraries Vendor: Internet2 License: Apache 2.0 @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: xmltooling-devel +BuildRequires: xmltooling-devel >= 1.2 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel} @@ -55,7 +55,7 @@ OpenSAML Library API documentation generated by doxygen. find $RPM_BUILD_ROOT/%{_bindir} -type f | %{__sed} -e "s|$RPM_BUILD_ROOT||" | sort > rpm.binlist -%check || : +%check %{__make} check %clean @@ -75,6 +75,7 @@ find $RPM_BUILD_ROOT/%{_bindir} -type f | %dir %{_datadir}/xml/%{name} %{_datadir}/xml/%{name} %docdir %{_datadir}/doc/%{name} +%{_datadir}/doc/%{name}/README.txt %{_datadir}/doc/%{name}/LICENSE.txt %{_datadir}/doc/%{name}/NOTICE.txt %{_datadir}/doc/%{name}/LOG4CPP.LICENSE @@ -89,6 +90,12 @@ find $RPM_BUILD_ROOT/%{_bindir} -type f | %doc %{_datadir}/doc/%{name}/api %changelog +* Tue Sep 23 2008 Scott Cantor - 2.2-1 +- Bumping for minor update. + +* Tue Jul 1 2008 Scott Cantor - 2.1-1 +- Bumping for minor update. + * Mon Mar 17 2008 Scott Cantor - 2.0-6 - Official release.