Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da114fff77 | ||
| 547b1da058 | |||
|
|
af8b8d2761 | ||
|
|
6911497f57 | ||
|
|
5d6379db08 |
4 changed files with 3 additions and 67 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/sfbm-0.7.tar.gz
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2015-12-06: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
65
sfbm.spec
65
sfbm.spec
|
|
@ -1,65 +0,0 @@
|
|||
Name: sfbm
|
||||
Version: 0.7
|
||||
Release: 4%{?dist}
|
||||
Summary: Simple file browser in the form of a menu
|
||||
|
||||
License: GPLv3
|
||||
URL: https://github.com/kahu/%{name}
|
||||
Source0: https://github.com/downloads/kahu/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: python3-pyxdg
|
||||
Requires: python3-PyQt4
|
||||
|
||||
%description
|
||||
SFBM is a simple file browser that lives in the systray.
|
||||
|
||||
Features:
|
||||
|
||||
Browse the local file system.
|
||||
Open files by clicking on them. (!)
|
||||
Open a directory in your file manager by middle-clicking on the folder,
|
||||
or a file in it.
|
||||
Or do the same thing by double-clicking on a folder.
|
||||
Drag and drop from the menu, but not to it.
|
||||
A mostly useless context menu. Right-click.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-21-ge04ce4d
|
||||
|
||||
|
||||
%build
|
||||
%{__python3} setup.py build
|
||||
|
||||
|
||||
%install
|
||||
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README README.md
|
||||
%{_bindir}/stupid-file-browser-menu
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.svg
|
||||
%{python3_sitelib}/%{name}
|
||||
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 29 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
||||
|
||||
* Thu Dec 26 2013 Mario Blättermann <mariobl@fedoraproject.org> - 0.7-2
|
||||
- Switch from Python 2 to 3
|
||||
|
||||
* Tue Aug 27 2013 Mario Blättermann <mariobl@fedoraproject.org> - 0.7-1
|
||||
- Initial package
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
fe1a3e50e29f5058f88abb2a8a6609e2 sfbm-0.7.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue