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:
parent
7dacdb6b30
commit
24043aab72
14662
UserDB.TXT
14662
UserDB.TXT
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user