rpms/ghdl/devel ghdl.spec,1.28,1.29

Thomas M. Sailer (sailer) fedora-extras-commits at redhat.com
Thu Feb 1 08:46:38 UTC 2007


Author: sailer

Update of /cvs/extras/rpms/ghdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30346

Modified Files:
	ghdl.spec 
Log Message:
do not try to set user/group during install



Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ghdl.spec	5 Jan 2007 14:08:12 -0000	1.28
+++ ghdl.spec	1 Feb 2007 08:46:08 -0000	1.29
@@ -5,7 +5,7 @@
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
 Version: 0.25
-Release: 0.%{ghdlsvnver}svn.1%{?dist}
+Release: 0.%{ghdlsvnver}svn.2%{?dist}
 License: GPL
 Group: Development/Languages
 URL: http://ghdl.free.fr/
@@ -195,7 +195,7 @@
 %ifarch x86_64
 pushd obj-%{gcc_target_platform}/gcc/vhdl
 P32=%{buildroot}/%{_libdir}/gcc/%{gcc_target_platform}/%{gccver}/vhdl/lib/32/
-%{__install} -d -o 0 -g 0 ${P32}
+%{__install} -d ${P32}
 make ghdllibs-clean
 %if %{!?_without_mock:0}%{?_without_mock:1}
 make grt-clean
@@ -207,8 +207,8 @@
 %endif
 PDIR=`pwd`
 pushd ${P32}/../..
-%{__install} -d -o 0 -g 0 lib/32/v93
-%{__install} -d -o 0 -g 0 lib/32/v87
+%{__install} -d lib/32/v93
+%{__install} -d lib/32/v87
 %{__make} -f ${PDIR}/Makefile REL_DIR=../../../.. \
          LIBSRC_DIR="src" LIB93_DIR=lib/32/v93 LIB87_DIR=lib/32/v87 \
          ANALYZE="${PDIR}/../ghdl -a -m32 --GHDL1=${PDIR}/../ghdl1 --ieee=none" \
@@ -288,6 +288,9 @@
 
 
 %changelog
+* Fri Jan  5 2007 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.25-0.89svn.2
+- do not try to set user/group during install
+
 * Fri Jan  5 2007 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.25-0.89svn.1
 - back out hunks that cause build failures
 - un-exclude ppc




More information about the fedora-extras-commits mailing list