rpms/perl-Convert-Binary-C/FC-5 perl-Convert-Binary-C.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Fri Mar 30 01:44:36 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/perl-Convert-Binary-C/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2769/FC-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Convert-Binary-C.spec 
Log Message:
auto-import perl-Convert-Binary-C-0.67-3 on branch FC-5 from perl-Convert-Binary-C-0.67-3.src.rpm


--- NEW FILE perl-Convert-Binary-C.spec ---
Name:           perl-Convert-Binary-C
Version:        0.67
Release:        3%{?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)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Convert::Binary::C is a preprocessor and parser for C type definitions. It
is highly configurable and supports arbitrarily complex data structures.
Its object-oriented interface has pack and unpack methods that act as
replacements for Perl's pack and unpack and allow to use C types instead of
a string representation of the data structure for conversion of binary data
from and to Perl's complex data structures.

%prep
%setup -q -n Convert-Binary-C-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%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 {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{_bindir}/*
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Convert*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Thu Mar 29 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.67-3
- Add BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)

* Tue Mar 27 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.67-2
- Add perl(ExtUtils::MakeMaker) BR.

* Fri Mar 23 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.67-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2007 01:14:08 -0000	1.1
+++ .cvsignore	30 Mar 2007 01:44:03 -0000	1.2
@@ -0,0 +1 @@
+Convert-Binary-C-0.67.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2007 01:14:08 -0000	1.1
+++ sources	30 Mar 2007 01:44:03 -0000	1.2
@@ -0,0 +1 @@
+d65ad3585adaa0a3a1267e25aebc8b37  Convert-Binary-C-0.67.tar.gz




More information about the scm-commits mailing list