%define pkg_name Gtk2-Ex-FormFactory %define pkg_version 0.65 %define rpm_pkg_version 0.65 %define rpm_pkg_release 2.n0i.6 Summary: Makes building complex Gtk2 GUI's easy Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/J/JR/JRED/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: reb00t-rpmdevtools BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Gtk2) %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/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. %prep %setup -q -n %{pkg_name}-%{pkg_version} %{fix_mod} %{fix_perl_path examples/ tutorial/} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %{fix_man} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes examples/ LICENSE README tutorial/ %changelog * Wed Jun 06 2007 Marius Feraru - 0.65-2.n0i.6 - spec file (re)created using N0i::CPAN::RPMizer/1.14.8 * Tue Jul 04 2006 Marius Feraru - 0.65-1.n0i.5 - version 0.65 * Tue Jun 20 2006 Marius Feraru - 0.64-1.n0i.4 - version 0.64 * Tue May 02 2006 Marius Feraru - 0.63-1.n0i.3 - version 0.63 * Sun Apr 09 2006 Marius Feraru - 0.62-1.n0i.2 - version 0.62 * Sat Apr 08 2006 Marius Feraru 0.61-1.n0i.1 - spec file (re)created using main/v1.12.0 - rebuild on perl 5.8.8