Name: perl-Parse-Evtx Version: 1.1.1 Release: 1 Summary: Windows Event Log parsing library and tools License: GPLv2+ URL: http://computer.forensikblog.de/files/evtx/ Source0: http://computer.forensikblog.de/files/evtx/Parse-Evtx-%{version}.zip BuildArch: noarch BuildRequires: perl(Carp::Assert) BuildRequires: perl(Data::Hexify) BuildRequires: perl(DateTime) BuildRequires: perl(Digest::CRC) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: dos2unix %description This is a Perl library and some tools for decoding the Windows Event Log from all versions of Windows >= Vista. %prep %setup -q -n Parse-Evtx-%{version} # Fix line-endings for some files that we include in the documentation. dos2unix -- gpl-2.0.txt README.txt %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + %{_fixperms} %{buildroot}/* %check make test %files %doc CHANGELOG.txt gpl-2.0.txt README.txt %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %{_bindir}/evtx*.pl %changelog * Sat Jun 14 2014 - Richard W.M. Jones - 1.1.1-1 - Initial Fedora package.