rpms/xfce4-dev-tools/devel xfce4-dev-tools.spec,1.1,1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Oct 5 13:52:00 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-dev-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5069

Modified Files:
	xfce4-dev-tools.spec 
Log Message:
Some minor changes suggested in #209025


Index: xfce4-dev-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-dev-tools/devel/xfce4-dev-tools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-dev-tools.spec	5 Oct 2006 13:31:04 -0000	1.1
+++ xfce4-dev-tools.spec	5 Oct 2006 13:51:59 -0000	1.2
@@ -14,8 +14,7 @@
 
 %description
 This package contains common tools required by Xfce developers and people
-that want to build Xfce from SVN. In addition, this package contains the
-Xfce developer's handbook.
+that want to build Xfce from SVN.
 
 %prep
 %setup -q
@@ -29,7 +28,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 
 mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/
-install -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ 
+install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,7 +38,7 @@
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README
 %{_bindir}/xdt-autogen
 %dir %{_datadir}/xfce4
-%{_datadir}/xfce4/dev-tools
+%{_datadir}/xfce4/dev-tools/
 %{_datadir}/aclocal/*
 
 %changelog




More information about the scm-commits mailing list