]> git.pld-linux.org Git - packages/perl-Glib.git/commitdiff
- avoid pulling devel deps (via Glib::MakeHelper) auto/th/perl-Glib-1_223-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Mar 2011 22:26:09 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Glib.spec -> 1.68

perl-Glib.spec

index c6f51d03cc8bbbb0c58b58957403050304ecdca5..21b221334c72b20a3789f5bc8e2899517dee6e4d 100644 (file)
@@ -1,15 +1,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
@@ -24,7 +24,7 @@ Requires:     glib2 >= 1:2.12.2
 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.
@@ -53,6 +53,10 @@ install -d $RPM_BUILD_ROOT%{perl_vendorarch}/{Gnome2,auto/Gnome2}
 %{__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
 
This page took 0.025349 seconds and 4 git commands to generate.