]> git.pld-linux.org Git - packages/dxpc.git/commitdiff
- second part of small fixes inspired by kloczek (this time better checked, auto/ac/dxpc-3_7_0-3
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 00:05:11 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  I hope...)

Changed files:
    dxpc.spec -> 1.20

dxpc.spec

index 29b85a57be05d801481a760525e48e66f475c2e1..ed26e216ba209590ee4743bdec8780b59ae7d8e7 100644 (file)
--- a/dxpc.spec
+++ b/dxpc.spec
@@ -19,7 +19,6 @@ BuildRequires:        libstdc++-devel
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 dxpc is an X protocol compressor designed to improve the speed of X11
 applications run over low-bandwidth links.
@@ -45,10 +44,11 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/dxpc.1
 
 %clean
This page took 0.079919 seconds and 4 git commands to generate.