Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 8ef7f39bf5aaff6fe78d5c9328d589d0 > files > 2

pidgin-encryption-3.0-8mdv2010.0.src.rpm

%define release %mkrel 8

Summary:	Pidgin extension, to use end to end encryption
Name:		pidgin-encryption
Version:	3.0
Release:	%release
Group: 		Networking/Instant messaging
License:	GPL
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url:		http://gaim-encryption.sourceforge.net/
Source0:	http://prdownload.sourceforge.net/gaim-encryption/%name-%version.tar.bz2
BuildRequires:  libnss-devel
BuildRequires:  nspr-devel
BuildRequires:	gtk+2-devel
BuildRequires:	pidgin-devel
Requires:	pidgin
Obsoletes:	gaim-encryption gaim-encrypt
Provides:	gaim-encryption gaim-encrypt

%description
This Pidgin plugin allows you to encrypt the message, 
only if the person on the other end use the same plugin.

%prep
%setup -q 
chmod 0644 README

%build
#(peroyvind) glib/gstdio.h doesn't exist in older releases
%if %mdkversion < 1020
mkdir glib
touch glib/gstdio.h
CPPFLAGS="-I`pwd`" \
%endif
export LD_LIBRARY_PATH=/usr/X11R6/%{_lib}
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}%{_libdir}/pidgin/encrypt.{l,}a

%find_lang %name

%files -f %name.lang
%defattr(-,root,root)
%doc NOTES CHANGELOG TODO README WISHLIST
%{_libdir}/pidgin/encrypt.so
%{_datadir}/pixmaps/pidgin/pidgin-encryption/crypto.png

%clean
rm -rf %{buildroot}


%changelog
* Tue Sep 15 2009 Thierry Vignaud <tvignaud@mandriva.com> 3.0-8mdv2010.0
+ Revision: 441814
- rebuild

* Fri Mar 06 2009 Antoine Ginies <aginies@mandriva.com> 3.0-7mdv2009.1
+ Revision: 350214
- 2009.1 rebuild

* Fri Aug 01 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.0-6mdv2009.0
+ Revision: 259032
- rebuild

* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.0-5mdv2009.0
+ Revision: 246931
- rebuild

* Thu Mar 13 2008 Andreas Hasenack <andreas@mandriva.com> 3.0-3mdv2008.1
+ Revision: 187587
- rebuild for 2008.1

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed Oct 03 2007 Funda Wang <fundawang@mandriva.org> 3.0-2mdv2008.0
+ Revision: 95058
- rebuild against pidgin 2.2.1

* Mon May 07 2007 Götz Waschk <waschk@mandriva.org> 3.0-1mdv2008.0
+ Revision: 23988
- new version
- rename