[svn] r5477 - in trunk/rpms: . pidgin-encryption

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Jun 5 11:22:34 CEST 2007


Author: thias
Date: 2007-06-05 11:22:33 +0200 (Tue, 05 Jun 2007)
New Revision: 5477

Added:
   trunk/rpms/pidgin-encryption/
   trunk/rpms/pidgin-encryption/pidgin-encryption.spec
Log:
Initial import of pidgin-encryption.


Added: trunk/rpms/pidgin-encryption/pidgin-encryption.spec
===================================================================
--- trunk/rpms/pidgin-encryption/pidgin-encryption.spec	                        (rev 0)
+++ trunk/rpms/pidgin-encryption/pidgin-encryption.spec	2007-06-05 09:22:33 UTC (rev 5477)
@@ -0,0 +1,55 @@
+# $Id$
+# Authority: matthias
+# ExclusiveDist: fc6 fc7
+
+Summary: RSA encryption support for Pidgin
+Name: pidgin-encryption
+Version: 3.0
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://pidgin-encrypt.sourceforge.net/
+Source: http://downloads.sf.net/pidgin-encrypt/pidgin-encryption-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: pidgin
+BuildRequires: pidgin-devel, gtk2-devel, nss-devel, nspr-devel
+
+%description
+Pidgin-Encryption transparently encrypts your instant messages with RSA
+encryption. Easy-to-use, but very secure.
+
+
+%prep
+%setup
+# Some files are executable for no good reason
+%{__chmod} -x *.h *.c README
+
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{name}
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc CHANGELOG COPYING NOTES README TODO WISHLIST
+%{_libdir}/pidgin/encrypt.so
+%exclude %{_libdir}/pidgin/encrypt.a
+%exclude %{_libdir}/pidgin/encrypt.la
+%{_datadir}/pixmaps/pidgin/pidgin-encryption/
+
+
+%changelog
+* Tue Jun  5 2007 Matthias Saou <http://freshrpms.net/> 3.0-1
+- Initial RPM releases, based in the gaim-encryption spec file.
+


Property changes on: trunk/rpms/pidgin-encryption/pidgin-encryption.spec
___________________________________________________________________
Name: svn:keywords
   + Id



More information about the svn-commits mailing list