Hello community,

here is the log from the commit of package perl-GDTextUtil for openSUSE:Factory 
checked in at 2013-09-09 19:47:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-GDTextUtil (Old)
 and      /work/SRC/openSUSE:Factory/.perl-GDTextUtil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-GDTextUtil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-GDTextUtil/perl-GDTextUtil.changes  
2013-03-01 08:03:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-GDTextUtil.new/perl-GDTextUtil.changes     
2013-09-09 19:47:01.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 09:41:42 UTC 2013 - [email protected]
+
+- update the template to fix file list
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-GDTextUtil.spec ++++++
--- /var/tmp/diff_new_pack.eIWg0T/_old  2013-09-09 19:47:01.000000000 +0200
+++ /var/tmp/diff_new_pack.eIWg0T/_new  2013-09-09 19:47:01.000000000 +0200
@@ -17,54 +17,45 @@
 
 
 Name:           perl-GDTextUtil
-BuildRequires:  libjpeg-devel
-BuildRequires:  perl-GD
-BuildRequires:  perl-macros
-BuildRequires:  xorg-x11-devel
 Version:        0.86
 Release:        0
-Url:            http://cpan.org/modules/by-module/GD/
-Summary:        text utilities for use with the GD drawing package
+%define cpan_name GDTextUtil
+Summary:        GDTextUtil Perl module
 License:        Artistic-1.0 or GPL-2.0+
 Group:          Development/Libraries/Perl
-Source:         GDTextUtil-%{version}.tar.bz2
+Url:            http://search.cpan.org/dist/GDTextUtil/
+Source:         GDTextUtil-0.86.tar.bz2
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(GD) >= 1
+# MANUAL
+BuildRequires:  libjpeg-devel
+BuildRequires:  xorg-x11-devel
+Requires:       perl(GD) >= 1
 %{perl_requires}
 
 %description
-This package provides three modules that make it possible to work with
-internal GD fonts as well as TrueType fonts, without having to worry
-about different interface functions to call. Apart from an abstract
-interface to all font types and strings for GD, this library also
-provides some utility in aligning and wrapping your string.
-
-
-
-Authors:
---------
-    Martien Verbruggen <[email protected]>
+GDTextUtil Perl module
 
 %prep
-%setup -q -n GDTextUtil-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-make %{?_smp_mflags}
-make test
-make demo
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc README*
-%doc %{_mandir}/man?/*
-%{perl_vendorarch}/auto/GD/Text
-%{perl_vendorlib}/GD
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes Dustismo.LICENSE Dustismo_Sans.ttf README
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to