SPECS: pidgin-plugin-guifications.spec - made a pidgin plugin - to...

czarny czarny at pld-linux.org
Wed May 9 21:36:29 CEST 2007


Author: czarny                       Date: Wed May  9 19:36:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- made a pidgin plugin
- todo added
- up to 2.14
- rel 0.1

---- Files affected:
SPECS:
   pidgin-plugin-guifications.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/pidgin-plugin-guifications.spec
diff -u SPECS/pidgin-plugin-guifications.spec:1.11 SPECS/pidgin-plugin-guifications.spec:1.12
--- SPECS/pidgin-plugin-guifications.spec:1.11	Tue Feb 13 08:16:44 2007
+++ SPECS/pidgin-plugin-guifications.spec	Wed May  9 21:36:21 2007
@@ -1,52 +1,56 @@
 # $Revision$, $Date$
 #
-# gaim_major_ver and gaim_minor_ver should be defined to match the minimum
+# pidgin_major_ver and pidgin_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 2
-%define gaim_minor_ver 0
-%define gaim_next_major_ver %(echo $((%{gaim_major_ver}+1)))
-%define gaim_build_minor_ver %(pkg-config --modversion gaim 2>/dev/null | awk -F. '{ print $2 }')
+# TODO:
+# - requirements of pidgin needed (libs)
 #
-%define	_beta	beta3
+%define pidgin_major_ver 2
+%define pidgin_minor_ver 0.0
+%define pidgin_next_major_ver %(echo $((%{pidgin_major_ver}+1)))
+%define pidgin %(pkg-config --modversion pidgin 2>/dev/null | awk -F. '{ print $2 }')
+#
+#%define	_beta	beta3
 %define	_rel	1
 Summary:	Guifications Plugin for Gaim
 Summary(pl.UTF-8):	Wtyczka Guifications dla Gaima
-Name:		gaim-plugin-guifications
-Version:	2.13
-Release:	0.%{_beta}.%{_rel}
+Name:		pidgin-plugin-guifications
+Version:	2.14
+Release:	0.1
 Epoch:		1
 License:	GPL
 Group:		Applications/Communications
-Source0:	http://dl.sourceforge.net/guifications/gaim-guifications-%{version}%{_beta}.tar.bz2
-# Source0-md5:	32e421af09ed200d9040ebf73c25a9b4
+#Source0:	http://dl.sourceforge.net/guifications/pidgin-guifications-%{version}.tar.bz2
+Source0:	http://downloads.guifications.org/plugins//Guifications2/pidgin-guifications-%{version}.tar.bz2
+# Source0-md5:	3c7b126d255d0c768a4af699c4454481
 URL:		http://guifications.sf.net/Guifications/
-BuildRequires:	gaim-devel >= 1:%{gaim_major_ver}.%{gaim_minor_ver}
-BuildRequires:	gaim-devel < 1:%{gaim_next_major_ver}
+BuildRequires:	pidgin-devel >= 1:%{pidgin_major_ver}.%{pidgin_minor_ver}
+BuildRequires:	pidgin-devel < 1:%{pidgin_next_major_ver}
 BuildRequires:	gettext
 BuildRequires:	gtk+2-devel >= 2.0.0
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
-Requires:	gaim >= 1:%{gaim_major_ver}.%{gaim_build_minor_ver}
-Requires:	gaim < 1:%{gaim_next_major_ver}
+Requires:	pidgin >= 1:%{pidgin_major_ver}.%{pidgin_minor_ver}
+Requires:	pidgin < 1:%{pidgin_next_major_ver}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Guifications is a Gaim plugin that adds notification windows styled
+Guifications is a Pidgin plugin that adds notification windows styled
 after those found in MSN, deadaim, and newer versions of AIM, Yahoo
 instant messenger, and a lot of other applications.
 
 %description -l pl.UTF-8
-Guifications to wtyczka dla Gaima dodająca okienka powiadomień
+Guifications to wtyczka dla Pidgina dodająca okienka powiadomień
 stylizowane na takie, jakie można napotkać w MSN, deadaimie i nowszych
 wersjach AIM-a, Yahoo Instant Messengerze oraz wielu innych
 aplikacjach.
 
 %prep
-%setup -q -n gaim-guifications-%{version}%{?_beta}
+%setup -q -n pidgin-guifications-%{version}
 
 %build
 %configure
@@ -58,18 +62,18 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang gaim-guifications
+%find_lang guifications
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.{la,a}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f gaim-guifications.lang
+%files -f guifications.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING README doc/flow.png doc/flow.dia doc/QUOTES
-%attr(755,root,root) %{_libdir}/gaim/*.so
-%{_datadir}/pixmaps/gaim/guifications
+%attr(755,root,root) %{_libdir}/pidgin/*.so
+%{_datadir}/pixmaps/pidgin/guifications
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -77,6 +81,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/05/09 19:36:21  czarny
+- made a pidgin plugin
+- todo added
+- up to 2.14
+- rel 0.1
+
 Revision 1.11  2007/02/13 07:16:44  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pidgin-plugin-guifications.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list