rpms/qucs/FC-3 qucs.spec,1.5,1.6

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Tue Jun 13 17:08:57 UTC 2006


Author: tanguy

Update of /cvs/extras/rpms/qucs/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22879/FC-3

Modified Files:
	qucs.spec 
Log Message:
auto-import qucs-0.0.9-3 on branch FC-3 from qucs-0.0.9-3.src.rpm


Index: qucs.spec
===================================================================
RCS file: /cvs/extras/rpms/qucs/FC-3/qucs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qucs.spec	30 May 2006 17:46:24 -0000	1.5
+++ qucs.spec	13 Jun 2006 17:08:57 -0000	1.6
@@ -1,7 +1,7 @@
 Summary:	Circuit simulator
 Name: 		qucs
 Version:	0.0.9
-Release: 	1%{?dist}
+Release: 	3%{?dist}
 Source0:	http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
 #Patch0:		qucs-gcc4.1.diff
@@ -25,10 +25,7 @@
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
-%if "%{?fedora}" > "4"
-CXXFLAGS="${RPM_OPT_FLAGS} -ffriend-injection"
-%endif
-%configure
+%configure --disable-dependency-tracking --enable-debug
 make %{?_smp_mflags}
 
 # install will be a bit complicated because we are not assured
@@ -41,7 +38,7 @@
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
         --add-category X-Fedora                                 \
         %{SOURCE1}
-
+rm ${RPM_BUILD_ROOT}%{_bindir}/qucsdigi.bat
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -55,6 +52,15 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jun 10 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.0.9-3
+- Delete %{_bindir}/qucsdigi.bat which is a windows bat file and useless under linux
+- add --disable-dependency-tracking to %configure
+- add --enable-debug to %configure to make debuginfo package usefull
+
+
+* Thu Jun 01 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.0.9-2
+- Delete ${RPM_OPT_FLAGS} modification using -ffriend-injection for "%%{?fedora}" > "4"
+
 * Mon May 29 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.0.9-1
 - Update to 0.0.9
 




More information about the fedora-extras-commits mailing list