]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- don't gzip html documentation, install it with correct images path
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Sep 2001 20:29:31 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xbae.spec -> 1.3

Xbae.spec

index db2fd603baebffc1a5f1ff5df2cc15de4e7efc98..5e02723be622d7daf27b606075e414beb960a630 100644 (file)
--- a/Xbae.spec
+++ b/Xbae.spec
@@ -25,7 +25,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _mandir         %{_prefix}/man
 
 %description
-
 The XbaeMatrix is a Motif-based widget which displays a grid of cells
 in the same manner as a spreadsheet. The cell array is scrollable,
 editable, and otherwise reasonably configurable in appearance. Each
@@ -91,18 +90,25 @@ automake -a -c
 %configure \
        --enable-shared \
        --enable-static \
-       --with-editres
+       --with-editres \
+       --with-x-includes=/usr/X11R6/include
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_aclocaldir}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       htmldir=/htmldoc
 
-install -d $RPM_BUILD_ROOT%{_aclocaldir}
+mv -f $RPM_BUILD_ROOT/htmldoc
+
+# workaround - configure decides not to install *.m4 if aclocaldir is not writable
 install ac_find_*.m4 $RPM_BUILD_ROOT%{_aclocaldir}
 
-gzip -9nf AUTHORS ChangeLog README FAQ.html NEWS doc/*.html
+gzip -9nf AUTHORS ChangeLog README NEWS
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -112,11 +118,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc {AUTHORS,ChangeLog,README,NEWS}.gz
 %attr(755,root,root) %{_libdir}/libXbae.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,README,FAQ.html,NEWS}.gz doc/*.html.gz doc/images/*.png
+%doc FAQ.html htmldoc
 %attr(755,root,root) %{_libdir}/libXbae.so
 %attr(755,root,root) %{_libdir}/libXbae.la
 %{_includedir}/Xbae
This page took 0.074853 seconds and 4 git commands to generate.