File regina.spec of Package regina
#
# spec file for package regina (Version 3.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: regina
Url: http://regina-rexx.sourceforge.net/
Version: 3.3
Release: 126
Summary: The Regina REXX Interpreter
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); LGPL v2.1 or later
Group: Development/Languages/Other
Provides: rexx
AutoReqProv: on
Source0: Regina-REXX-%{version}.tar.bz2
Source1: regina-rxstack-lsb.init.d
Source2: Regina-REXX-%{version}-doc.pdf
Patch0: regina-3.3-configure.diff
Patch1: regina-3.3-Makefile.in.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Mark Hessling's implementation of the REXX language.
Authors:
--------
Anders Christensen <anders@pvv.unit.no>
Mark Hessling <M.Hessling@qut.edu.au>
%prep
%setup -n Regina-%{version}
%patch0 -p 1
%patch1 -p 1
%build
%{?suse_update_config:%{suse_update_config -f}}
./configure --prefix=/usr --mandir=%{_mandir} --libdir=%{_libdir} --sysconfdir=/etc
make
%install
make install DESTDIR=${RPM_BUILD_ROOT}
install -m 755 %{S:1} ${RPM_BUILD_ROOT}/etc/init.d/rxstack
cp %{S:2} .
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/libtest*
%files
%defattr(-,root,root)
%doc %{_mandir}/man1/*
%doc COPYING-LIB INSTALL README.* Regina-REXX-3.3-doc.pdf
# %doc demo/*.rexx
/usr/bin/*
%{_libdir}/libregina*
/usr/share/regina
/usr/include/*
/etc/init.d/rxstack
%changelog
* Fri Aug 29 2008 cthiel@suse.de
- fix init script
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Oct 31 2005 dmueller@suse.de
- don't build as root
* Thu Aug 12 2004 mge@suse.de
- update to 3.3
* Mon Feb 09 2004 mge@suse.de
- added SONAME (libregina.so) to library
* Tue Aug 05 2003 mge@suse.de
- update to 3.2
* Sun Jun 15 2003 mmj@suse.de
- Package all dirs
* Wed Sep 18 2002 ro@suse.de
- removed bogus self-provides
* Tue Aug 20 2002 mge@suse.de
- fix dependencies (remove BuildRoot from installed scripts)
* Fri Aug 16 2002 mge@suse.de
- fix building on 64bit
* Thu Aug 15 2002 mge@suse.de
- update to 3.0
* Tue May 21 2002 coolo@suse.de
- use %%_libdir
* Fri Jun 15 2001 schwab@suse.de
- Fix for new autoconf.
* Thu May 10 2001 mfabian@suse.de
- bzip2 sources
* Mon Sep 18 2000 schwab@suse.de
- Use alpha patch on ia64 and lower opt level.
* Thu Sep 14 2000 ro@suse.de
- update to 2.1
- fix for alpha
* Thu Jul 06 2000 mge@suse.de
- Update to regina 2.0.0
* Mon Feb 14 2000 mge@suse.de
- patched Makefile.in to make mandir valid
* Mon Feb 14 2000 mge@suse.de
- fixed mandir
* Sun Feb 13 2000 mge@suse.de
- update to 0.8h
- group tag
- use version macro
* Tue Oct 26 1999 mge@suse.de
- initial SuSE-RPM