grim/guifications1

moved .cvsignore to .hgignore
default tip
2010-12-15, Gary Kramlich
8707c33529f9
moved .cvsignore to .hgignore
can't do much more with this since gaim doesn't exist anymore :)
%define rpmrelease 0
Summary: Guifications Plugin for Gaim
Name: gaim-@PACKAGE@
Version: @VERSION@
Release: %{gaimver}%{?gaimdist:.%{gaimdist}}.%{rpmrelease}
Epoch: 1
License: GPL
Group: Applications/Internet
Url: http://guifications.sourceforge.net/
Source: guifications-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: gaim = 1:%{gaimver}
BuildRequires: pkgconfig, libtool, gaim-devel, gcc-c++
%if "%{_vendor}" == "MandrakeSoft"
BuildRequires: libgtk+2.0_0-devel
%else
BuildRequires: gtk2-devel
%endif
%description
Guifications is a graphical notification plugin for the open source instant messaging client Gaim
To rebuild for a specific Gaim version or dist tag:
rpmbuild --rebuild gaim-@PACKAGE@-@VERSION@-%{rpmrelease}.src.rpm --define 'gaimver %{gaimver}' --define 'gaimdist fc1'
%prep
%setup -q -n guifications-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
strip $RPM_BUILD_ROOT%{_libdir}/gaim/*.so || :
rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/guifications.la $RPM_BUILD_ROOT%{_libdir}/gaim/guifications.a
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README ChangeLog
%{_libdir}/gaim/guifications.so
%{_datadir}/pixmaps/gaim/guifications/*
%changelog
* Fri Jun 25 2004 Stu Tomlinson <stu@nosnilmot.com>
- Update for Gaim 0.79
* Thu May 27 2004 Stu Tomlinson <stu@nosnilmot.com>
- Tweak to allow both .src.rpm and .nosrc.rpm to be generated
from a dist tarball.
* Wed Mar 24 2004 Stu Tomlinson <stu@nosnilmot.com>
- Tweak!
* Sat Jan 10 2004 Stu Tomlinson <stu@nosnilmot.com>
- Update to guifications 1.5 / gaim 0.75
* Wed Dec 11 2003 Stu Tomlinson <stu@nosnilmot.com>
- Initial spec file