Hello community,
here is the log from the commit of package perl-Gtk2-ImageView for
openSUSE:Factory checked in at 2014-02-11 10:56:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Gtk2-ImageView (Old)
and /work/SRC/openSUSE:Factory/.perl-Gtk2-ImageView.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Gtk2-ImageView"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Gtk2-ImageView/perl-Gtk2-ImageView.changes
2011-09-23 12:37:17.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Gtk2-ImageView.new/perl-Gtk2-ImageView.changes
2014-02-11 10:56:34.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Feb 8 05:37:59 UTC 2014 - [email protected]
+
+- regenerate with cpanspec
+- fix the license
+
+-------------------------------------------------------------------
+Fri Feb 7 21:51:56 UTC 2014 - [email protected]
+
+- Own some dirs on 13.2 and newer, needed due to new perl version.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Gtk2-ImageView.spec ++++++
--- /var/tmp/diff_new_pack.xuifjo/_old 2014-02-11 10:56:35.000000000 +0100
+++ /var/tmp/diff_new_pack.xuifjo/_new 2014-02-11 10:56:35.000000000 +0100
@@ -1,8 +1,7 @@
#
# spec file for package perl-Gtk2-ImageView
#
-# Copyright (c) 7/2011 - now open-slx GmbH <[email protected]>
-# Copyright (c) 2010 - 7/2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,54 +16,56 @@
#
-
Name: perl-Gtk2-ImageView
-# List of additional build dependencies
-BuildRequires: libgtkimageview-devel perl-Gtk2
-BuildRequires: perl-macros
-Requires: perl-Gtk2, libgtkimageview0
Version: 0.05
-Release: 1
-License: Artistic-1.0
-Source: Gtk2-ImageView-%{version}.tar.gz
-Group: Development/Libraries/Perl
+Release: 0
+%define cpan_name Gtk2-ImageView
Summary: Perl bindings to the GtkImageView image viewer widget
-URL: http://search.cpan.org/~ratcliffe/Gtk2-ImageView-0.05/
+License: LGPL-3.0
+Group: Development/Libraries/Perl
+Url: http://search.cpan.org/dist/Gtk2-ImageView/
+Source:
http://www.cpan.org/authors/id/R/RA/RATCLIFFE/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl
+BuildRequires: perl-macros
+BuildRequires: perl(ExtUtils::Depends) >= 0.2
+BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03
+BuildRequires: perl(Glib) >= 1.140
+BuildRequires: perl(Gtk2) >= 1.140
+Requires: perl(ExtUtils::Depends) >= 0.2
+Requires: perl(ExtUtils::PkgConfig) >= 1.03
+Requires: perl(Glib) >= 1.140
+Requires: perl(Gtk2) >= 1.140
%{perl_requires}
+# MANUAL
+BuildRequires: libgtkimageview-devel
%description
-Perl bindings to the GtkImageView image viewer widget. Needs perl-GTK2
+The Gtk2::ImageView module allows a Perl developer to use the GtkImageView
+image viewer widget. Find out more about GtkImageView at
+http://trac.bjourne.webfactional.com/.
+To discuss Gtk2::ImageView or gtk2-perl, ask questions and flame/praise the
+authors, join [email protected] at lists.gnome.org.
%prep
-%setup -q -n Gtk2-ImageView-%version
+%setup -q -n %{cpan_name}-%{version}
%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
-perl Makefile.PL
-make
+%check
+# MANUAL - requires Display
+# %{__make} test
%install
-
-make DESTDIR=%buildroot install_vendor
+%perl_make_install
%perl_process_packlist
+%perl_gen_filelist
-# Write a proper %%files section and remove these two commands and
-# the '-f filelist' option to %%files
-echo '%%defattr(-,root,root)' >filelist
-find %buildroot -type f -printf '/%%P*\n' >>filelist
-
-%clean
-rm -rf %buildroot
-
-%files -f filelist
-%defattr(-,root,root)
-%dir %{perl_vendorarch}/Gtk2/Gdk/Pixbuf
-%dir %{perl_vendorarch}/Gtk2/Gdk/Pixbuf/Draw
-%dir %{perl_vendorarch}/Gtk2/ImageView
-%dir %{perl_vendorarch}/Gtk2/ImageView/Tool
-%dir %{perl_vendorarch}/auto/Gtk2/ImageView
-%dir %{perl_vendorarch}/Gtk2/ImageView/Install
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc AUTHORS COPYING.LESSER examples maps README style.css
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]