Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc22b08ddc |
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Name: dissy
|
Name: dissy
|
||||||
Version: 10
|
Version: 10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Graphical frontend to the objdump disassembler
|
Summary: Graphical frontend to the objdump disassembler
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://code.google.com/p/dissy
|
URL: http://code.google.com/p/dissy
|
||||||
|
|
@ -9,8 +9,8 @@ Source1: dissy.desktop
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: python2-devel python-setuptools
|
BuildRequires: python2-devel python-setuptools
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: pygtk2
|
|
||||||
Requires: pygobject2
|
Requires: pygobject2
|
||||||
|
Requires: pywebkitgtk
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -48,6 +48,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1}
|
||||||
%{python_sitelib}/%{name}-%{version}-py2.7.egg-info
|
%{python_sitelib}/%{name}-%{version}-py2.7.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 17 2015 Adrien Vergé <adrienverge@gmail.com> - 10-2
|
||||||
|
- Fix broken dependencies
|
||||||
|
|
||||||
* Thu Aug 15 2013 Christopher Meng <rpm@cicku.me> - 10-1
|
* Thu Aug 15 2013 Christopher Meng <rpm@cicku.me> - 10-1
|
||||||
- SPEC Cleanup.
|
- SPEC Cleanup.
|
||||||
- Update to latest version and drop the old patch.
|
- Update to latest version and drop the old patch.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue