[libgtk2-perl] 08/30: Use perl-Glib for versioning control

Intrigeri intrigeri at moszumanska.debian.org
Wed Apr 30 17:11:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag F-10-split
in repository libgtk2-perl.

commit b3fed294816df1e84ac467707794aa24f9002b03
Author: Jose Pedro Oliveira <jpo at fedoraproject.org>
Date:   Thu Mar 10 22:51:33 2005 +0000

    Use perl-Glib for versioning control
---
 perl-Gtk2.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec
index d961c63..5381d5f 100644
--- a/perl-Gtk2.spec
+++ b/perl-Gtk2.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-Gtk2
 Version:        1.080
-Release:        1
+Release:        2
 Summary:        Perl interface to the 2.x series of the Gimp Toolkit library
 
 Group:          Development/Libraries
@@ -12,8 +12,9 @@ Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Gtk2-1.080.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl >= 2:5.8.0
-BuildRequires:  gtk2-devel, perl(Glib) >= 1.080
+BuildRequires:  gtk2-devel, perl-Glib >= 1.080
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
+Requires:       perl-Glib >= 1.080
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -44,7 +45,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check || :
 # Testing requires X
-#make test
+%{?_with_tests:make test}
 
 
 %clean
@@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 10 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.080-2
+- Use perl-Glib for versioning control (patch by Ville Skyttä).
+
 * Tue Mar  8 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.080-1
 - Update to 1.080.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk2-perl.git



More information about the Pkg-perl-cvs-commits mailing list