packages: libpurple-protocol-skype/libpurple-protocol-skype.spec - up to 20...

glen glen at pld-linux.org
Tue Oct 26 17:13:09 CEST 2010


Author: glen                         Date: Tue Oct 26 15:13:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 20100826

---- Files affected:
packages/libpurple-protocol-skype:
   libpurple-protocol-skype.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/libpurple-protocol-skype/libpurple-protocol-skype.spec
diff -u packages/libpurple-protocol-skype/libpurple-protocol-skype.spec:1.6 packages/libpurple-protocol-skype/libpurple-protocol-skype.spec:1.7
--- packages/libpurple-protocol-skype/libpurple-protocol-skype.spec:1.6	Sat May 22 23:24:29 2010
+++ packages/libpurple-protocol-skype/libpurple-protocol-skype.spec	Tue Oct 26 17:13:04 2010
@@ -6,24 +6,24 @@
 #        purple_util_fetch_url(g_strconcat("http://eion.robbmob.com/version?version=", basename, NULL),
 #   which could be largely bogus depending when we build our package, touch
 #   *.so after build with reference of source files? source tarball?
-%define		svnrev	579
+%define		svnrev	601
 Summary:	Skype API Plugin for Pidgin/libpurple/Adium
 Name:		libpurple-protocol-skype
-Version:	20100121
+Version:	20100826
 Release:	1
 License:	GPL v3
 Group:		Applications/Communications
 # svn checkout http://skype4pidgin.googlecode.com/svn/trunk/ skype4pidgin
 # tar --exclude-vcs -cjf skype4pidgin-r$(svnversion skype4pidgin).tar.bz2 skype4pidgin
 Source0:	skype4pidgin-r%{svnrev}.tar.bz2
-# Source0-md5:	f788abfbd52377b719e199f11f8aa26a
+# Source0-md5:	0f8fcf86632659a6f5ba41a45cd18e36
 URL:		http://code.google.com/p/skype4pidgin/
 BuildRequires:	gettext-devel
 BuildRequires:	glib-devel
 BuildRequires:	libpurple-devel
 BuildRequires:	pkgconfig
 BuildRequires:	sed >= 4.0
-Requires:	skype
+Requires:	skype-program
 Provides:	libpurple-protocol
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,8 +46,9 @@
 # we want libfoo.so, not libfoo64.so, so pretend we're always building 32bit lib
 %{__sed} -i -e 's,${LINUX32_COMPILER},$(CC),' Makefile
 
-version=$(sed -ne 4p CHANGELOG.txt)
-if [ "[$version]" != "[$(date '+%d %B %Y' -d %{version})]" ]; then
+# yes it is weird place to find version date, because he this time forgot to update changelog
+version=$(awk -F'"' '/define PRODUCT_VERSION/{print $2}' skype4pidgin.nsi)
+if [ "[$version]" != "[$(date '+%d-%b-%Y' -d %{version})]" ]; then
 	exit 1
 fi
 
@@ -76,12 +77,8 @@
 %attr(755,root,root) %{_libdir}/purple-2/libskype_dbus.so
 %dir %{_pixmapsdir}/pidgin/emotes/skype
 %{_pixmapsdir}/pidgin/emotes/skype/theme
-%{_pixmapsdir}/pidgin/protocols/16/skype.png
-%{_pixmapsdir}/pidgin/protocols/16/skypeout.png
-%{_pixmapsdir}/pidgin/protocols/22/skype.png
-%{_pixmapsdir}/pidgin/protocols/22/skypeout.png
-%{_pixmapsdir}/pidgin/protocols/48/skype.png
-%{_pixmapsdir}/pidgin/protocols/48/skypeout.png
+%{_pixmapsdir}/pidgin/protocols/*/skype.png
+%{_pixmapsdir}/pidgin/protocols/*/skypeout.png
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -89,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2010/10/26 15:13:04  glen
+- up to 20100826
+
 Revision 1.6  2010/05/22 21:24:29  sparky
 - BR: gettext-devel, glib-devel, pkgconfig
 - dropped BR: glib2-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpurple-protocol-skype/libpurple-protocol-skype.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list