]> git.pld-linux.org Git - packages/perl-Gtk2.git/commitdiff
- merged cleanups from AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Aug 2006 10:52:04 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Gtk2.spec -> 1.50

perl-Gtk2.spec

index f01aecf6497260c2abee45c3611419ff7039ab99..af9fef5f7dd8a0982638ea053900abab97568fed 100644 (file)
@@ -1,5 +1,4 @@
 # TODO:
-# - perl-Gtk2 shouldn't depend on perl-devel (ExtUtils::MakeMaker). create -devel package?
 # - review `Unrecognized argument in LIBS ignored: '-pthread'' (from buildlog)
 #
 # Conditional build:
@@ -42,10 +41,6 @@ interfejsu graficznego GTK+.
 %prep
 %setup -q -n %{pdir}-%{version}
 
-# "use Gtk2 '-init'" requires X display; fortunately Gtk2::Stock->lookup
-# works without this
-%{__perl} -pi -e "s/'-init'//" podifystockitems.pl
-
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
@@ -64,6 +59,7 @@ install -d $RPM_BUILD_ROOT%{perl_vendorarch}/{auto/Gnome2,Gnome2} \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/%{pdir}/{*,*/*,*/*/*}.pod
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Gtk2.pod
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.040453 seconds and 4 git commands to generate.