Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 7470643e5b5b5d4f2832328d69e12bf7 > files > 2

sylpheed-claws-perl_plugin-plugin-1.0.4_0.2-1mdk.src.rpm

%define plugin_version 0.2
%define claws_version 1.0.4

%define bname sylpheed-claws
%define cname perl_plugin

Summary:      Perl interface to Sylpheed-Claws' filtering mechanism
Name:            %{bname}-%{cname}-plugin
Version:          %{claws_version}_%{plugin_version}
Release:         1mdk
Group:            Networking/Mail
License:          GPL
URL:               http://sylpheed-claws.sourceforge.net/downloads/
Source:           %{cname}-%{plugin_version}.tar.bz2 
Buildroot:	  %{_tmppath}/%{name}-buildroot
BuildRequires: %bname-devel = %{claws_version} 
Requires:        %bname = %{claws_version}

%description
This plugin is intended to extend the filtering possibilities of 
Sylpheed-Claws. It provides a Perl interface to Sylpheed-Claws' 
filtering mechanism, allowing the use of full Perl power in email f
ilters. 

%prep 
%setup -q -n %{cname}-%{plugin_version}

%build

%configure2_5x

%make
 
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std   

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root) 
%doc COPYING ChangeLog INSTALL README
%{_libdir}/%{bname}/plugins/perl_*

%changelog
* Thu Mar 24 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.4_0.2-1mdk
- rebuild for claws-1.0.4

* Fri Mar 11 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.3_0.2-1mdk
- rebuild for claws-1.0.3

* Mon Feb 21 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.1_0.2-1mdk
- 1.0.1_0.2

* Wed Jan 19 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.0_0.1.1-1mdk
- rebuild for claws-1.0.0


* Mon Dec 06 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.13_0.1.1-1mdk
- first Mdk pkg