[perl-Convert-Binary-C] update to 0.76 (fixes FTBFS)

Iain Arnell iarnell at fedoraproject.org
Tue Jun 21 03:14:45 UTC 2011


commit a1c75bb667f28f9b1f964860217f0e2974352ed5
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Jun 21 05:14:20 2011 +0200

    update to 0.76 (fixes FTBFS)

 .gitignore                 |    1 +
 perl-Convert-Binary-C.spec |   15 ++++++---------
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2734b76..6d81ece 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Convert-Binary-C-0.74.tar.gz
+/Convert-Binary-C-0.76.tar.gz
diff --git a/perl-Convert-Binary-C.spec b/perl-Convert-Binary-C.spec
index d75ecaf..d988eea 100644
--- a/perl-Convert-Binary-C.spec
+++ b/perl-Convert-Binary-C.spec
@@ -1,12 +1,11 @@
 Name:           perl-Convert-Binary-C
-Version:        0.74
-Release:        7%{?dist}
+Version:        0.76
+Release:        1%{?dist}
 Summary:        Binary data conversion using C types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Convert-Binary-C/
 Source0:        http://www.cpan.org/modules/by-module/Convert/Convert-Binary-C-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -28,8 +27,6 @@ from and to Perl's complex data structures.
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -41,11 +38,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{_bindir}/*
 %{perl_vendorarch}/auto/*
@@ -54,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 21 2011 Iain Arnell <iarnell at gmail.com> 0.76-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.74-7
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 4f6e527..0ba56a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-164ce4e87a5d54945ef21c28fab6d10f  Convert-Binary-C-0.74.tar.gz
+84c495dcba9e3f0a164bb66259f6ab70  Convert-Binary-C-0.76.tar.gz


More information about the scm-commits mailing list