Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 501584f263d8c147b975aeaf2551e9a4 > files > 3

perl-Gnome2-GConf-1.44.0-9.mga2.src.rpm

%define upstream_name	 Gnome2-GConf
%define upstream_version 1.044

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	%mkrel 9

Summary:	Perl module for the gnome2-2.x GConf libraries
License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://www.cpan.org/modules/by-module/Gnome2/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Gnome2-GConf-1.044-cfg_src.patch

BuildRequires:	libGConf2-devel => 2.4.0
BuildRequires:	perl(Glib) => 1.070
BuildRequires:	perl(Gtk2)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl-devel

Conflicts:	drakxtools < 9.1-15mdk
Requires:	perl-Glib >= 1.070

%description
This module provides perl access to GNOME-2.x GConf2 libraries.

GConf is a configuration data storage mechanism scheduled to
ship with GNOME 2.0. GConf does work without GNOME however; it
can be used with plain GTK+, Xlib, KDE, or even text mode
applications as well.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 
%patch0 -p0 -b .cfg_src

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

%check
# this fails, we need to start some gnome thingy, but i don't know which
# one. skipping test for now.
#make test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHOR README examples
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2*
%{perl_vendorarch}/auto/Gnome2


%changelog

* Mon Sep 05 2011 fwang <fwang> 1.44.0-9.mga2
+ Revision: 138574
- rebuild for updated perl build flags

* Sun Jun 12 2011 sander85 <sander85> 1.44.0-8.mga2
+ Revision: 104420
- Rebuild for perl 5.14

* Mon Jan 24 2011 jquelin <jquelin> 1.44.0-7.mga1
+ Revision: 36257
- mageia rebuild
- imported package perl-Gnome2-GConf