commit c6ad27627536ec9617cb741fa41082dd45b3d878
Author: Iain Arnell <iarn...@gmail.com>
Date:   Thu Dec 9 17:48:58 2010 +0100

    update to latest upstream version
    
    - fixes FTBFS RHBZ#660763
    - clean up spec for modern rpmbuild

 .gitignore                       |    1 +
 perl-HTML-FormFu-Model-DBIC.spec |   16 ++++++++--------
 sources                          |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f45e5a7..7808d88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTML-FormFu-Model-DBIC-0.06000.tar.gz
+/HTML-FormFu-Model-DBIC-0.08002.tar.gz
diff --git a/perl-HTML-FormFu-Model-DBIC.spec b/perl-HTML-FormFu-Model-DBIC.spec
index 2fc8504..428d68e 100644
--- a/perl-HTML-FormFu-Model-DBIC.spec
+++ b/perl-HTML-FormFu-Model-DBIC.spec
@@ -1,12 +1,11 @@
 Name:           perl-HTML-FormFu-Model-DBIC
 Summary:        Integrate HTML::FormFu with DBIx::Class
-Version:        0.06000
-Release:        2%{?dist}
+Version:        0.08002
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        
http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz
 
 URL:            http://search.cpan.org/dist/HTML-FormFu-Model-DBIC
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:      noarch
 
@@ -21,6 +20,7 @@ BuildRequires:  perl(SQL::Translator)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::MockObject)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(YAML::Syck)
 
 Requires:       perl(DBD::SQLite)
 Requires:       perl(DBIx::Class) >= 0.08108
@@ -45,8 +45,6 @@ Integrate your HTML::FormFu forms with a DBIx::Class model.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -56,9 +54,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes
@@ -66,6 +61,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Dec 09 2010 Iain Arnell <iarn...@gmail.com> 0.08002-1
+- update to latest upstream version
+- fixes FTBFS RHBZ#660763
+- clean up spec for modern rpmbuild
+
 * Sun May 02 2010 Marcela Maslanova <mmasl...@redhat.com> - 0.06000-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index cc90ff2..759c581 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f3c0a5c3c18f80da4bfa7e775275de3  HTML-FormFu-Model-DBIC-0.06000.tar.gz
+661bc794859c8f8c432e80b1904aad10  HTML-FormFu-Model-DBIC-0.08002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to