# # Guikachu RPM Spec file # $Id: guikachu.spec.in,v 1.13 2001/12/12 20:57:56 cactus Exp $ # # Note that this is NOT a relocatable package # %define version @VERSION@ %define release 0 %define name @PACKAGE@ Summary: Guikachu PalmOS resource editor Name: %{name} Version: %{version} Release: %{release} Copyright: GPL Group: Development/Tools Source: http://cactus.rulez.org/projects/guikachu/download/%{name}-%{version}.tar.gz URL: http://cactus.rulez.org/projects/guikachu BuildRoot: /var/tmp/%{name}-%{version} Packager: Erich Douglass %description Guikachu is a GNOME application for graphical editing of resource files for PalmOS-based pocket computers, with a user interface resembling Glade. Install Guikachu if you want to visually edit PalmOS forms. %prep %setup CFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} \ --localstatedir=%{_localstatedir} %build make all %install rm -rf $RPM_BUILD_ROOT make install prefix=$RPM_BUILD_ROOT/%{_prefix} \ sysconfdir=$RPM_BUILD_ROOT/%{_sysconfdir} \ localstatedir=$RPM_BUILD_ROOT/%{_localstatedir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_datadir}/gnome/help/guikachu/*/* #%{_datadir}/gnome/help/guikachu/*/pictures/* %{_prefix}/bin/guikachu %{_prefix}/bin/guikachu2rcp %{_datadir}/mime-info/* %{_datadir}/application-registry/* %{_datadir}/gnome/apps/Development %{_datadir}/guikachu %{_datadir}/locale/*/*/* %{_datadir}/pixmaps/* %changelog * Mon Dec 10 2001 Håvard Wigtil - Include mime and application registry info - Include guikachu2rcp script - Commented out an entry that generated warnings on RedHat 7.2 * Sat Sep 15 2001 ERDI Gergo - Include the Guikachu icon in the package * Thu Sep 13 2001 ERDI Gergo - Made it more generic * Sat Sep 8 2001 Erich Douglass - Merged in a few fixes and tested. * Sat Sep 08 2001 ERDI Gergo - Created the .spec file.