SPECS: pidgin-otr.spec (NEW) - new

radek radek at pld-linux.org
Sat Nov 1 22:58:45 CET 2008


Author: radek                        Date: Sat Nov  1 21:58:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pidgin-otr.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pidgin-otr.spec
diff -u /dev/null SPECS/pidgin-otr.spec:1.1
--- /dev/null	Sat Nov  1 22:58:45 2008
+++ SPECS/pidgin-otr.spec	Sat Nov  1 22:58:39 2008
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Off-The-Record Messaging plugin for pidgin
+Name:		pidgin-otr
+Version:	3.2.0
+Release:	1
+Source0:	http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
+License:	GPL
+Group:		Applications/Networking
+URL:		http://otr.cypherpunks.ca/
+BuildRequires:	glib2-devel
+BuildRequires:	libgcrypt-devel >= 1.2.0
+BuildRequires:	libgpg-error-devel
+BuildRequires:	pidgin-devel >= 2.0.0
+BuildRequires:	libotr-devel >= 3.1.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a pidgin plugin which implements Off-the-Record (OTR)
+Messaging. It is known to work (at least) under the Linux and Windows
+versions of pidgin (2.x).
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	 DESTDIR=$RPM_BUILD_ROOT
+
+# libtool insists on creating this
+rm $RPM_BUILD_ROOT%{_libdir}/pidgin/pidgin-otr.la
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README COPYING
+%{_libdir}/pidgin/pidgin-otr.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  2008/11/01 21:58:39  radek
+- new
+
================================================================


More information about the pld-cvs-commit mailing list