Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Till Maas
da114fff77 2015-12-06: Retired orphaned package, because it was orphaned for
more than six weeks.
2015-12-06 16:55:59 +01:00
547b1da058 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 18:07:57 +00:00
Dennis Gilmore
af8b8d2761 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 00:42:18 +00:00
Mario Blättermann
6911497f57 Fix the %doc line 2014-12-30 11:44:33 +01:00
Mario Blättermann
5d6379db08 Use the %%license macro 2014-12-30 11:43:04 +01:00
4 changed files with 3 additions and 67 deletions

1
.gitignore vendored
View file

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

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2015-12-06: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -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

View file

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