]> git.pld-linux.org Git - packages/Xaw3d.git/commitdiff
- added missing doc and BR
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Apr 2003 00:00:24 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xaw3d.spec -> 1.30

Xaw3d.spec

index 12080b0124edd042bac37983d8039c6183ef9587..253d5b848df07b26ed0a2d4d281281d149c1f639 100644 (file)
@@ -18,7 +18,8 @@ Patch1:               %{name}.patch
 Patch2:                %{name}-static.patch
 Patch3:                %{name}-ia64.patch
 Patch4:                %{name}-i18n.patch
-Prereq:                fileutils
+BuildRequires: XFree86-devel
+PreReq:                fileutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libXaw3d7
 
@@ -204,7 +205,8 @@ export PATH=%{_bindir}:$PATH
 cd xc/lib/Xaw3d
 xmkmf
 mkdir X11; ln -s `pwd` X11/Xaw3d
-make   CDEBUGFLAGS="%{rpmcflags}" \
+%{__make} \
+       CDEBUGFLAGS="%{rpmcflags}" \
        CXXDEBUGFLAGS="%{rpmcflags}" \
        EXTRA_INCLUDES=-I.
 
@@ -219,12 +221,12 @@ mv -f    $RPM_BUILD_ROOT%{_includedir}/X11/Xaw3d \
       $RPM_BUILD_ROOT%{_includedir}/Xaw3d
 ln -s ../Xaw3d $RPM_BUILD_ROOT%{_includedir}/X11/Xaw3d
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %triggerpostun devel -- Xaw3d-devel < 1.5-5
 if [ -d /usr/X11R6/include/Xaw3d ]; then
        rm -rf /usr/X11R6/include/Xaw3d
@@ -233,6 +235,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
+%doc xc/lib/Xaw3d/README.XAW3D
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.130031 seconds and 4 git commands to generate.