Author: glen Date: Wed Mar 16 22:26:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - avoid pulling devel deps (via Glib::MakeHelper)
---- Files affected: packages/perl-Glib: perl-Glib.spec (1.67 -> 1.68) ---- Diffs: ================================================================ Index: packages/perl-Glib/perl-Glib.spec diff -u packages/perl-Glib/perl-Glib.spec:1.67 packages/perl-Glib/perl-Glib.spec:1.68 --- packages/perl-Glib/perl-Glib.spec:1.67 Mon Mar 7 20:35:15 2011 +++ packages/perl-Glib/perl-Glib.spec Wed Mar 16 23:26:09 2011 @@ -2,15 +2,15 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pnam Glib +%include /usr/lib/rpm/macros.perl Summary: Perl Glib bindings Summary(pl.UTF-8): Wiązania Glib dla Perla Name: perl-Glib # note: versions 1.x[13579]y are unstable, if you want them, please use DEVEL branch Version: 1.223 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Development/Languages/Perl Source0: http://downloads.sourceforge.net/gtk2-perl/%{pnam}-%{version}.tar.gz @@ -25,7 +25,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This module provides perl access to Glib and GLib's GObject libraries. +This module provides Perl access to Glib and GLib's GObject libraries. %description -l pl.UTF-8 Ten moduł daje dostęp z poziomu Perla do bibliotek GLib i GObject. @@ -54,6 +54,10 @@ %{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Glib/Param/*.pod %{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Glib/.packlist +# these should be moved to -devel, if wanted +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Glib/MakeHelper.pm +%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/Glib::MakeHelper.3pm + %clean rm -rf $RPM_BUILD_ROOT @@ -79,6 +83,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.68 2011/03/16 22:26:09 glen +- avoid pulling devel deps (via Glib::MakeHelper) + Revision 1.67 2011/03/07 19:35:15 qboosh - updated to 1.223 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Glib/perl-Glib.spec?r1=1.67&r2=1.68&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
