Igor Foox 06368d7
Summary:	Frysk execution analysis tool
Igor Foox 06368d7
Name:		frysk
skasal 3ca208c
Version:	0.0.1.2007.02.07.rh1
skasal b6d3398
Release:	1%{?dist}
ad7c3b6
License:	GPL
Igor Foox 06368d7
Group:		Development/System
Igor Foox 06368d7
URL:		http://sourceware.org/frysk
592b1ed
Source:		%{name}-%{version}.tar.bz2
Igor Foox 06368d7
skasal 55a122e
%define run_make_check 0
skasal 55a122e
skasal 55a122e
%if %{run_make_check}
skasal 1209789
# Disable the test which fails when building on older kernel.
skasal 55a122e
Patch0:		frysk-xfail-2130.patch
skasal 55a122e
%endif
skasal 8c3c62d
skasal d025cb3
# Prevent a warning from a new g++:
skasal d025cb3
Patch1:		frysk-20060922-a-cast.patch
skasal d025cb3
skasal 743161d
# Temporarily disable install-dejagnu:
skasal 743161d
Patch2:		frysk-no-dejagnu.patch
skasal 743161d
Igor Foox 06368d7
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Igor Foox 06368d7
skasal b6d3398
Requires:	glib-java >= 0.2.6
skasal 3ca208c
skasal 54253f4
BuildRequires:  gcc-java >= 4.1.1
Igor Foox 06368d7
BuildRequires:	junit >= 3.8.1
Igor Foox 06368d7
BuildRequires:  antlr >= 2.7.4 
ad7c3b6
BuildRequires:	jdom >= 1.0
skasal edd2226
BuildRequires:  libgtk-java-devel >= 2.8.4
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 b411009
BuildRequires:	libgconf-java-devel
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
skasal 6313911
skasal bf8f5f5
# Fedora Core >= 6 and RHEL:
skasal 02478b0
%if "%{?fedora}" != "5"
skasal bf8f5f5
BuildRequires:	binutils-devel
skasal bf8f5f5
BuildRequires:	dogtail >= 0.5.2
Igor Foox fdafd96
skasal 11cadf6
%ifarch x86_64 ppc64
skasal 11cadf6
# Ensure glibc{,-devel} is installed for both multilib arches
skasal 11cadf6
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
skasal 11cadf6
%endif
skasal 11cadf6
skasal 08115a6
# Needed by "dogtail-run-headless -n":
skasal 08115a6
Buildrequires:	metacity
skasal 08115a6
%endif
skasal 08115a6
skasal 3ca208c
#ExclusiveArch: %{ix86} x86_64 ppc64
skasal 3ca208c
ExclusiveArch: %{ix86} x86_64
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
Igor Foox 06368d7
Frysk is an execution-analysis technology implemented using native Java and C++.
Igor Foox 06368d7
It is aimed at providing developers and sysadmins with the ability to both
Igor Foox 06368d7
examine and analyze running multi-host, multi-process, multi-threaded systems.
Igor Foox 06368d7
Frysk allows the monitoring of running processes and threads, of locking
Igor Foox 06368d7
primitives and will also expose deadlocks, gather data and debug any given
Igor Foox 06368d7
process in the system.
Igor Foox 06368d7
skasal b6d3398
%package devel
skasal b6d3398
Summary:        The development part of Frysk.
skasal b6d3398
Group:		Development/System
skasal b6d3398
Requires:       %{name} = %{version}-%{release}
skasal b6d3398
skasal b6d3398
%description devel
skasal b6d3398
Frysk is an execution-analysis technology implemented using native Java and C++.
skasal b6d3398
This package contains the development part of Frysk.
skasal b6d3398
skasal b6d3398
%package gnome
skasal b6d3398
Summary:        The GUI frontend 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
skasal b6d3398
Frysk is an execution-analysis technology implemented using native Java and C++.
skasal b6d3398
It is aimed at providing developers and sysadmins with the ability to both
skasal b6d3398
examine and analyze running multi-host, multi-process, multi-threaded systems.
skasal b6d3398
Frysk allows the monitoring of running processes and threads, of locking
skasal b6d3398
primitives and will also expose deadlocks, gather data and debug any given
skasal b6d3398
process in the system.
skasal b6d3398
skasal b6d3398
This package contains the GUI front end for Frysk.
skasal b6d3398
Igor Foox 06368d7
%prep
Igor Foox 06368d7
%setup -q -n %{name}-%{version}
skasal 55a122e
%if %{run_make_check}
skasal 55a122e
%patch0
skasal 55a122e
%endif
skasal d025cb3
%patch1
skasal 743161d
%patch2
Igor Foox 06368d7
Igor Foox 06368d7
%build 
592b1ed
592b1ed
export JAVAC=${JAVAC:-/usr/bin/gcj -C}
592b1ed
export GCJ=${GCJ:-/usr/bin/gcj}
592b1ed
export GIJ=${GIJ:-/usr/bin/gij}
592b1ed
export JAR=${JAR:-/usr/bin/fastjar}
592b1ed
export GCJH=${GCJH:-/usr/bin/gcjh}
592b1ed
export GCJ_DBTOOL=${GCJ_DBTOOL:-/usr/bin/gcj-dbtool}
592b1ed
export GCC=${GCC:-/usr/bin/gcc}
592b1ed
export CC=${CC:-/usr/bin/gcc}
592b1ed
export CXX=${CXX:-/usr/bin/g++}
592b1ed
export JAVA=${JAVA:-/usr/bin/gij}
592b1ed
export JV_SCAN=${JV_SCAN:-/usr/bin/jv-scan}
592b1ed
skasal d025cb3
uname -a
skasal 54253f4
gcc --version
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 b6d3398
%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" --disable-arch32-tests
Igor Foox 06368d7
skasal edd2226
# Build system can end up with corrupt xmllint files:
skasal edd2226
touch frysk-gui/glade.catalog
skasal f844e9e
touch frysk-gui/checked-glade-xml
skasal edd2226
skasal 77ff955
make %{?_smp_mflags}
Igor Foox 06368d7
skasal 55a122e
%if %{run_make_check}
skasal 89926f4
%check
skasal 89926f4
make %{?_smp_mflags} -k check || :
skasal be3087d
%endif
skasal 89926f4
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
ad7c3b6
make  DESTDIR=$RPM_BUILD_ROOT  install %{?_smp_mflags}
Igor Foox 06368d7
skasal 3ca208c
# Fix timestamp of a generated script:
skasal 3ca208c
touch -r frysk-gui/frysk/gui/ChangeLog $RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/frysk_suite.py
skasal 3ca208c
# ...and a few other ones:
skasal 3ca208c
# ... well, these are not installed by current tarball...
skasal 3ca208c
#for f in test2866.py test2985.py test3380.py; do
skasal 3ca208c
#  touch -r frysk-gui/frysk/gui/test/dogtail_scripts/$f $RPM_BUILD_ROOT%{_datadir}/%{name}/test/$f
skasal 3ca208c
#done
skasal 3ca208c
skasal 446a840
# Workaround for #211824:
skasal 3ca208c
rm $RPM_BUILD_ROOT%{_datadir}/java/*.jar
skasal 446a840
skasal b6d3398
# We are not yet ready to be in the menu:
skasal 3ca208c
mv $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop .
skasal b6d3398
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
Igor Foox 06368d7
%defattr(-,root,root)
ad7c3b6
%doc COPYING frysk-imports/common/EXCEPTION
skasal b6d3398
%{_bindir}/ftrace
skasal b6d3398
%{_bindir}/fstack
skasal b6d3398
%{_bindir}/fcore
skasal b6d3398
%{_bindir}/fparser
skasal b6d3398
%{_bindir}/fstep
skasal 743161d
%{_bindir}/fcatch
skasal 743161d
%{_bindir}/fhpd
skasal b6d3398
%{_libdir}/libfrysk-antlr.so
skasal b6d3398
%{_libdir}/libfrysk-cdtparser.so
skasal b6d3398
%{_libdir}/libfrysk-core.so
skasal b6d3398
%{_libdir}/libfrysk-getopt.so
skasal b6d3398
%{_libdir}/libfrysk-imports.so
skasal b6d3398
%{_libdir}/libfrysk-jdom.so
skasal b6d3398
%{_libdir}/libfrysk-jline.so
Igor Foox 06368d7
%dir %{_datadir}/%{name}
skasal b6d3398
%{_datadir}/%{name}/messages.properties
skasal 3ca208c
%{_mandir}/man1/*
skasal b6d3398
skasal b6d3398
%files devel
skasal b6d3398
%defattr(-,root,root)
skasal b6d3398
%{_libdir}/libfrysk-junit.so
skasal b6d3398
%dir %{_libdir}/%{name}
skasal b6d3398
%{_libdir}/%{name}/funit*
skasal 743161d
%{_libdir}/%{name}/ftail
skasal 743161d
%{_libdir}/%{name}/fsystest
skasal 743161d
%{_libdir}/%{name}/sys-tests
skasal 3ca208c
%{_libdir}/%{name}/test_main_looper
skasal b6d3398
%{_datadir}/%{name}/helloworld.o
skasal b6d3398
%{_datadir}/%{name}/test-core
skasal 3ca208c
%{_datadir}/%{name}/test_looper.xml
skasal 3ca208c
# Not installed by current tarballs.
skasal 3ca208c
#%dir %{_datadir}/%{name}/test
skasal 3ca208c
#%{_datadir}/%{name}/test/test*
skasal 743161d
%{_datadir}/%{name}/dogtail_scripts
skasal 3ca208c
%{_mandir}/man8/*
skasal b6d3398
skasal b6d3398
%files gnome
skasal b6d3398
%defattr(-,root,root)
skasal b6d3398
%{_bindir}/frysk
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
skasal b6d3398
%{_datadir}/%{name}/glade
skasal b6d3398
%{_datadir}/%{name}/images
skasal 3ca208c
# Move frysk.desktop to docdir.
skasal 3ca208c
#%{_datadir}/applications/frysk.desktop
skasal 3ca208c
%doc frysk.desktop
skasal 3ca208c
%dir %{_datadir}/gnome/help/%{name}
skasal 3ca208c
%{_datadir}/gnome/help/%{name}/*
skasal b6d3398
%{_datadir}/pixmaps/fryskTrayIcon48.png
Igor Foox 06368d7
Igor Foox 06368d7
%changelog
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 3ca208c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-3
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.