%define name pan %define version 0.13.1 %define release nospell1 Summary: The Pan Newsreader Name: %{name} Version: %{version} Release: %{release} Copyright: GPL Group: Applications/Internet URL: http://pan.rebelbase.com/ Source: http://pan.rebelbase.com/download/releases/%{version}/SOURCE/%{name}-%{version}.tar.bz2 Packager: John LeMay Vendor: ChimPanXi Epoch: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: gtk+2.0 >= 2.0.5 BuildRequires: glib2-devel >= 2.0.4 BuildRequires: libxml2-devel >= 2.4.22 Requires: glib2 >= 2.0.4 Requires: gtk+2.0 >= 2.0.5 Requires: libxml2 >= 2.4.22 Provides: %{name} %description Pan is a newsreader, loosely based on Agent and Gravity, which attempts to be pleasant to use for new and advanced users alike. It has all the typical features found in newsreaders and also supports offline newsreading, sophisticated filtering, multiple connections, and a number of extra features for power users and alt.binaries fans. It's also the only Unix newsreader to get a perfect score on the Good Net-Keeping Seal of Approval evalutions. See http://pan.rebelbase.com/features/ for the whole sales pitch. %prep rm -rf $RPM_BUILD_ROOT %setup %build %configure --disable-gtkspell --program-prefix="" make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=-s %install make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS COPYING CREDITS ChangeLog README ANNOUNCE %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/gnome/apps/Internet/%{name}.desktop %{_datadir}/pixmaps/* %changelog * Sat Aug 18 2002 Christophe Lambin - restrict to gtkspell 2.0.0 until 2.0.2 comes out. * Wed Jul 10 2002 Christophe Lambin - Added gtkspell * Sat May 1 2002 Christophe Lambin - Added gtk2 dependencies. - %configure option to avoid creating execs like 'iX86-distro-linux-pan'. * Sat Apr 6 2002 Christophe Lambin - removed explicit copy of gettext's Makefile.in.in to support gettext 0.11.x. * Sat Sep 22 2001 Charles Kerr - Added gdk-pixbuf and -devel to Requires and BuildRequires - Updated gtk/glib and -devel requirements * Sat Aug 18 2001 Christophe Lambin - fixes for RH 7.1 + Ximian Gnome 1.4 - allow single tarball to be used for both pan & pan-images - use gettext 0.10.35's Makefile.in.in for po since it gives us DESTDIR * Thu Aug 9 2001 Charles Kerr - removed some dependencies that are better left implicit * Mon Apr 23 2001 Charles Kerr - merged in improvements from rh, mdk, and polish versions of pan.spec * Sun Jun 25 2000 Charles Kerr - added Vendor - updated the description to match the README desc & FAQ * Mon Jan 24 2000 Simon Piette - changed the build section to allow building RPMS on non-x86 archs * Sun Dec 12 1999 Jason Leach - changed the Summary string - updated the description to match the README desc * Wed Dec 1 1999 Charles Kerr - added "-ggdb3" to CFLAGS so that it'll be easier to read backtraces submitted in bug reports * Thu Nov 4 1999 Jason Leach - added gtk+-1.2.6 requirement (1.2.3 definitely breaks, might as well make it newest gtk+) * Tue Nov 2 1999 Jason Leach - made .spec.in file to auto-generate .spec * Sat Sep 25 1999 Leland Elie - created spec file.