Accepting request 137280 from home:gregfreemyer:Tools-for-forensic-boot-cd

OBS-URL: https://build.opensuse.org/request/show/137280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2012-10-08 09:24:12 +00:00 committed by Git OBS Bridge
parent 7dacdb6b30
commit 24043aab72
3 changed files with 7337 additions and 7333 deletions

14662
UserDB.TXT

File diff suppressed because it is too large Load Diff

View File

@ -3,4 +3,5 @@ Fri Sep 21 20:49:38 UTC 2012 - Greg.Freemyer@gmail.com
- initial package
- v1.2.10
- call dos2unix on a couple text files that have dos line endings

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pefile
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,6 +25,7 @@ Group: Development/Libraries/Python
Source0: pefile-1.2.10-121.tar.gz
Source1: http://reverse-engineering-scripts.googlecode.com/files/UserDB.TXT
BuildRequires: python-devel
BuildRequires: dos2unix
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -38,6 +39,8 @@ PEFILE is a python module that is often used in malware analysis. (Replace this
%prep
%setup -q -n pefile-1.2.10-121
cp %{SOURCE1} .
dos2unix COPYING
dos2unix %{SOURCE1}
%build
@ -48,6 +51,6 @@ python setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm=INS
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc UserDB.TXT
%doc UserDB.TXT COPYING README PKG-INFO
%changelog