You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2007/10/21 23:52:18 UTC

svn commit: r586958 - /xml/security/trunk/c/xml-security-c.spec

Author: scantor
Date: Sun Oct 21 14:52:18 2007
New Revision: 586958

URL: http://svn.apache.org/viewvc?rev=586958&view=rev
Log:
Remove doc subpackage.

Modified:
    xml/security/trunk/c/xml-security-c.spec

Modified: xml/security/trunk/c/xml-security-c.spec
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/xml-security-c.spec?rev=586958&r1=586957&r2=586958&view=diff
==============================================================================
--- xml/security/trunk/c/xml-security-c.spec (original)
+++ xml/security/trunk/c/xml-security-c.spec Sun Oct 21 14:52:18 2007
@@ -26,30 +26,20 @@
 %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.
-
+%{__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
-
+%{__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
+%{__rm} -rf $RPM_BUILD_ROOT
 
 
 %post -p /sbin/ldconfig
@@ -58,7 +48,6 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NOTICE
 %{_libdir}/*.so.*
 %{_libdir}/*.a
 %exclude %{_libdir}/*.la
@@ -68,11 +57,6 @@
 %defattr(-,root,root,-)
 %{_includedir}/xsec
 %{_libdir}/*.so
-
-%files docs
-%defattr(644,root,root,755)
-%doc doc/c/*
-
 
 %changelog
 * Wed Aug 15 2007   Scott Cantor  <ca...@osu.edu> 1.4.0-1