]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- re-added fixed mv line, added more html doc to devel
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Oct 2001 21:38:14 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xbae.spec -> 1.8

Xbae.spec

index e11cbe3a38d90be6012775e064c383b3405b43a9..4ab84782e3c2ee03842f4417ab98ff25959cf45b 100644 (file)
--- a/Xbae.spec
+++ b/Xbae.spec
@@ -106,6 +106,9 @@ install -d $RPM_BUILD_ROOT%{_aclocaldir}
 # workaround - configure decides not to install *.m4 if aclocaldir is not writable
 install ac_find_*.m4 $RPM_BUILD_ROOT%{_aclocaldir}
 
+mv -f $RPM_BUILD_ROOT/htmldoc/* doc
+rm -f doc/Makefile* doc/images/Makefile*
+
 gzip -9nf AUTHORS ChangeLog README NEWS
 
 %clean
@@ -121,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc FAQ.html htmldoc
+%doc FAQ.html doc/*
 %attr(755,root,root) %{_libdir}/libXbae.so
 %attr(755,root,root) %{_libdir}/libXbae.la
 %{_includedir}/Xbae
This page took 0.054446 seconds and 4 git commands to generate.