X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=dependencies%2Fxml-security%2Fxml-security-c.spec;fp=dependencies%2Fxml-security%2Fxml-security-c.spec;h=0000000000000000000000000000000000000000;hp=5f2d13658cc6dac09f6cfc6d5030b9e3a4fb4691;hb=e06a29b79d2d3aa111d0828ecadd273b938d305a;hpb=8ebf679cd7e85b700c305fb083289ab432ce234e diff --git a/dependencies/xml-security/xml-security-c.spec b/dependencies/xml-security/xml-security-c.spec deleted file mode 100644 index 5f2d136..0000000 --- a/dependencies/xml-security/xml-security-c.spec +++ /dev/null @@ -1,85 +0,0 @@ -Name: xml-security-c -Version: 1.3.1 -Release: 1 -Summary: C++ XML security library - -Group: System Environment/Libraries -License: Apache Software License -URL: http://xml.apache.org/security/c/ -Source0: http://xml.apache.org/security/dist/c-library/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: xerces%{?xercesver}-c-devel >= 2.3, openssl-devel -%{?_with_xalan:BuildRequires: xalan-c-devel >= 1.6} - -%description -The Apache %{summary}. - -Non-default rpmbuild options: -"--with xalan": use the Xalan XSLT processor. - -%package devel -Summary: Development files for the Apache C++ XML security library -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -%description devel -%{summary}. - -%package docs -Summary: Developer documentation for the Apache C++ XML security library -Group: Documentation - -%description docs -%{summary}. - - -%prep -%setup0 -q - -%build -%configure %{!?_with_xalan: --without-xalan} -make # %{?_smp_mflags} # fails as of 1.[01].0. - - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -pm 755 $RPM_BUILD_ROOT%{_libdir} # FIXME in Makefiles -make install DESTDIR=$RPM_BUILD_ROOT - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - - -%files -%defattr(-,root,root,-) -%doc LICENSE NOTICE -%{_libdir}/*.so.* -%{_libdir}/*.a -%exclude %{_libdir}/*.la -%{_bindir}/* - -%files devel -%defattr(-,root,root,-) -%{_includedir}/xsec -%{_libdir}/*.so - -%files docs -%defattr(644,root,root,755) -%doc doc/c/* - - -%changelog -* Mon Jun 11 2007 Scott Cantor 1.3.1-1 -- update to 1.3.1 -* Thu Mar 23 2006 Ian Young - 1.2.0-2 -- patch to remove extra qualifications for compat with g++ 4.1 -* Sun Jul 03 2005 Scott Cantor - 1.2.0-1 -- Updated version. -* Mon Oct 19 2004 Derek Atkins - 1.1.1-1 -- First Package.