packages: libpurple-protocol-msn-pecan/libpurple-protocol-msn-pecan.spec (N...

glen glen at pld-linux.org
Mon Apr 26 22:24:37 CEST 2010


Author: glen                         Date: Mon Apr 26 20:24:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, based on fc spec

---- Files affected:
packages/libpurple-protocol-msn-pecan:
   libpurple-protocol-msn-pecan.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libpurple-protocol-msn-pecan/libpurple-protocol-msn-pecan.spec
diff -u /dev/null packages/libpurple-protocol-msn-pecan/libpurple-protocol-msn-pecan.spec:1.1
--- /dev/null	Mon Apr 26 22:24:37 2010
+++ packages/libpurple-protocol-msn-pecan/libpurple-protocol-msn-pecan.spec	Mon Apr 26 22:24:32 2010
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# build without tests
+
+%define		realname msn-pecan
+Summary:	Alternative MSN protocol plugin for libpurple
+Name:		libpurple-protocol-%{realname}
+Version:	0.1.0
+Release:	1
+License:	GPL v2+
+Group:		Applications/Networking
+URL:		http://code.google.com/p/msn-pecan/
+Source0:	http://msn-pecan.googlecode.com/files/%{realname}-%{version}.tar.bz2
+# Source0-md5:	d13f2cd1e85aea553417dd2e3b697a9a
+BuildRequires:	check-devel
+BuildRequires:	gettext
+BuildRequires:	libpurple-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The project aims to have a much faster development process, low
+barrier for contributions, and close contact with the user-base.
+
+Compared to Pidgin's official MSN plug-in:
+ - Faster log-in
+ - Fewer connection issues
+ - Fewer crashes
+ - Experimental direct connection support (fast file transfers)
+ - Server-side storage for display names (private alias)
+ - Support for handwritten messages (read-only)
+ - Support for voice clips (receive-only)
+ - Support for Plus! sounds (receive-only)
+ - Option to hide Plus! tags
+
+Other features:
+ - Support for personal status messages
+ - Support for offline messaging (read-only)
+ - Send custom emoticons (Pidgin >= 2.5)
+
+%prep
+%setup -q -n %{realname}-%{version}
+
+%build
+%{__make} \
+	CFLAGS="%{rpmcflags}" \
+	Q=""
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -Dp libmsn-pecan.so $RPM_BUILD_ROOT%{_libdir}/purple-2/libmsn-pecan.so
+%{__make} install_locales \
+	Q="" \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang libmsn-pecan
+
+%if %{with tests}
+%{__make} -C tests clean
+%{__make} -C tests
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f libmsn-pecan.lang
+%defattr(644,root,root,755)
+%doc AUTHORS TODO README pidgin-copyright ChangeLog
+%attr(755,root,root) %{_libdir}/purple-2/libmsn-pecan.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/04/26 20:24:32  glen
+- new, based on fc spec
================================================================


More information about the pld-cvs-commit mailing list