X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling.spec.in;h=481b7e237071eb314775ef44fb0b77a4ff2be4a2;hb=808b7ce25caac8cf056deb4f0c485288af6cf6bb;hp=8160f717849bcad0b07dc9cd5e9019e620e3c54b;hpb=e7d2f6f140f5f7de50f35440a93fcc3263c9ec3f;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling.spec.in b/xmltooling.spec.in index 8160f71..481b7e2 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -1,17 +1,18 @@ Name: xmltooling Summary: Open source XMLTooling 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, cxxtest +BuildRequires: xml-security-c-devel >= 1.4.0 +BuildRequires: openssl-devel, cxxtest +%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 0.3.5} +%{!?_with_log4cpp:BuildRequires: log4shib-devel} %description The XMLTooling library contains generic XML parsing and processing @@ -50,34 +51,39 @@ XMLTooling Library API documentation generated by doxygen. %build %configure %{?xmltooling_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/xmltooling _docs +[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT +%{__make} install DESTDIR=$RPM_BUILD_ROOT %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}/xmltoolingtest %{_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 +%{_datadir}/doc/xmltooling/CURL.LICENSE +%{_datadir}/doc/xmltooling/LOG4CPP.LICENSE +%{_datadir}/doc/xmltooling/OPENSSL.LICENSE %files devel %defattr(-,root,root,-) @@ -87,8 +93,14 @@ make check %files docs %defattr(644,root,root,755) -%doc _docs/api +%doc %{_datadir}/doc/xmltooling/api %changelog +* Thu Aug 16 2007 Scott Cantor - 1.0-3 +- First public beta. + +* Fri Jul 13 2007 Scott Cantor - 1.0-2 +- Second alpha. + * Wed Apr 12 2006 Scott Cantor - 1.0-1 - First SPEC file based on various versions in existence.