rpms/frysk/FC-5 frysk.spec, 1.52, 1.53 frysk-20060922-a-cast.patch, 1.2, NONE frysk-no-dejagnu.patch, 1.1, NONE frysk-xfail-2130.patch, 1.3, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 27 13:16:28 UTC 2007


Author: cagney

Update of /cvs/dist/rpms/frysk/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv21210

Modified Files:
	frysk.spec 
Removed Files:
	frysk-20060922-a-cast.patch frysk-no-dejagnu.patch 
	frysk-xfail-2130.patch 
Log Message:
* Wed Jun  27 2007 Andew Cagney <cagney at redhat.com> - 0.0.1.2007.06.21.rh2-1
- New upstream version.
- Build out-of-tree.
- Remove Patch0, Patch1, Patch2.



Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-5/frysk.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- frysk.spec	12 Feb 2007 16:34:07 -0000	1.52
+++ frysk.spec	27 Jun 2007 13:16:26 -0000	1.53
@@ -1,6 +1,6 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2007.02.07.rh1
+Version:	0.0.1.2007.06.21.rh2
 Release:	1%{?dist}
 License:	GPL
 Group:		Development/System
@@ -9,17 +9,6 @@
 
 %define run_make_check 0
 
-%if %{run_make_check}
-# Disable the test which fails when building on older kernel.
-Patch0:		frysk-xfail-2130.patch
-%endif
-
-# Prevent a warning from a new g++:
-Patch1:		frysk-20060922-a-cast.patch
-
-# Temporarily disable install-dejagnu:
-Patch2:		frysk-no-dejagnu.patch
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Requires:	glib-java >= 0.2.6
@@ -104,11 +93,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%if %{run_make_check}
-%patch0
-%endif
-%patch1
-%patch2
 
 %build 
 
@@ -126,7 +110,13 @@
 
 uname -a
 gcc --version
-
+pwd
+mkdir -p build
+cd build
+
+# Capture the configure line
+echo '../configure "$@"' > configure
+chmod a+x configure
 # FIXME: Warnings should be fixed, not suppressed:
 RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wp,-D_FORTIFY_SOURCE=2 /}
 %configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" --disable-arch32-tests
@@ -149,6 +139,8 @@
 # Workaround for bug #??:
 mkdir -p $RPM_BUILD_ROOT/usr/share/frysk
 
+pwd
+cd build
 make  DESTDIR=$RPM_BUILD_ROOT  install %{?_smp_mflags}
 
 # Fix timestamp of a generated script:
@@ -229,6 +221,11 @@
 %{_datadir}/pixmaps/fryskTrayIcon48.png
 
 %changelog
+* Wed Jun  27 2007 Andew Cagney <cagney at redhat.com> - 0.0.1.2007.06.21.rh2-1
+- New upstream version.
+- Build out-of-tree.
+- Remove Patch0, Patch1, Patch2.
+
 * Tue Feb  6 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2007.02.07.rh1-1
 - New upstream version.
 - Add Gnome help files, test_looper.xml, and test_main_looper to the file


--- frysk-20060922-a-cast.patch DELETED ---


--- frysk-no-dejagnu.patch DELETED ---


--- frysk-xfail-2130.patch DELETED ---




More information about the fedora-cvs-commits mailing list