rpms/pidgin-facebookchat/devel import.log, NONE, 1.1 pidgin-facebookchat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Thu Sep 11 21:12:35 UTC 2008


Author: spot

Update of /cvs/extras/rpms/pidgin-facebookchat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19201/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pidgin-facebookchat.spec 
Log Message:

initial import



--- NEW FILE import.log ---
pidgin-facebookchat-1_35-1_fc10:HEAD:pidgin-facebookchat-1.35-1.fc10.src.rpm:1221167347


--- NEW FILE pidgin-facebookchat.spec ---
%global	pidgin_version 2.0.0

Name:		pidgin-facebookchat
Version:	1.35
Release:	1%{?dist}
Summary:	Facebook Chat IM Pidgin plugin 
Group:		Applications/Internet
License:	GPLv3+
URL:		http://code.google.com/p/pidgin-facebookchat/
Source0:	http://pidgin-facebookchat.googlecode.com/files/%{name}-source-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	pidgin-devel >= %{pidgin_version}
Requires:	pidgin >= %{pidgin_version}

%description
This is a Facebook chat plugin for Pidgin and libpurple messengers. It 
connects to the new Facebook Chat IM service without the need for an API 
key.

Currently the plugin can log into the Facebook servers, grab the buddy 
list, send/receive messages, add/remove friends, receive notifications, 
search for Facebook friends and set your Facebook status. 

%prep
%setup -q -c -n %{name}-%{version}


%build
# The makefile is horrifying. Just don't pay attention to the variable
# names we're abusing here, it gives us the right end-result.
make LINUX32_COMPILER="gcc %{optflags}" libfacebook.so

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}/purple-2/
install -p libfacebook.so %{buildroot}%{_libdir}/purple-2/
mkdir -p %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/16/
mkdir -p %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/22/
mkdir -p %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/48/
install -p facebook16.png %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/16/facebook.png
install -p facebook22.png %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/22/facebook.png
install	-p facebook48.png %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/48/facebook.png

mkdir -p %{buildroot}/opt/mycompany/files
touch %{buildroot}/opt/mycompany/files/foo

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/purple-2/libfacebook.so
%{_datadir}/pixmaps/pidgin/protocols/*/facebook.png
/opt/mycompany/files/

%changelog
* Wed Aug 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.35-1
- update to 1.35

* Wed Aug 13 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.33-1
- Initial packaging for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pidgin-facebookchat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Sep 2008 21:07:34 -0000	1.1
+++ .cvsignore	11 Sep 2008 21:12:05 -0000	1.2
@@ -0,0 +1 @@
+pidgin-facebookchat-source-1.35.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pidgin-facebookchat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Sep 2008 21:07:34 -0000	1.1
+++ sources	11 Sep 2008 21:12:05 -0000	1.2
@@ -0,0 +1 @@
+80d8e91a094e67377cd816c5af8fcdec  pidgin-facebookchat-source-1.35.tar.bz2




More information about the fedora-extras-commits mailing list