rpms/frysk/FC-6 .cvsignore, 1.44, 1.45 frysk.spec, 1.112, 1.113 sources, 1.44, 1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 9 13:27:30 UTC 2007


Author: cagney

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

Modified Files:
	.cvsignore frysk.spec sources 
Log Message:
* Fri Aug  03 2007 Andew Cagney <cagney at redhat.com> - 0.0.1.2007.08.03-2
- New upstream version 0.0.1.2007.08.03,
- Run bootstrap.sh.
- Add automake, autoconf, and libtool to BuildRequires.
- Rename libfrysk-imports.so to libfrysk-sys.so; test-core to test-core*
- Add fdebuginfo, fdebugrpm, fexe, fltrace, hpd-c, and test1 to install list.
- Remove stray ChangeLog file.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-6/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore	11 Feb 2007 15:41:36 -0000	1.44
+++ .cvsignore	9 Aug 2007 13:27:27 -0000	1.45
@@ -1 +1 @@
-frysk-0.0.1.2007.02.07.rh1.tar.bz2
+frysk-0.0.1.2007.08.03.tar.bz2


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-6/frysk.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- frysk.spec	11 Feb 2007 15:41:36 -0000	1.112
+++ frysk.spec	9 Aug 2007 13:27:27 -0000	1.113
@@ -1,6 +1,6 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2007.02.07.rh1
+Version:	0.0.1.2007.08.03
 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
@@ -42,6 +31,7 @@
 BuildRequires:	transfig >= 3.2.0 
 BuildRequires:	gnome-python2-gconf
 BuildRequires:	audit-libs-devel
+BuildRequires:	automake autoconf libtool
 
 # Fedora Core >= 6 and RHEL:
 %if "%{?fedora}" != "5"
@@ -104,11 +94,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%if %{run_make_check}
-%patch0
-%endif
-%patch1
-%patch2
+./bootstrap.sh
 
 %build 
 
@@ -126,7 +112,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,21 +141,26 @@
 # 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:
-touch -r frysk-gui/frysk/gui/ChangeLog $RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/frysk_suite.py
+touch -r ../frysk-gui/frysk/gui/FryskGui.javain \
+	$RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/frysk_suite.py
 # ...and a few other ones:
-# ... well, these are not installed by current tarball...
-#for f in test2866.py test2985.py test3380.py; do
-#  touch -r frysk-gui/frysk/gui/test/dogtail_scripts/$f $RPM_BUILD_ROOT%{_datadir}/%{name}/test/$f
-#done
+for f in test2866.py test2985.py test3380.py; do
+	touch -r ../frysk-gui/frysk/gui/test/dogtail_scripts/$f \
+		$RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/$f
+done
 
 # Workaround for #211824:
 rm $RPM_BUILD_ROOT%{_datadir}/java/*.jar
+# Stray file
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}/ChangeLog
 
 # We are not yet ready to be in the menu:
-mv $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop .
+mv $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop ..
 
 
 %post -p /sbin/ldconfig
@@ -175,18 +172,22 @@
 %files
 %defattr(-,root,root)
 %doc COPYING frysk-imports/common/EXCEPTION
-%{_bindir}/ftrace
-%{_bindir}/fstack
+%{_bindir}/fcatch
 %{_bindir}/fcore
+%{_bindir}/fdebuginfo
+%{_bindir}/fdebugrpm
+%{_bindir}/fexe
+%{_bindir}/fhpd
+%{_bindir}/fltrace
 %{_bindir}/fparser
+%{_bindir}/fstack
 %{_bindir}/fstep
-%{_bindir}/fcatch
-%{_bindir}/fhpd
+%{_bindir}/ftrace
 %{_libdir}/libfrysk-antlr.so
 %{_libdir}/libfrysk-cdtparser.so
 %{_libdir}/libfrysk-core.so
 %{_libdir}/libfrysk-getopt.so
-%{_libdir}/libfrysk-imports.so
+%{_libdir}/libfrysk-sys.so
 %{_libdir}/libfrysk-jdom.so
 %{_libdir}/libfrysk-jline.so
 %dir %{_datadir}/%{name}
@@ -199,11 +200,13 @@
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/funit*
 %{_libdir}/%{name}/ftail
+%{_libdir}/%{name}/hpd-c
+%{_libdir}/%{name}/test1
 %{_libdir}/%{name}/fsystest
 %{_libdir}/%{name}/sys-tests
 %{_libdir}/%{name}/test_main_looper
 %{_datadir}/%{name}/helloworld.o
-%{_datadir}/%{name}/test-core
+%{_datadir}/%{name}/test-core-*
 %{_datadir}/%{name}/test_looper.xml
 # Not installed by current tarballs.
 #%dir %{_datadir}/%{name}/test
@@ -229,6 +232,19 @@
 %{_datadir}/pixmaps/fryskTrayIcon48.png
 
 %changelog
+* Fri Aug  03 2007 Andew Cagney <cagney at redhat.com> - 0.0.1.2007.08.03-2
+- New upstream version 0.0.1.2007.08.03,
+- Run bootstrap.sh.
+- Add automake, autoconf, and libtool to BuildRequires.
+- Rename libfrysk-imports.so to libfrysk-sys.so; test-core to test-core*
+- Add fdebuginfo, fdebugrpm, fexe, fltrace, hpd-c, and test1 to install list.
+- Remove stray ChangeLog file.
+
+* 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


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-6/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	11 Feb 2007 15:41:36 -0000	1.44
+++ sources	9 Aug 2007 13:27:27 -0000	1.45
@@ -1 +1 @@
-da2547c8e0dc5bd99367b9cd2708deab  frysk-0.0.1.2007.02.07.rh1.tar.bz2
+ebd0a5c96c72adc5554bdd88a3759c66  frysk-0.0.1.2007.08.03.tar.bz2




More information about the fedora-cvs-commits mailing list