Package perl-Gtk2-Ex-FormFactory: Specfile

#
#   - Gtk2::Ex::FormFactory -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Gtk2-Ex-FormFactory
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Gtk2-Ex-FormFactory
%define m_distro Gtk2-Ex-FormFactory
%define m_name Gtk2::Ex::FormFactory
%define m_author_id unknown
%define _enable_test 1

Name: perl-Gtk2-Ex-FormFactory
Version: 0.67
Release: alt1

Summary: Makes building complex GUI's easy

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Pavlov Konstantin <thresh@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/J/JR/JRED/Gtk2-Ex-FormFactory-0.67.tar.gz

# Automatically added by buildreq on Tue Jan 03 2006
BuildRequires: fontconfig freetype2 perl-Glib perl-Gtk2 perl-devel

%description
This is a framework which tries to make building complex GUI's easy, by
offering these two main features:

  * Consistent looking GUI without the need to code resp. tune
    each widget by hand. Instead you declare the structure of your
    GUI, connect it to the data of your program (which should be
    a well defined set of objects) and control how this structure
    is transformed into a specific layout in a very generic way.

  * Automatically keep widget and object states in sync (in both
    directions), even with complex data structures with a lot of
    internal dependencies, object nesting etc.

This manpage describes the facilities of Gtk2::Ex::FormFactory objects
which are only a small part of the whole framework. To get a full
introduction and overview of how this framework works refer to
Gtk2::Ex::FormFactory::Intro.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Gtk2/Ex/FormFactory*

%changelog
* Mon Sep 19 2011 Igor Vlasenko <viy@altlinux.ru> 0.67-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.65-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Oct 28 2008 Pavlov Konstantin <thresh@altlinux.ru> 0.65-alt2
- Fix FTBFS with new perl.

* Tue Oct 24 2006 Pavlov Konstantin <thresh@altlinux.ru> 0.65-alt1
- 0.65 version.
- New packager.

* Tue Jan 03 2006 Vitaly Lipatov <lav@altlinux.ru> 0.59-alt1
- initial build for ALT Linux Sisyphus