Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Mario Blättermann
3dab4c26c1 Initial commit 2013-09-10 20:15:08 +02:00
3 changed files with 58 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/sfbm-0.7.tar.gz

56
sfbm.spec Normal file
View file

@ -0,0 +1,56 @@
Name: sfbm
Version: 0.7
Release: 1%{?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: python2-devel
BuildRequires: desktop-file-utils
Requires: pyxdg
Requires: 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
%{__python} setup.py build
%install
%{__python} 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
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py2.7.egg-info
%changelog
* Tue Aug 27 2013 Mario Blättermann <mariobl@fedoraproject.org> - 0.7-1
- Initial package

View file

@ -0,0 +1 @@
fe1a3e50e29f5058f88abb2a8a6609e2 sfbm-0.7.tar.gz