rpms/perl-Convert-BER/F-9 import.log, NONE, 1.1 perl-Convert-BER.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Thu Jul 24 00:13:26 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Convert-BER/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7958/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Convert-BER.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-Convert-BER-1_3101-2_el5:F-9:perl-Convert-BER-1.3101-2.el5.src.rpm:1216858220


--- NEW FILE perl-Convert-BER.spec ---
Name:           perl-Convert-BER
Version:        1.3101
Release:        2%{?dist}
Summary:        ASN.1 Basic Encoding Rules
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Convert-BER/
Source0:        http://archive.cpan.cz//authors/id/G/GB/GBARR/Convert-BER-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
Convert::BER provides an OO interface to encoding and decoding data using
the ASN.1 Basic Encoding Rules (BER), a platform independent way of
encoding structured binary data together with the structure.


%prep
%setup -q -n Convert-BER-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -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 ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Sun Jul 13 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 1.3101-2
- Specfile autogenerated by cpanspec 1.75.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Convert-BER/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2008 15:45:35 -0000	1.1
+++ .cvsignore	24 Jul 2008 00:12:41 -0000	1.2
@@ -0,0 +1 @@
+Convert-BER-1.3101.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Convert-BER/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2008 15:45:35 -0000	1.1
+++ sources	24 Jul 2008 00:12:41 -0000	1.2
@@ -0,0 +1 @@
+00fd5e5a98d4194da0e980186cba6292  Convert-BER-1.3101.tar.gz




More information about the fedora-extras-commits mailing list