rpms/frysk/FC-5 .cvsignore, 1.22, 1.23 frysk.spec, 1.51, 1.52 sources, 1.23, 1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 12 16:34:09 UTC 2007


Author: skasal

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

Modified Files:
	.cvsignore frysk.spec sources 
Log Message:
Synchronize with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-5/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	22 Dec 2006 19:25:31 -0000	1.22
+++ .cvsignore	12 Feb 2007 16:34:07 -0000	1.23
@@ -1 +1 @@
-frysk-0.0.1.2006.12.22.rh1.tar.bz2
+frysk-0.0.1.2007.02.07.rh1.tar.bz2


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-5/frysk.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- frysk.spec	22 Dec 2006 19:25:31 -0000	1.51
+++ frysk.spec	12 Feb 2007 16:34:07 -0000	1.52
@@ -1,6 +1,6 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2006.12.22.rh1
+Version:	0.0.1.2007.02.07.rh1
 Release:	1%{?dist}
 License:	GPL
 Group:		Development/System
@@ -23,7 +23,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Requires:	glib-java >= 0.2.6
-Requires:   	libgconf-java
+
 BuildRequires:  gcc-java >= 4.1.1
 BuildRequires:	junit >= 3.8.1
 BuildRequires:  antlr >= 2.7.4 
@@ -57,7 +57,8 @@
 Buildrequires:	metacity
 %endif
 
-ExclusiveArch: %{ix86} x86_64 ppc64
+#ExclusiveArch: %{ix86} x86_64 ppc64
+ExclusiveArch: %{ix86} x86_64
 
 # We do not want to build a ``cross-debugging version'' i686->i386;
 # libunwind build would get confused by this.  Override the cmd-line
@@ -87,6 +88,7 @@
 Summary:        The GUI frontend of Frysk.
 Requires:       %{name} = %{version}-%{release}
 Group:		Development/System
+Requires:   	libgconf-java
 Requires:   	libglade-java >= 2.12.5
 Requires: 	libvte-java >= 0.12.0
 
@@ -125,7 +127,7 @@
 uname -a
 gcc --version
 
-# FIXME: Warninggs should be fixed, not suppressed:
+# 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,11 +151,19 @@
 
 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
+# ...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
+
 # Workaround for #211824:
-rm $RPM_BUILD_ROOT/%{_datadir}/java/*.jar
+rm $RPM_BUILD_ROOT%{_datadir}/java/*.jar
 
 # We are not yet ready to be in the menu:
-rm $RPM_BUILD_ROOT/%{_datadir}/applications/frysk.desktop
+mv $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop .
 
 
 %post -p /sbin/ldconfig
@@ -181,7 +191,7 @@
 %{_libdir}/libfrysk-jline.so
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/messages.properties
-%{_mandir}/man*/*
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root)
@@ -191,11 +201,15 @@
 %{_libdir}/%{name}/ftail
 %{_libdir}/%{name}/fsystest
 %{_libdir}/%{name}/sys-tests
+%{_libdir}/%{name}/test_main_looper
 %{_datadir}/%{name}/helloworld.o
 %{_datadir}/%{name}/test-core
-%dir %{_datadir}/%{name}/test
-%{_datadir}/%{name}/test/test*
+%{_datadir}/%{name}/test_looper.xml
+# Not installed by current tarballs.
+#%dir %{_datadir}/%{name}/test
+#%{_datadir}/%{name}/test/test*
 %{_datadir}/%{name}/dogtail_scripts
+%{_mandir}/man8/*
 
 %files gnome
 %defattr(-,root,root)
@@ -207,14 +221,57 @@
 %{_libdir}/libftk*.so
 %{_datadir}/%{name}/glade
 %{_datadir}/%{name}/images
+# Move frysk.desktop to docdir.
+#%{_datadir}/applications/frysk.desktop
+%doc frysk.desktop
+%dir %{_datadir}/gnome/help/%{name}
+%{_datadir}/gnome/help/%{name}/*
 %{_datadir}/pixmaps/fryskTrayIcon48.png
 
 %changelog
+* 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
+  lists.
+- Temporarily:
+  switch off /usr/share/frysk/test, current tarball does not install it;
+  switch off ppc64 build, frysk-imports/include/frysk-asm.h ain't ready.
+
+* Tue Feb  6 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-8
+- Do not delete the .desktop file, nove it to docdir.
+- Related: #211200
+
+* Tue Jan 30 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-7
+- Move the requirement for libgconf-java to subpackage frysk-gnome.
+- Resolves: #225401.
+
+* Thu Jan 25 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-6
+- Fix the mistake which I made while backporting the TestFStack patch.
+- Related: #224248
+
+* Wed Jan 24 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-5
+- Add frysk-20070106-TestFStack.patch frysk-20070124-libunwind.patch .
+- Resolves: #224248
+
+* Wed Jan 17 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-4
+- Second iteration to make section 8 man pages platform-independent.
+- Resolves: #222468
+
+* Wed Jan 17 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-3
+- Make the contents of section 8 man pages platform-independent.
+- Resolves: #222468
+- Move section 8 man pages to frysk-devel, where the corresponding utilities
+  reside.
+
+* Wed Jan 17 2007 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-2
+- Fix time stamps of installed *.py files, which ...
+- Resolves: #222468
+
 * Tue Dec 19 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-1
 - New upstream version.
 - libexecdir -> libdir and other file list updates
 - Remove frysk-arch32-disable.patch, use --disable-arch32-tests instead.
-- Add frysk-no-dejagnu.patch and create $RPM_BUILD_ROOT/${pkgdatadir},
+- Add frysk-no-dejagnu.patch and create $RPM_BUILD_ROOT${pkgdatadir},
   to work around a bug in install-dejagnu-testsuite-local rule.
 - Resolves: #218819
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/frysk/FC-5/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	22 Dec 2006 19:25:31 -0000	1.23
+++ sources	12 Feb 2007 16:34:07 -0000	1.24
@@ -1 +1 @@
-a731c5042d5be6a3b3498475cf4099b9  frysk-0.0.1.2006.12.22.rh1.tar.bz2
+da2547c8e0dc5bd99367b9cd2708deab  frysk-0.0.1.2007.02.07.rh1.tar.bz2




More information about the fedora-cvs-commits mailing list