7984b36
Summary:	Frysk execution analysis and debugging tools
Igor Foox 06368d7
Name:		frysk
c8083fc
Version:	0.2.1
92b19ac
Release:	1%{?dist}
c8083fc
7984b36
# antlrv2 is Public Domain; antlrv3 is BSD.
7984b36
# cdtparser is EPL
7984b36
# getopt is GPLv2 with exception
7984b36
# elfutils is GPLv2 with exception
7984b36
# frysk is GPLv2 with exception
7984b36
# junit licence is CPL (according to the junit rpm)
7984b36
# jline licence is BSD
7984b36
# libunwind is BSD
7984b36
License:	GPLv2 with exceptions and BSD and CPL and Public Domain and EPL
c8083fc
Igor Foox 06368d7
Group:		Development/System
Igor Foox 06368d7
URL:		http://sourceware.org/frysk
c8083fc
Source:		ftp://sourceware.org/pub/frysk/%{name}-%{version}.tar.bz2
Igor Foox 06368d7
a87d8bd
Patch7:		frysk-0.0.1.2008.02.29.rh1-jboolean-array.patch
a87d8bd
Patch8:		frysk-0.0.1.2008.02.29.rh1-asm-includes.patch
92b19ac
Patch10:	frysk-0.0.1.2008.03.19.rh1-fparser8.patch
skasal 55a122e
7984b36
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Igor Foox 06368d7
ce20e5c
BuildRequires:  gcc-java >= 4.1.2
Igor Foox 06368d7
BuildRequires:	junit >= 3.8.1
Igor Foox 06368d7
BuildRequires:  antlr >= 2.7.4 
ad7c3b6
BuildRequires:	jdom >= 1.0
ce20e5c
BuildRequires:	glib-java >= 0.2.6
3e312f0
BuildRequires:  libgtk-java-devel >= 2.8.7-6
skasal edd2226
BuildRequires:	libglade-java-devel >= 2.12.3
skasal edd2226
BuildRequires:  cairo-java-devel >= 1.0.3
ad7c3b6
BuildRequires:  cairo-devel >= 1.0.0
ad7c3b6
BuildRequires:  gtk2-devel >= 2.8.0
skasal edd2226
BuildRequires:	libglade2-devel >= 2.5.1
skasal edd2226
BuildRequires:	libvte-java-devel >= 0.12.0
skasal edd2226
BuildRequires:  vte-devel >= 0.12.1
38000ea
BuildRequires:  xmlto
skasal 0365186
BuildRequires:  sharutils
skasal 54253f4
BuildRequires:	transfig >= 3.2.0 
skasal 1209789
BuildRequires:	gnome-python2-gconf
skasal d025cb3
BuildRequires:	audit-libs-devel
7984b36
BuildRequires:	autoconf automake libtool
ce20e5c
# Some generation scripts are being written in python
ce20e5c
BuildRequires:	python
Igor Foox fdafd96
ce20e5c
# Bug #305611: PPC Build problems with libunwind
ce20e5c
# Bug #416961: ALPHA not supported by frysk and libunwind.
ce20e5c
ExcludeArch: ppc alpha
Igor Foox fdafd96
skasal a49888c
# We do not want to build a ``cross-debugging version'' i686->i386;
skasal a49888c
# libunwind build would get confused by this.  Override the cmd-line
skasal a49888c
# --target option:
skasal a49888c
%ifarch %{ix86}
skasal a49888c
%define _target_cpu %{_host_cpu}
skasal a49888c
%endif
skasal a49888c
Igor Foox 06368d7
%description
7984b36
Frysk is an execution-analysis technology implemented using native
7984b36
Java and C++.  It is aimed at providing developers and sysadmins with
7984b36
the ability to both examine and analyze running multi-host,
7984b36
multi-process, multi-threaded systems.  Frysk allows the monitoring of
7984b36
running processes and threads, of locking primitives and will also
7984b36
expose deadlocks, gather data and debug any given process in the
7984b36
system.
Igor Foox 06368d7
skasal b6d3398
%package devel
3a7686c
Summary:        The development part of Frysk
skasal b6d3398
Group:		Development/System
skasal b6d3398
Requires:       %{name} = %{version}-%{release}
ce20e5c
Requires:	dogtail >= 0.5.2
ce20e5c
# Needed by "dogtail-run-headless -n":
ce20e5c
Requires:	metacity
ce20e5c
Requires:	python
skasal b6d3398
skasal b6d3398
%description devel
7984b36
Frysk is an execution-analysis technology implemented using native
ce20e5c
Java and C++.  It is aimed at providing developers and sysadmins with
ce20e5c
the ability to both examine and analyze running multi-host,
ce20e5c
multi-process, multi-threaded systems.  Frysk allows the monitoring of
ce20e5c
running processes and threads, of locking primitives and will also
ce20e5c
expose deadlocks, gather data and debug any given process in the
ce20e5c
system.
ce20e5c
ce20e5c
This package contains the development components of Frysk.
skasal b6d3398
skasal b6d3398
%package gnome
3a7686c
Summary:        The GNOME front-end of Frysk
skasal b6d3398
Requires:       %{name} = %{version}-%{release}
skasal b6d3398
Group:		Development/System
skasal 3ca208c
Requires:   	libgconf-java
skasal b6d3398
Requires:   	libglade-java >= 2.12.5
skasal b6d3398
Requires: 	libvte-java >= 0.12.0
skasal b6d3398
skasal b6d3398
%description gnome
7984b36
Frysk is an execution-analysis technology implemented using native
7984b36
Java and C++.  It is aimed at providing developers and sysadmins with
7984b36
the ability to both examine and analyze running multi-host,
7984b36
multi-process, multi-threaded systems.  Frysk allows the monitoring of
7984b36
running processes and threads, of locking primitives and will also
7984b36
expose deadlocks, gather data and debug any given process in the
7984b36
system.
skasal b6d3398
ce20e5c
This package contains the GNOME front end for Frysk.
skasal b6d3398
Igor Foox 06368d7
%prep
ce20e5c
Igor Foox 06368d7
%setup -q -n %{name}-%{version}
ce20e5c
pwd
a87d8bd
%patch7 -p1 -b .jboolean-array
a87d8bd
%patch8 -p1 -b .asm-includes
92b19ac
%patch10 -p1 -b .fparser8
7984b36
./bootstrap.sh
Igor Foox 06368d7
Igor Foox 06368d7
%build 
592b1ed
skasal d025cb3
uname -a
skasal 54253f4
gcc --version
7984b36
pwd
7984b36
mkdir -p build
7984b36
cd build
7984b36
8353734
# double check xmlto
8353734
rpm -ql xmlto || :
8353734
ls -l /usr/bin/xmlto || :
7984b36
# Capture the configure line
7984b36
rm -f configure
7984b36
echo '#!/bin/sh -x'		>> configure
7984b36
echo 'exec ../configure "$@"'	>> configure
7984b36
chmod a+x configure
skasal 54253f4
skasal 3ca208c
# FIXME: Warnings should be fixed, not suppressed:
skasal cc057fc
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wp,-D_FORTIFY_SOURCE=2 /}
skasal a3c827f
%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
7984b36
	--disable-arch32-tests
