rpms/gaim-guifications/devel gaim-guifications.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Colin Charles (byte) fedora-extras-commits at redhat.com
Mon Jun 27 05:32:13 UTC 2005


Author: byte

Update of /cvs/extras/rpms/gaim-guifications/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25849/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gaim-guifications.spec 
Log Message:
auto-import gaim-guifications-2.10-3 on branch devel from gaim-guifications-2.10-3.src.rpm
importing gaim-guifications


--- NEW FILE gaim-guifications.spec ---
#
# gaim_major_ver and gaim_minor_ver should be defined to match the minimum
# Gaim API version _required_ to build Guifications
# Due to the way Gaim checks plugin versions, we need to also ensure that
# the correct minimum version of Gaim is Require:'d based on what version of
# the Gaim headers we actually build with.
#
%define gaim_major_ver 1
%define gaim_minor_ver 0
%define gaim_next_major_ver %(echo $((%{gaim_major_ver}+1)))
%define gaim_build_minor_ver %(pkg-config --modversion gaim | awk -F. '{ print $2 }')

Summary:    Guifications Plugin for Gaim
Name:       gaim-guifications
Version:    2.10
Release:    3%{?dist}
License:    GPL
Group:      Applications/Internet
Url:        http://guifications.sourceforge.net/Guifications/
Source:     http://download.sourceforge.net/guifications/guifications-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libtool, gtk2-devel, gettext
BuildRequires: gaim-devel >= 1:%{gaim_major_ver}.%{gaim_minor_ver}, gaim-devel < 1:%{gaim_next_major_ver}
Requires:	gaim >= 1:%{gaim_major_ver}.%{gaim_build_minor_ver}, gaim < 1:%{gaim_next_major_ver}

%description
Guifications is a graphical notification plugin for the open source 
instant messaging client Gaim.

%prep
%setup -q -n guifications-%{version}

%build
%configure CFLAGS="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR="$RPM_BUILD_ROOT" install

rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la $RPM_BUILD_ROOT%{_libdir}/gaim/*.a

%find_lang guifications

%clean
rm -rf $RPM_BUILD_ROOT

%files -f guifications.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING README doc/flow.png doc/flow.dia doc/QUOTES
%{_libdir}/gaim/*.so
%{_datadir}/pixmaps/gaim/guifications

%changelog
* Mon Jun 27 2005 Colin Charles <colin at fedoraproject.org> 2.10-3
- remove BuildRequires on pkgconfig; brought in by gtk2-devel

* Sat Jun 25 2005 Colin Charles <colin at fedoraproject.org> 2.10-2
- changed from tar.gz to tar.bz2 for file size reduction
- fix rpmlint description-line-too-long, as well as download URL

* Sat Jun 25 2005 Colin Charles <colin at fedoraproject.org> 2.10-1
- initial FE build, with preferred BuildRoot

* Sat Apr  9 2005 Stu Tomlinson <stu at nosnilmot.com>
- spec file cleanup

* Fri Dec 17 2004 Stu Tomlinson <stu at nosnilmot.com>
- Tweaks to the Gaim version dependencies

* Sat Oct  9 2004 Stu Tomlinson <stu at nosnilmot.com>
- Add Gaim version checks to match new Gaim versioning

* Wed Jun 30 2004 Stu Tomlinson <stu at nosnilmot.com>
- Initial spec file for Guifications 2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gaim-guifications/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jun 2005 05:30:26 -0000	1.1
+++ .cvsignore	27 Jun 2005 05:32:11 -0000	1.2
@@ -0,0 +1 @@
+guifications-2.10.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gaim-guifications/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jun 2005 05:30:26 -0000	1.1
+++ sources	27 Jun 2005 05:32:11 -0000	1.2
@@ -0,0 +1 @@
+df22e7f44722ecd9cf12876c83032d60  guifications-2.10.tar.bz2




More information about the fedora-extras-commits mailing list