Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Qemu
>
perl-Gtk2-GladeXML
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
perl-Gtk2-GladeXML.spec
@@ -0,0 +1,144 @@ +# +# spec file for package perl-Gtk2 (Version 1.144) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: perl-Gtk2-GladeXML +BuildRequires: bzip2 +BuildRequires: gtk2-devel libglade2-devel perl perl-Cairo perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib perl-Gtk2 update-desktop-files xorg-x11 xorg-x11-Xvfb xorg-x11-server +Version: 1.006 +Release: 0 +Requires: perl = %{perl_version} +Requires: perl-Glib perl-Gtk2 +Autoreqprov: on +Group: Development/Libraries/Perl +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +URL: http://cpan.org/modules/by-module/Gtk2/ +Summary: Gtk2 Perl module +Source: Gtk2-GladeXML-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Perl bindings to the 2.x series of the Gtk+ widget set. This module +allows you to write graphical user interfaces in a perlish and +object-oriented way, freeing you from the casting and memory management +in C, yet remaining very close in spirit to original API. + + + +Authors: +-------- + muppet <scott@asofyet.org> + Ross McFarland <rwmcfa1@neces.com> + Torsten Schoenfeld <kaffeetisch@web.de> + Marc Lehmann <pcg@goof.com> + Goran Thyni <goran@kirra.net> + Joern Reder <joern@zyn.de> + Chas Owens <alas@wilma.widomaker dot com> + Guillaume Cottenceau <gc@mandrakesoft.com> + +%prep +%setup -q -n Gtk2-GladeXML-%{version} + +%build +export OPTIMIZE="$RPM_OPT_FLAGS" +perl Makefile.PL OPTIMIZE="$OPTIMIZE" +make OPTIMIZE="$OPTIMIZE" +#Xvfb :95 & +#trap "kill $! || true" EXIT +#sleep 5 +#disable tests that randomly fail +#mv t/GdkGC.t t/GdkGC.tt +#mv t/GtkStyle.t t/GtkStyle.tt +#mv t/GdkDnd.t t/GdkDnd.tt +#DISPLAY=:95 make test +make test + +%install +%perl_make_install +%perl_process_packlist + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc examples AUTHORS LICENSE NEWS README +%doc %{_mandir}/man?/* +%{perl_vendorarch}/Gtk2/GladeXML.pm +%{perl_vendorarch}/Gtk2/GladeXML +%{perl_vendorarch}/auto/Gtk2/GladeXML +/var/adm/perl-modules/%{name} + +%changelog +* Wed Mar 14 2007 - anicka@suse.cz +- update to 1.144 + * t/GtkEditable.t, xs/GtkEditbale.xs: fix string encoding problems + in the insert-text signal marshaller. +* Mon Feb 26 2007 - anicka@suse.cz +- update to 1.143 + * Gtk2.pm, t/GtkTreeModelSort.t, xs/GtkTreeModelSort.xs: Make + sure calling get() on a Gtk2::TreeModelSort resolves to + Gtk2::TreeModel::get if appropriate, and, to keep backwards + compatibility, to Glib::Object::get otherwise. + * t/GtkTreeModelSort.t, xs/GtkTreeModelSort.xs: fix copy and + paste error that made + gtk_tree_model_sort_convert_child_iter_to_iter() unusable. +- enable one test fixed in upstream +* Thu Jan 25 2007 - anicka@suse.cz +- update to 1.142 + * t/GtkIconView.t, xs/GtkIconView.xs: Fix the path handling in + Gtk2::IconView::get_selected_items. Previously, the returned + paths were pointing to dead memory and any attempt to use them + caused havoc. + * xs/GtkRecentManager.xs: Add more documentation for the + Gtk2::RecentManager::add_item and Gtk2::RecentManager::add_full + methods; define the needed keys for the hashref to be passed + to the add_full method. + * GtkTreeSortable.xs: Don't segfault in the GET_SORT_COLUMN_ID + marshaller if any of the output parameter pointers is NULL. +- enable test fixed in upstream +* Thu Dec 21 2006 - anicka@suse.cz +- update to 1.141 + * t/PangoCairo.t, xs/PangoCairo.xs: Also allow using method + calling semantics for pango_cairo_context_*. + * fixes in documentation and tests +- enable tests fixed in upstream +* Sat Sep 16 2006 - anicka@suse.de +- disable GtkIconView.t because it hangs on ppc64 machines + (#206001) +* Wed Sep 13 2006 - anicka@suse.cz +- add xorg-x11-Xvfb, xorg-x11, xorg-x11-server to BuildRequires +- disable some tests that randomly fail +* Tue Sep 12 2006 - anicka@suse.cz +- update to 1.140 + * Don't call Gtk2::Gdk::Threads::init on a non-threading perl. + * added support for more GTK objects + * require Cairo.pm + * bugfixes, new testsuites +* Fri Aug 18 2006 - aj@suse.de +- Reduce BuildRequires. +* Fri Jul 21 2006 - anicka@suse.cz +- update to 1.122 + * bugfixes and fixes to tests added +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Wed Jan 04 2006 - anicka@suse.cz +- update to 1.102 +* Fri Nov 11 2005 - anicka@suse.cz +- update to 1.101 +* Mon Aug 01 2005 - mjancar@suse.cz +- update to 1.083 +* Thu Jul 21 2005 - anicka@suse.cz +- add perl-Glib to Requires (#95905) +* Fri Jan 21 2005 - ro@suse.de +- update to 1.072 +* Tue Nov 02 2004 - mcihar@suse.cz +- initial packaging