Guppi 0.33.2 Linux/Alpha rpms



Hi

With the guile issues sidestepped by the new release, Guppi now works on
Redhat Alpha. I placed a binary rpm on 
http://www.srl.caltech.edu/personnel/conrad/guppi/

I made some (very cosmetic) changes to the spec file, which I attach for
the official maintainer to update ;-)

Conrad

*-----------------------------------------*                                  
| Conrad Steenberg                        |                                  
| Caltech, Mail Code 220-47               |                                  
| Pasadena, CA, 91125                     |                                  
| e-mail: conrad@srl.caltech.edu          |                                  
| Tel: (626) 395-2964 Fax: (626) 449-8676 |                                  
*-----------------------------------------*                                  

"Source code is the blueprint for software, like a set of spells that humans
can read and use to control machines. Access to source code is power."
Rachel Chalmers
%define  ver     0.33.2
%define  rel     1
%define  prefix  /usr

Summary: The Gnome Plotting Engine
Name: Guppi
Version: %ver
Release: %rel
Copyright: GPL
Group: X11/GNOME/Applications
Source: ftp://ftp.gnome.org/pub/guppi/Guppi-%{ver}.tar.gz
Url:http://www.gnome.org/guppi
BuildRoot:/var/tmp/guppi-%{PACKAGE_VERSION}-root
Docdir: %{prefix}/doc

%description
GNOME is the GNU Network Object Model Environment. This powerful
environment is both easy to use and easy to configure.

This package will install Guppi, the GNOME plotting engine.

Install this package if you want to use test the GNOME plotting engine, Guppi.

%prep
%setup

%build
%ifarch alpha
  CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux \
  --prefix=%prefix
%else
  CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
%endif

if [ x"$SMP" != x"" ]; then
        (make MAKE="make -j $SMP -k"; exit 0)
        make
else
        make
fi


%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{prefix} install-strip

if [ -d $RPM_BUILD_ROOT/usr/man ]; then
  find $RPM_BUILD_ROOT/usr/man -type f -exec bzip2 -9f {} \;
fi
if [ -d $RPM_BUILD_ROOT/usr/info ]; then
  find $RPM_BUILD_ROOT/usr/info -type f -exec bzip2 -9f {} \;
fi
if [ -d $RPM_BUILD_ROOT/usr/X11R6/man ]; then
  find $RPM_BUILD_ROOT/usr/X11R6/man -type f -exec bzip2 -9f {} \;
fi
if [ -d $RPM_BUILD_ROOT/usr/lib/perl5/man ]; then
  find $RPM_BUILD_ROOT/usr/lib/perl5/man -type f -exec bzip2 -9f {} \;
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)

%doc AUTHORS ChangeLog NEWS README

%{prefix}/bin/*
%{prefix}/lib/*
%{prefix}/share/*

%changelog

* Wed Jan 26 2000 Conrad Steenberg <conrad@srl.caltech.edu>

- Some Alpha fixes for configure
- Remove some unneeded stripping foo and just call do 'make install-strip'
  instead.
- Move this changelog to the bottom of the file :-)

* Mon Jan 24 2000 Kenny Graunke <graunke@teleport.com>

- First Guppi RPM


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]