Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > a7a5cf95a0611ddc01d5f89a795c63c6 > files > 2

perl-Gtk2-Recent-0.031-8mdv2009.0.src.rpm

%define module Gtk2-Recent
%define fmodule Gtk2/Recent

Summary: Perl module for the Recently used Files list
Name:    perl-%module
Version: 0.031
Release: %mkrel 8
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  %module-%version.tar.bz2
URL: http://gtk2-perl.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: gtkspell-devel perl-ExtUtils-Depends perl-Gtk2
BuildRequires: perl-Glib > 1.00 perl-ExtUtils-PkgConfig 
Buildrequires: perl-devel
Buildrequires: perl-Gnome2-VFS
Buildrequires: gnomeui2-devel
BuildRequires: glitz-devel

Requires: gtk+2

%description
This module allows a Perl programmer to access the Recently used Files list
using the libegg component.


%prep
%setup -q -n %module-%version
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Os -s"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="$RPM_OPT_FLAGS"
#%make test || :

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/%{fmodule}*
%{perl_vendorarch}/%fmodule.pm
%{perl_vendorarch}/auto/%fmodule



%changelog
* Thu Jul 31 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.031-8mdv2009.0
+ Revision: 257167
- rebuild

* Tue Jan 15 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.031-6mdv2008.1
+ Revision: 152111
- rebuild
- kill re-definition of %%buildroot on Pixel's request

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

* Fri Jun 22 2007 Thierry Vignaud <tvignaud@mandriva.com> 0.031-5mdv2008.0
+ Revision: 43102
- rebuild


* Fri Sep 30 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.031-4mdk
- BuildRequiress glitz-devel

* Fri Sep 30 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.031-3mdk
- Another buildrequire fix

* Fri Sep 30 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.031-2mdk
- Add buildrequires
- mkrel

* Tue Feb 08 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.031-1mdk
- initial release