Skip to content

Commit

Permalink
Added missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxc0re committed Mar 30, 2017
1 parent d722c64 commit 5dd5b6b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
1 change: 0 additions & 1 deletion pkg/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN dnf install -y gcc-c++ cmake make \
adobe-source-sans-pro-fonts \
adobe-source-code-pro-fonts \
fedora-packager \
fedora-review \
rustc \
cargo

Expand Down
26 changes: 20 additions & 6 deletions pkg/fedora/panopticon.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Name: panopticon
Version: master
Release: 1%{?dist}
Summary: A libre cross-platform disassembler
Name: panopticon
Version: master
Release: 1%{?dist}
Summary: A libre cross-platform disassembler
URL: http://panopticon.re
License: GPLv3

License: GPLv3
Source0: https://github.com/das-labor/panopticon/archive/%{version}.tar.gz
Source0: https://github.com/das-labor/panopticon/archive/%{version}.tar.gz

BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: make
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qtquickcontrols
BuildRequires: qt5-qtgraphicaleffects
BuildRequires: qt5-qtsvg-devel
BuildRequires: rustc
BuildRequires: cargo

Requires: adobe-source-sans-pro-fonts
Requires: adobe-source-code-pro-fonts

%description
Panopticon is a cross platform disassembler for reverse engineering written in
Expand Down

0 comments on commit 5dd5b6b

Please sign in to comment.