X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=opensaml.spec.in;h=19a8a1cfe334c2b92b789efc71c483927a43ac7f;hp=e5aa7b363fc6b0b4b538c90ac8bc92e08d59e04f;hb=57a23614db4c39829cebdfb060c358172fb4aa6b;hpb=fdf10fcd3f42366767d5382da2754adf5a80b620 diff --git a/opensaml.spec.in b/opensaml.spec.in index e5aa7b3..19a8a1c 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,7 +1,7 @@ Name: opensaml Summary: Open source SAML library Version: @-VERSION-@ -Release: 3 +Release: 1 Group: System Environment/Libraries Vendor: Internet2 License: Apache 2.0 @@ -9,9 +9,9 @@ URL: http://www.opensaml.org/ 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, cxxtest -%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 0.3.5} +BuildRequires: xml-security-c-devel >= 1.4.0 +BuildRequires: xmltooling-devel >= 1.1 +%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel} %description @@ -52,6 +52,8 @@ OpenSAML Library API documentation generated by doxygen. %install [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT/%{_bindir} -type f | + %{__sed} -e "s|$RPM_BUILD_ROOT||" | sort > rpm.binlist %check || : %{__make} check @@ -67,14 +69,13 @@ OpenSAML Library API documentation generated by doxygen. %postun -p /sbin/ldconfig %endif -%files +%files -f rpm.binlist %defattr(-,root,root,-) -%{_bindir}/samlsign %{_libdir}/libsaml.so.* %dir %{_datadir}/xml/%{name} %{_datadir}/xml/%{name} -%exclude %{_bindir}/samltest %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,18 @@ OpenSAML Library API documentation generated by doxygen. %doc %{_datadir}/doc/%{name}/api %changelog +* Tue Jul 1 2008 Scott Cantor - 2.1-1 +- Bumping for minor update. + +* Mon Mar 17 2008 Scott Cantor - 2.0-6 +- Official release. + +* Fri Jan 18 2008 Scott Cantor - 2.0-5 +- Release candidate 1. + +* Thu Nov 08 2007 Scott Cantor - 2.0-4 +- Second public beta. + * Thu Aug 16 2007 Scott Cantor - 2.0-3 - First public beta.