Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 475237e7d71707baec842f421c9ef4f9 > files > 2

perl-Gtk2-Phat-0.04-2mdv2009.0.src.rpm

%define module	Gtk2-Phat
%define name	perl-%{module}
%define version 0.04
%define release %mkrel 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Perl interface to the Phat widget collection
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/%{module}-%{version}.tar.bz2
Url:            http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
BuildRequires:	perl-Gtk2
BuildRequires:	perl-Glib > 1.00
BuildRequires:	perl-ExtUtils-Depends
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	phat-devel
BuildRequires:	glitz-devel
BuildRequires:	gtkspell-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This module allows a perl developer to access the widgets of the Phat widget 
collection which is geared toward pro-audio apps. The goal is to eliminate 
duplication of effort and provide some standardization.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/Gtk2

%{_mandir}/*/*


%changelog
* Fri Aug 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.04-2mdv2009.0
+ Revision: 268520
- rebuild early 2009.0 package (before pixel changes)

* Mon Jun 09 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.04-1mdv2009.0
+ Revision: 217095
- update to new version 0.04

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

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

* Sat Oct 13 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.03-1mdv2008.1
+ Revision: 98031
- update to new version 0.03
- update to new version 0.03


* Thu Mar 09 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.02-1mdk
- new version
- spec cleanup

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

* Thu May 19 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.01-2mdk
- fix description & summary

* Thu May 19 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.01-1mdk
- initial release