Author: qboosh Date: Sat Dec 1 16:42:40 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.162 - Gnome2 dirs moved to Glib
---- Files affected: SPECS: perl-Gtk2.spec (1.56 -> 1.57) ---- Diffs: ================================================================ Index: SPECS/perl-Gtk2.spec diff -u SPECS/perl-Gtk2.spec:1.56 SPECS/perl-Gtk2.spec:1.57 --- SPECS/perl-Gtk2.spec:1.56 Sat Jun 2 17:53:44 2007 +++ SPECS/perl-Gtk2.spec Sat Dec 1 17:42:34 2007 @@ -9,24 +9,26 @@ Summary(pl.UTF-8): Interfejs perlowy do wersji 2.x biblioteki Gimp Toolkit Name: perl-Gtk2 # note: versions 1.x[13579]y are unstable, if you want them, please use DEVEL branch -Version: 1.144 +Version: 1.162 Release: 1 License: LGPL v2.1+ Group: Development/Languages/Perl Source0: http://dl.sourceforge.net/gtk2-perl/%{pdir}-%{version}.tar.gz -# Source0-md5: bc89094b40e81659562a3229fbf6bf3d +# Source0-md5: 752b81dcdd0db326e2b0af7c702fc66f URL: http://gtk2-perl.sourceforge.net/ -BuildRequires: gtk+2-devel >= 2:2.10.2 +BuildRequires: gtk+2-devel >= 2:2.12 +BuildRequires: pango-devel >= 1:1.18 BuildRequires: perl-Cairo >= 1.00 BuildRequires: perl-ExtUtils-Depends >= 0.201 BuildRequires: perl-ExtUtils-PkgConfig >= 1.06 -BuildRequires: perl-Glib >= 1.144 +BuildRequires: perl-Glib >= 1.162 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.192 -Requires: gtk+2 >= 2:2.10.2 +Requires: gtk+2 >= 2:2.12.0 +Requires: pango >= 1:1.18 Requires: perl-Cairo >= 1.040 -Requires: perl-Glib >= 1.144 +Requires: perl-Glib >= 1.162 Obsoletes: perl-Gnome2-common BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,13 +54,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{perl_vendorarch}/{auto/Gnome2,Gnome2} \ - $RPM_BUILD_ROOT%{perl_vendorlib}/Gtk2/Ex +install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Gtk2/Ex %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/%{pdir}/{*,*/*,*/*/*}.pod +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Gtk2/{*,*/*,*/*/*}.pod rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Gtk2.pod %clean @@ -73,14 +74,12 @@ %dir %{perl_vendorarch}/Gtk2/Gdk %{perl_vendorarch}/Gtk2/Gdk/*.pm %{perl_vendorarch}/Gtk2/Install -%dir %{perl_vendorarch}/Gnome2 %dir %{perl_vendorarch}/auto/Gtk2 %{perl_vendorarch}/auto/Gtk2/*.bs %attr(755,root,root) %{perl_vendorarch}/auto/Gtk2/*.so -%dir %{perl_vendorarch}/auto/Gnome2 %dir %{perl_vendorlib}/Gtk2 %dir %{perl_vendorlib}/Gtk2/Ex -%{_mandir}/man3/* +%{_mandir}/man3/Gtk2*.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -88,6 +87,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.57 2007-12-01 16:42:34 qboosh +- updated to 1.162 +- Gnome2 dirs moved to Glib + Revision 1.56 2007-06-02 15:53:44 qboosh - added NEWS to doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Gtk2.spec?r1=1.56&r2=1.57&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
