X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=xmltooling.spec.in;h=8cac0f40eef5b907628a4bc4f9c7c8052b45dea0;hp=489e2986ae334907ab275988e31d8573c70a610c;hb=HEAD;hpb=a02692eb00da7fd3bb014a0a4f8c76cb7ca6dae1 diff --git a/xmltooling.spec.in b/xmltooling.spec.in index 489e298..8cac0f4 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -1,16 +1,16 @@ Name: xmltooling Summary: Open source XMLTooling library Version: @-VERSION-@ -Release: 3 +Release: 6 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: xerces%{?xercesver}-c-devel >= 2.8.0 BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: openssl-devel, cxxtest +BuildRequires: openssl-devel, curl-devel >= 7.10.6 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel} @@ -56,6 +56,8 @@ XMLTooling 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 @@ -71,13 +73,12 @@ XMLTooling Library API documentation generated by doxygen. %postun -p /sbin/ldconfig %endif -%files +%files -f rpm.binlist %defattr(-,root,root,-) %{_libdir}/libxmltooling.so.* %{_libdir}/libxmltooling-lite.so.* %dir %{_datadir}/xml/xmltooling %{_datadir}/xml/xmltooling -%exclude %{_bindir}/xmltoolingtest %docdir %{_datadir}/doc/xmltooling %{_datadir}/doc/xmltooling/LICENSE.txt %{_datadir}/doc/xmltooling/NOTICE.txt @@ -96,6 +97,15 @@ XMLTooling Library API documentation generated by doxygen. %doc %{_datadir}/doc/xmltooling/api %changelog +* Mon Mar 17 2008 Scott Cantor - 1.0-6 +- Official release. + +* Fri Jan 18 2008 Scott Cantor - 1.0-5 +- Release candidate 1. + +* Thu Nov 08 2007 Scott Cantor - 1.0-4 +- Second public beta. + * Thu Aug 16 2007 Scott Cantor - 1.0-3 - First public beta.