SPECS: perl-Gtk2.spec - added %%{perl_vendorlib}/Gtk2/Ex directori...
twittner
twittner at pld-linux.org
Fri Nov 18 18:47:01 CET 2005
Author: twittner Date: Fri Nov 18 17:47:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added %%{perl_vendorlib}/Gtk2/Ex directories for perl-Gtk2-Ex* packeges
(suggested by qboosh)
- added to TODO warning from buildlog for reviewing:
Unrecognized argument in LIBS ignored: '-pthread'
- rel.2
---- Files affected:
SPECS:
perl-Gtk2.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/perl-Gtk2.spec
diff -u SPECS/perl-Gtk2.spec:1.42 SPECS/perl-Gtk2.spec:1.43
--- SPECS/perl-Gtk2.spec:1.42 Thu Nov 3 21:15:43 2005
+++ SPECS/perl-Gtk2.spec Fri Nov 18 18:46:56 2005
@@ -1,6 +1,7 @@
# $Revision$, $Date$
# 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:
%bcond_with tests # perform "make test" (requires X server)
@@ -11,7 +12,7 @@
Summary(pl): Interfejs perlowy do wersji 2.x biblioteki Gimp Toolkit
Name: perl-Gtk2
Version: 1.101
-Release: 1
+Release: 2
License: LGPL v2.1+
Group: Development/Languages/Perl
Source0: http://dl.sourceforge.net/gtk2-perl/%{pdir}-%{version}.tar.gz
@@ -55,8 +56,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Gnome2 \
- $RPM_BUILD_ROOT%{perl_vendorarch}/Gnome2
+install -d $RPM_BUILD_ROOT%{perl_vendorarch}/{auto/Gnome2,Gnome2} \
+ $RPM_BUILD_ROOT%{perl_vendorlib}/Gtk2/Ex
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -80,6 +81,8 @@
%{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/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -88,6 +91,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2005/11/18 17:46:56 twittner
+- added %%{perl_vendorlib}/Gtk2/Ex directories for perl-Gtk2-Ex* packeges
+ (suggested by qboosh)
+- added to TODO warning from buildlog for reviewing:
+ Unrecognized argument in LIBS ignored: '-pthread'
+- rel.2
+
Revision 1.42 2005/11/03 20:15:43 glen
- unify sf url, and other things that adapter felt neccessary
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Gtk2.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list