7984b36
# in frysk-sys; make is building .o files before all BUILT_FILES are
7984b36
# created.
7984b36
make # %{?_smp_mflags}
Igor Foox 06368d7
Igor Foox 06368d7
%install
Igor Foox 06368d7
ad7c3b6
rm -rf %{buildroot}
skasal 743161d
skasal 743161d
# Workaround for bug #??:
skasal 743161d
mkdir -p $RPM_BUILD_ROOT/usr/share/frysk
skasal 743161d
7984b36
pwd
7984b36
cd build
ad7c3b6
make  DESTDIR=$RPM_BUILD_ROOT  install %{?_smp_mflags}
Igor Foox 06368d7
skasal 3ca208c
# Fix timestamp of a generated script:
7984b36
touch -r \
ce20e5c
      ../frysk-gui/frysk/gui/FryskGui.java-in \
7984b36
      $RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/frysk_suite.py
skasal 3ca208c
# ...and a few other ones:
7984b36
for f in test2866.py test2985.py test3380.py; do
7984b36
    touch -r \
7984b36
    	  ../frysk-gui/frysk/gui/test/dogtail_scripts/$f \
11ceeb6
	  $RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/$f
7984b36
done
skasal 3ca208c
skasal 446a840
# Workaround for #211824:
skasal 3ca208c
rm $RPM_BUILD_ROOT%{_datadir}/java/*.jar
skasal 446a840
ce20e5c
# some stray files.
ce20e5c
rm $RPM_BUILD_ROOT%{_libdir}/%{name}/gen-type-funit-tests
ce20e5c
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/ChangeLog
ce20e5c
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/test-exe-x86.c.source
ce20e5c
skasal b6d3398
# We are not yet ready to be in the menu:
3a7686c
echo "Hidden=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop
skasal 446a840
skasal a49888c
%post -p /sbin/ldconfig
skasal a49888c
%postun -p /sbin/ldconfig
Igor Foox 06368d7
Igor Foox 06368d7
%clean
Igor Foox 06368d7
rm -rf %{buildroot}
Igor Foox 06368d7
Igor Foox 06368d7
%files
3a7686c
Igor Foox 06368d7
%defattr(-,root,root)
3a7686c
ce20e5c
%doc frysk-common/COPYING frysk-common/EXCEPTION
3a7686c
ce20e5c
%{_bindir}/fauxv
3a7686c
%{_bindir}/fcatch
3a7686c
%{_bindir}/fcore
884d920
%{_bindir}/fdebuginfo
884d920
%{_bindir}/fdebugrpm
3e312f0
%{_bindir}/ferror
884d920
%{_bindir}/fexe
3a7686c
%{_bindir}/fhpd
ce20e5c
%{_bindir}/fmaps
3a7686c
%{_bindir}/fstack
skasal b6d3398
%{_bindir}/fstep
3a7686c
%{_bindir}/ftrace
3a7686c
skasal b6d3398
%{_libdir}/libfrysk-antlr.so
skasal b6d3398
%{_libdir}/libfrysk-cdtparser.so
skasal b6d3398
%{_libdir}/libfrysk-core.so
skasal b6d3398
%{_libdir}/libfrysk-getopt.so
ce20e5c
%{_libdir}/libfrysk-sys.so
skasal b6d3398
%{_libdir}/libfrysk-jdom.so
skasal b6d3398
%{_libdir}/libfrysk-jline.so
3a7686c
Igor Foox 06368d7
%dir %{_datadir}/%{name}
skasal b6d3398
%{_datadir}/%{name}/messages.properties
ce20e5c
%{_datadir}/%{name}/test-core-x86
ce20e5c
%{_datadir}/%{name}/test-core-x8664
ce20e5c
%{_datadir}/%{name}/test-exe-x86
ce20e5c
%{_datadir}/%{name}/libtest.so
14db647
14db647
%{_mandir}/man1/fauxv.1.gz
14db647
%{_mandir}/man1/fcatch.1.gz
14db647
%{_mandir}/man1/fcore.1.gz
14db647
%{_mandir}/man1/fdebuginfo.1.gz
14db647
%{_mandir}/man1/fdebugrpm.1.gz
14db647
%{_mandir}/man1/ferror.1.gz
14db647
%{_mandir}/man1/fexe.1.gz
14db647
%{_mandir}/man1/fhpd.1.gz
14db647
%{_mandir}/man1/fmaps.1.gz
14db647
%{_mandir}/man1/fstack.1.gz
14db647
%{_mandir}/man1/fstep.1.gz
14db647
%{_mandir}/man1/ftrace.1.gz
14db647
%{_mandir}/man7/frysk.7.gz
skasal b6d3398
skasal b6d3398
%files devel
3a7686c
skasal b6d3398
%defattr(-,root,root)
3a7686c
skasal b6d3398
%{_libdir}/libfrysk-junit.so
3a7686c
skasal b6d3398
%dir %{_libdir}/%{name}
14db647
%{_libdir}/%{name}/FunitSimpleInterfaceTest
14db647
%{_libdir}/%{name}/fparser
14db647
%{_libdir}/%{name}/fsystest
14db647
%{_libdir}/%{name}/ftail
14db647
%{_libdir}/%{name}/funit*
884d920
%{_libdir}/%{name}/hpd-c
14db647
%{_libdir}/%{name}/sys-tests
14db647
%{_libdir}/%{name}/test-sysroot
3a7686c
%{_libdir}/%{name}/test1
7984b36
%{_libdir}/%{name}/test_main_looper
skasal b6d3398
%{_datadir}/%{name}/helloworld.o
3a7686c
%{_datadir}/%{name}/test_looper.xml
ce20e5c
%{_datadir}/%{name}/dogtail_scripts
skasal 3ca208c
%{_mandir}/man8/*
skasal b6d3398
skasal b6d3398
%files gnome
3a7686c
skasal b6d3398
%defattr(-,root,root)
3a7686c
skasal b6d3398
%{_bindir}/frysk
3a7686c
skasal b6d3398
%{_libdir}/libEggTrayIcon.so
skasal b6d3398
%{_libdir}/libfrysk-ftk.so
skasal b6d3398
%{_libdir}/libfrysk-gtk.so
skasal b6d3398
%{_libdir}/libfrysk-gui.so
skasal b6d3398
%{_libdir}/libftk*.so
3a7686c
skasal b6d3398
%{_datadir}/%{name}/glade
skasal b6d3398
%{_datadir}/%{name}/images
3a7686c
3a7686c
%{_datadir}/applications/frysk.desktop
ce20e5c
%{_datadir}/pixmaps/fryskTrayIcon48.png
3a7686c
skasal 3ca208c
%dir %{_datadir}/gnome/help/%{name}
skasal 3ca208c
%{_datadir}/gnome/help/%{name}/*
Igor Foox 06368d7
14db647
%{_mandir}/man1/frysk.1.gz
14db647
Igor Foox 06368d7
%changelog
92b19ac
* Fri Apr 4 2008 Andrew Cagney <cagney@rdhat.com> -  0.2.1-1
92b19ac
- re-instate patch10, install fparser's manpage in man8
92b19ac
- drop patch6, frysk-0.0.1.2008.01.18.rh1-elfutils-werror.patch.
92b19ac
c8083fc
* Fri Apr 4 2008 Andrew Cagney <cagney@rdhat.com> -  0.2.1-0
c8083fc
- import frysk-0.2.1.tar.bz2
c8083fc
- drop patch9, frysk-elfutils-src.patch.
c8083fc
- drop patch10, install fparser's manpage in man8
c8083fc
14db647
* Tue Mar 25 2008 Andrew Cagney <cagney@rdhat.com> -  0.0.1.2008.03.19.rh1-1
14db647
- import 0.0.1.2008.03.19.rh1 (35c076f3436b95a116cba33f52e0c9a592607dfa)
14db647
- move fparser to pkglibdir.
14db647
- add ferror to frysk's file list.
14db647
- add FunitSimpleInterfaceTest to frysk-devel's file list.
14db647
- add frysk.7 to frysk's file list.
14db647
- move frysk.1 to frysk-gnome's file list
c8083fc
- add Patch9 frysk-elfutils-crc.patch, work-around broken CRC check.
c8083fc
- add Patch10, install fparser's manpage in man8
14db647
8353734
* Fri Mar 11 2008 Sami Wagiaalla <swagiaal@rdhat.com> -  0.0.1.2008.03.11-2
8353734
- Added statements to check for xmlto.
8353734
8353734
* Fri Mar 11 2008 Sami Wagiaalla <swagiaal@rdhat.com> -  0.0.1.2008.03.11-1
8ec4fca
- Import 0.0.1.2008.03.11 (84bcf09e5a329252d81e853e49f0cf1449f937c2)
8ec4fca
a87d8bd
* Fri Mar 11 2008 Sami Wagiaalla <swagiaal@rdhat.com> - 0.0.1.2008.02.29.rh1-2
a87d8bd
- Update releease number
a87d8bd
- added frysk-0.0.1.2008.02.29.rh1-asm-includes.patch
a87d8bd
- added frysk-0.0.1.2008.02.29.rh1-jboolean-array.patch
a87d8bd
3e312f0
* Fri Feb 29 2008 Sami Wagiaalla <swagiaal@rdhat.com> - 0.0.1.2008.02.29.rh1-1
3e312f0
- Import frysk-0.0.1.2008.02.29.rh1 (148d1359cf791171d7f346d4fca35c1fc36aca8c)
3e312f0
- Remove BuildRequires: libgconf-java-devel
3e312f0
- Remove Patch4 (frysk-0.0.1.2008.01.18.rh1-no-sysroot.patch)
3e312f0
- Remove Patch5 (frysk-0.0.1.2008.01.18.rh1-line-npe.patch)
3e312f0
2dd519d
* Tue Feb 5 2008 Andrew Cagney <cagney@redhat.com> - 0.0.1.2008.01.18.rh1-3
2dd519d
- Add frysk-0.0.1.2008.01.18.rh1-elfutils-werror.patch to fix elfutils
2dd519d
  errors.
2dd519d
a1e8668
* Mon Feb  4 2008 Stepan Kasal <skasal@redhat.com> - 0.0.1.2008.01.18.rh1-2
a1e8668
- rebuild against rebuilt java-gnome
a1e8668
ce20e5c
* Mon Jan 20 2008 Andrew Cagney <cagney@redhat.com> - 0.0.1.2008.01.18.rh1-1
ce20e5c
- Import frysk-0.0.1.2008.01.18.rh1 (4cff0daa2996b28274985fa4674160f15e5fd9e2)
ce20e5c
- Delete run_make_check code.
ce20e5c
- Add patch4, frysk-0.0.1.2008.01.18.rh1-no-sysroot.patch to not build
ce20e5c
  sysroot tests.
ce20e5c
- Add patch5, frysk-0.0.1.2008.01.18.rh1-line-npe.patch to prevent NPE
ce20e5c
  in source window.
ce20e5c
- Enable ppc64 build; disable alpha build (bug 416961).
ce20e5c
- Move dogtail testing requirements to devel package.
ce20e5c
- Delete stray ChangeLog, gen-type-funit-tests, and
ce20e5c
  test-exe-x86.c.source files.
ce20e5c
41d27c9
* Wed Oct 17 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.10.17-1
41d27c9
- Import frysk-0.0.1.2007.10.17.
41d27c9
- Remove hack disabling glade check.
41d27c9
4b6c3a5
* Mon Sep 24 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.09.24-2
3a7686c
- Install frysk.desktop; but with Hidden=true.
3a7686c
- Sort files list.
3a7686c
- Remove trailing period from summaries.
4b6c3a5
- Replace ExclusiveArch with ExcludeArch of ppc and ppc64; bug 305611.
4b6c3a5
7984b36
* Mon Sep 24 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.09.24-1
884d920
- Update files list.
11ceeb6
- Fix path to dogtail_scripts.
1477f26
- Fix touch paths to allow for build sub-directory.
7984b36
- Import frysk-0.0.1.2007.09.24.tar.bz2.
7984b36
- Remove frysk-20060922-a-cast.patch
7984b36
- Remove frysk-xfail-2130.patch.
7984b36
- Run bootstrap.sh over source tree.
7984b36
- Add autoconf, automake, and libtool to BuildRequires.
7984b36
- Remove binutils-devel from BuildRequires.
7984b36
- Build in separate sub-directory.
7984b36
- Do not force JV_SCAN into the build environment.
7984b36
- Update Licence.
7984b36
- Change BuildRoot to prefered fedora format.
7984b36
- Expand Summary to mention debugging.
7984b36
skasal a3c827f
* Tue Mar 13 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2007.03.13.rh1-1
skasal a3c827f
- New upstream version, adapt the file list.
skasal a3c827f
- Remove frysk-no-dejagnu.patch.
skasal a3c827f
- configure --disable-werror
skasal a3c827f
skasal 3ca208c
* Tue Feb  6 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2007.02.07.rh1-1
skasal 3ca208c
- New upstream version.
skasal 3ca208c
- Add Gnome help files, test_looper.xml, and test_main_looper to the file
skasal 3ca208c
  lists.
skasal 3ca208c
- Temporarily:
skasal 3ca208c
  switch off /usr/share/frysk/test, current tarball does not install it;
skasal 3ca208c
  switch off ppc64 build, frysk-imports/include/frysk-asm.h ain't ready.
skasal 3ca208c
skasal 3ca208c
* Tue Feb  6 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-8
skasal 3ca208c
- Do not delete the .desktop file, nove it to docdir.
skasal 3ca208c
- Related: #211200
skasal 3ca208c
skasal 3ca208c
* Tue Jan 30 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-7
skasal 3ca208c
- Move the requirement for libgconf-java to subpackage frysk-gnome.
skasal 3ca208c
- Resolves: #225401.
skasal 3ca208c
skasal 0f2389c
* Thu Jan 25 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-6
skasal 0f2389c
- Fix the mistake which I made while backporting the TestFStack patch.
skasal 0f2389c
- Related: #224248
skasal 0f2389c
skasal 0f2389c
* Wed Jan 24 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-5
skasal 0f2389c
- Add frysk-20070106-TestFStack.patch frysk-20070124-libunwind.patch .
skasal 0f2389c
- Resolves: #224248
skasal 0f2389c
skasal 0f2389c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-4
skasal 0f2389c
- Second iteration to make section 8 man pages platform-independent.
skasal 0f2389c
- Resolves: #222468
skasal 0f2389c
skasal 3ca208c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-3
skasal 0f2389c
- Make the contents of section 8 man pages platform-independent.
skasal 0f2389c
- Resolves: #222468
skasal 3ca208c
- Move section 8 man pages to frysk-devel, where the corresponding utilities
skasal 3ca208c
  reside.
skasal 3ca208c
skasal 3ca208c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-2
skasal 3ca208c
- Fix time stamps of installed *.py files, which ...
skasal 3ca208c
- Resolves: #222468
skasal 3ca208c
skasal 743161d
* Tue Dec 19 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-1
skasal b6d3398
- New upstream version.
skasal 743161d
- libexecdir -> libdir and other file list updates
skasal 743161d
- Remove frysk-arch32-disable.patch, use --disable-arch32-tests instead.
skasal 3ca208c
- Add frysk-no-dejagnu.patch and create $RPM_BUILD_ROOT${pkgdatadir},
skasal 743161d
  to work around a bug in install-dejagnu-testsuite-local rule.
skasal 743161d
- Resolves: #218819
skasal 743161d
skasal 743161d
* Tue Dec 19 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-4
skasal 743161d
- Add frysk-20061201-i386_is_not_64bit.patch
skasal 743161d
- Related: #218835
skasal 743161d
skasal 743161d
* Tue Dec 19 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-3
skasal 743161d
- Use libexecdir with the old version.
skasal 743161d
- Related: #218835
skasal 743161d
skasal 743161d
* Mon Dec 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-2
skasal 743161d
- Fix typo in the previous chlog entry.
skasal 743161d
- Resolves: #211200
skasal 743161d
skasal 743161d
* Mon Dec 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-2
skasal b6d3398
- Do not install the .desktop file.
skasal b6d3398
- Resolves: #211200
skasal b6d3398
- Split to frysk, frysk-devel, and frysk-gnome; move the requires for gui
skasal b6d3398
  java-gnome libraries to frysk-gnome.
skasal b6d3398
- Resolves: #218835
skasal b6d3398
skasal 0f47e17
* Fri Dec  1 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-2
skasal 743161d
- Related: #211775
skasal 0f47e17
- The ppc64 build works again.
skasal 0f47e17
skasal 7a57834
* Fri Dec  1 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-1
skasal 7a57834
- New upstream version.
skasal 7a57834
- Resolves: #211288.
skasal 7a57834
skasal f844e9e
* Thu Nov 30 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.11.30.rh1-1
skasal f844e9e
- New upstream version.
skasal f844e9e
- The stamp file for glade files has been renamed.
skasal f844e9e
- Disable ppc64 build.
skasal f844e9e
skasal 55a122e
* Mon Oct 30 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.30.rh1-1
skasal 55a122e
- New upstream version.
skasal 55a122e
- Do not apply frysk-xfail-2130.patch, we do not run make check anyway.
skasal 55a122e
- Do not list the binaries in the file list; use `f*'.
skasal 55a122e
skasal 446a840
* Mon Oct 23 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.23.rh1-1
skasal 446a840
- New upstream version.
skasal 446a840
- Do not pack the jars; they cause multilib conflicts.
skasal b6d3398
- Add /usr/bin/fcrash to the file list.
skasal 446a840
skasal dbb2f8e
* Tue Oct 17 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.17.rh1-1
skasal dbb2f8e
- New upstream version.
skasal dbb2f8e
skasal a0c3833
* Fri Oct 13 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.13.rh1-1 
skasal a0c3833
- New upstream version.
skasal a0c3833
skasal c6ba4b2
* Wed Oct 11 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.11.rh1-1
skasal c6ba4b2
- New upstream version.
skasal c6ba4b2
skasal 11cadf6
* Mon Oct  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.02.rh1-1
skasal 11cadf6
- New upstream version.
skasal 11cadf6
skasal d025cb3
* Tue Sep 26 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.22.rh1-1
skasal d025cb3
- New upstream version.
skasal d025cb3
- Refresh frysk-xfail-2130.patch.
skasal d025cb3
- Add frysk-20060922-a-cast.patch to fix a warning.
skasal d025cb3
- Add fstack to the file list.
skasal d025cb3
skasal bf8f5f5
* Fri Sep 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.15.rh1-2
skasal bf8f5f5
- BuildRequire binutils-devel.
skasal bf8f5f5
skasal a49888c
* Fri Sep 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.15.rh1-1
skasal a49888c
- New upstream version.
skasal a49888c
- Make sure we are not building a ``cross-debugging'' libunwind on i686.
skasal a49888c
skasal 02478b0
* Tue Sep 12 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.08.rh1-2
skasal 02478b0
- Do not require dogtail on FC-5; it's not available there.
skasal 02478b0
skasal 02478b0
* Mon Sep 11 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.08.rh1-1
skasal 02478b0
- New upstream version.
skasal 02478b0
skasal 9be4c8d
* Sat Sep  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.30.rh1-2
skasal 68ac9c7
- Tried to build on 32bit ppc, but it does not work yet.
skasal 9be4c8d
skasal 383435c
* Tue Aug 29 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.30.rh1-1
skasal 383435c
- New upstream version.
skasal 383435c
- Removed xorg-x11-xinit from BuildRequires, dogtail was fixed to require it.
skasal 383435c
- Build also on ppc64.
skasal 383435c
skasal fef4a39
* Mon Aug 28 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.28.rh1-1
skasal fef4a39
- New upstream version.
skasal fef4a39
- Remove Patch1, the code now contains a real fix for bug #203902.
skasal fef4a39
skasal 26f85c9
* Fri Aug 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.24.rh1-3
skasal 26f85c9
- Patch1 for bug #203902.
skasal 26f85c9
skasal be3087d
* Fri Aug 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.24.rh1-2
skasal be3087d
- Comment out the %%check section temporarily.
skasal be3087d
skasal 636d18c
* Thu Aug 24 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.24.rh1-1
skasal 636d18c
- New upstream version.
skasal 636d18c
- Add Requires: libgconf-java
skasal 636d18c
skasal 1209789
* Tue Aug 22 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.22.rh1-1
skasal 1209789
- New upstream version.
skasal 1209789
- Add BuildRequires: gnome-python2-gconf, remove BuildRequires: ghostscript.
skasal 1209789
- Add `uname -a' to %%check.
skasal 1209789
skasal ac2df91
* Wed Aug 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.16.rh1-1
skasal ac2df91
- New upstream version.
skasal ac2df91
skasal 8c3c62d
* Tue Aug 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.15.rh1-1
skasal 8c3c62d
- New upstream version.
skasal 8c3c62d
- Require latest java-gnome.
skasal 8c3c62d
- frysk-xfail-2130.patch: fails if building on an old kernel.
skasal 8c3c62d
skasal 6313911
* Wed Aug  9 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.09.rh1-1
skasal 6313911
- New upstream version, incorporates both the patches.
skasal 6313911
skasal 89926f4
* Wed Aug  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-4
skasal 89926f4
- Add make check to %%check
skasal d9182ba
- Add patches to disable failing tests.
skasal 89926f4
skasal a7865de
* Wed Aug  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-3
skasal a7865de
- BuildRequires latest dogtail
skasal a7865de
485030c
* Fri Jul 28 2006 Phil Muldoon <pmuldoon@redhat.com> -  0.0.1.2006.07.25.rh1-3
485030c
- Add dogtail to BuildRequires 
485030c
skasal 87100a0
* Tue Jul 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-2
skasal 87100a0
- Add ftrace to the file list.
skasal 87100a0
skasal 3d28e44
* Tue Jul 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-1
skasal 3d28e44
- New upstream version.
skasal 3d28e44
Thomas Fitzsimmons 738a3f2
* Sat Jul 22 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0.0.1.2006.07.18.rh1-2
Thomas Fitzsimmons 738a3f2
- Bump release number. (dist-fc6-java)
Thomas Fitzsimmons 738a3f2
skasal f4771e1
* Tue Jul 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.18.rh1-1
skasal f4771e1
- New upstream version, incorporates the previous two patches.
skasal f4771e1
skasal f4771e1
* Wed Jul 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.14.rh1-2
skasal bf833a4
- Add two patches from Phil Muldoon:
skasal bf833a4
  frysk-20060714-observer.patch -- continue even though an observer cannot be load
skasal bf833a4
  frysk-20060714-timer.patch -- fix incorrect usage of a core timer
skasal bf833a4
skasal d869261
* Wed Jul 14 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.14.rh1-1
skasal d869261
- New upstream version.
skasal d869261
skasal 1ceec9c
* Wed Jul 13 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.13.rh1-1
skasal 1ceec9c
- New upstream version.
skasal 1ceec9c
skasal fd282d8
* Wed Jul 12 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.12.rh2-1
skasal fd282d8
- New upstream version.
skasal fd282d8
skasal e98425d
* Wed Jul 12 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.12.rh1-1
skasal e98425d
- New upstream version.
skasal e98425d
bc81005
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.0.1.2006.06.28.rh1-0.1
bc81005
- rebuild
bc81005
skasal 56cf877
* Wed Jun 28 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.28.rh1-1
skasal 56cf877
- Remove  BuildRequires:  autoconf automake
skasal 56cf877
skasal 56cf877
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.28.rh1-0
skasal 0365186
- Refresh the tarball.
skasal 0365186
- Remove the patches, they are all upstream now.
skasal 0365186
- BuildRequires: sharutils, instead of gmime.
skasal 0365186
- Do not remove the unwanted files, they should not be installed anymore.
skasal 0365186
- Do not hide the menu entry.
skasal 0365186
- Do not call ./bootstrap.sh.
skasal 0365186
skasal 15a20c3
* Fri Jun 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-3
skasal 15a20c3
- Add the non-intermediate hack.
skasal c002b6f
- Remove more unwanted files.
skasal 8ba175a
- Add patch to link statically with libelf; remove elfutils libraries.
skasal 15a20c3
skasal 583d607
* Fri Jun 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-2
skasal 583d607
- Suppress warnings caused by _FORTIFY_SOURCE=2
skasal c74e5c7
- Remove unwanted files.
skasal 583d607
skasal b411009
* Fri Jun 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-1
skasal b411009
- Add BuildRequires: libgconf-java-devel
skasal b411009
- Update frysk-unistd.patch
skasal b411009
skasal ce811db
* Thu Jun 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-0
skasal ce811db
- Refresh the tarball.
skasal 0abdbc5
- Patch to fix Elf.cxx on 64bit.
skasal 2b3eff2
- Anoter patch required by new linux/unistd.h.
skasal 54253f4
- Add BuildRequires: ghostscript
skasal ce811db
skasal 2be1ebd
* Thu Jun 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.14-1
skasal 2be1ebd
- Patch for new linux/unistd.h.
skasal 6313911
- Patch to avoid scanf("%%a[..]").
skasal 2be1ebd
skasal ce811db
* Thu Jun 14 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.14-0
skasal edd2226
- New upstream version.
skasal edd2226
- Add BuildRequires: libglade2-devel >= 2.5.1
skasal edd2226
- Refresh other BuildRequires.
skasal edd2226
- Replace the noxmltest.patch patch by two touch commands.
skasal c9a860c
- Add BuildRequires: autoconf automake, BuildRequires: gcc-java >= 4.1.1
skasal edd2226
skasal c696ebb
* Thu May 18 2006 Stepan Kasal <skasal@redhat.com>    - 0.0.1.2006.02.19.rh2-0.FC5.3
skasal c696ebb
- Add gmime to BuildRequires.
skasal c696ebb
4261569
* Fri Mar 03 2006 Andrew Cagney <cagney@redhat.de> 0.0.1.2006.02.19.rh2-0.FC5.2
7d859cb
- Add Hidden=true to frysk.desktop file; from halfline; with fixes.
8192ef2
- Disable xml check in frysk-gui/.
4261569
f6dcabb
* Wed Mar 01 2006 Andrew Cagney <cagney@redhat.de> 0.0.1.2006.02.19.rh2-0.FC5.1
f6dcabb
- Add dependencies on latest Java-GNOME bindings.
f6dcabb
94e8cf6
* Wed Mar 01 2006 Andrew Cagney <cagney@redhat.de> 0.0.1.2006.02.19.rh2-0.FC5.0
94e8cf6
- Import frysk 0.0.1.2006.02.19.rh2; works around bug #180637.
3c67775
- Enable x86_64, update *-java BuildRequires; fix bug #183538.
94e8cf6
38000ea
* Tue Feb 21 2006 Karsten Hopp <karsten@redhat.de> 0.0.1.2006.02.19.rh1-0.FC5.1
38000ea
- BuildRequires: xmlto
38000ea
2b2d096
* Mon Feb 20 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.19.rh1-0.FC5.0
2b2d096
- Import frysk 0.0.1.2006.02.19.rh1 -- snapshot from middle of that day.
2b2d096
1f2daad
* Sat Feb 18 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.12-0.FC5.1
1f2daad
- Remove eclipse-cdt >= 3.0.0 from BuildRequires.  From Wu Zhou
1f2daad
  woodzltc@ibm.
1f2daad
cbe97de
* Sun Feb 12 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.12-0.FC5.0
cbe97de
- Import frysk 0.0.1.2006.02.12.
cbe97de
ajocksch 77008c3
* Thu Feb 09 2006 Adam Jocksch <ajocksch@redhat.com> 0.0.1.2006.02.09-0.FC5.0
skasal 6313911
- Removed ftrace from %%files and added libexedir files and man pages.
ajocksch 6e51e64
- Imported new frysk tarball, 
ajocksch 77008c3
8a70e0e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.0.1.2006.01.22-0.FC5.1.1
8a70e0e
- rebuilt for new gcc4.1 snapshot and glibc changes
8a70e0e
ajocksch 9dd4351
* Mon Feb 06 2006 Adam Jocksch <ajocksch@redhat.com> 0.0.1.2006.01.22-0.FC5.1
ajocksch 9dd4351
- Bumped version, rebuilt.
ajocksch 9dd4351
ad7c3b6
* Mon Jan 23 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.01.22-0.FC4.0
ad7c3b6
- Simplify .spec file (remove unused macro definitions).
ad7c3b6
- Import frysk 0.0.1.2006.01.22.
ad7c3b6
- Update -files; adding frysk.desktop and fryskTrayIcon48.png.
ad7c3b6
592b1ed
* Thu Dec 22 2005 Andrew Cagney <cagney@redhat.com> 0.0.1.2005.12.14.15.12-0.FC4.1
592b1ed
- Import frysk-0.0.1.2005.12.14.15.12 rpm.
592b1ed
- Drop build dependency java-1.4.2-gcj-compat-devel
592b1ed
- Apply Patch003, frysk-makefileam.patch.
592b1ed
929f666
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
929f666
- rebuilt
929f666
Igor Foox dd96f69
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051116-0.3
Igor Foox dd96f69
- Added jars under /usr/share/java to distribution.
Igor Foox dd96f69
Igor Foox 8ac510b
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051116-0.1
Igor Foox f012ad4
- Update source.
Igor Foox f012ad4
Igor Foox f012ad4
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051114-0.3
Igor Foox 3528445
- Removed runtime dependency for eclipse-cdt, changed buildtime eclipse-cdt dependency to 3.0.0.
Igor Foox 3528445
Igor Foox 64e113e
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051114-0.2
Igor Foox 64e113e
- Changed dependency on frysk-cdtparser to eclipse-cdt (it was somehow magically reversed).
Igor Foox 64e113e
Igor Foox 64e113e
* Mon Nov 14  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051114-0.1
Igor Foox cbdfd8f
- Removed smp flags.
Igor Foox cbdfd8f
Igor Foox e90d419
* Mon Nov 10  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051109-0.3
Igor Foox e90d419
- Update source.
Igor Foox e90d419
Igor Foox fdafd96
* Wed Nov 10  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051109-0.2
Igor Foox fdafd96
- Added ExclusiveArch for i386.
Igor Foox fdafd96
Igor Foox 5bc4686
* Wed Nov 10  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051109-0.1
Igor Foox 5bc4686
- Updated source, changed cdtparser dependency to eclipse-cdt. Added build
skasal 6313911
restriction to i386. Added %%{?_smp_flags} to make command.
Igor Foox 5bc4686
Igor Foox 06368d7
* Fri Oct 28  2005 Igor Foox <ifoox@redhat.com> 0.0-2
Igor Foox 06368d7
- Validated all Requires and BuildRequires clauses, fixed some of them.
Igor Foox 06368d7
- Fixed bug with libdir detection based on architecture.
Igor Foox 06368d7
Igor Foox 06368d7
* Wed Oct 26  2005 Igor Foox <ifoox@redhat.com> 0.0-1
Igor Foox 06368d7
- Birth.