]> git.pld-linux.org Git - packages/ulauncher.git/blame - ulauncher.spec
Release 4 (by relup.sh)
[packages/ulauncher.git] / ulauncher.spec
CommitLineData
ec4ed528
JP
1Summary: Linux Application Launcher
2Name: ulauncher
3Version: 5.8.0
dd6fe7b9 4Release: 4
ec4ed528
JP
5License: GPL v3+
6Group: X11/Applications
7Source0: https://github.com/Ulauncher/Ulauncher/releases/download/%{version}/%{name}_%{version}.tar.gz
8# Source0-md5: 49599615189481e06973e1c59fc9ff5c
9URL: https://ulauncher.io
10BuildRequires: python3-distutils-extra
11BuildRequires: python3-modules
12BuildRequires: rpm-pythonprov
13BuildRequires: rpmbuild(macros) >= 1.714
14Requires(post,postun): desktop-file-utils
15Requires(post,postun): gtk-update-icon-cache
16Requires: gdk-pixbuf2
17Requires: glib2
18Requires: gtk+3
19Requires: gtk-webkit4
20Requires: keybinder3
21Requires: libappindicator-gtk3
22Requires: libnotify
23Requires: python3-Levenshtein
24Requires: python3-dbus
25Requires: python3-pyinotify
26Requires: python3-pyxdg
27Requires: python3-websocket-client
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32Ulauncher is a fast application launcher for Linux. It's is written in
33Python, using GTK+.
34
35%prep
36%setup -q -n %{name}
37
38# no py3_build: DistutilsExtra does not like being built twice
39# and py3_install invokes build too
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%py3_install
45
46%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/ulauncher
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%post
52%update_icon_cache hicolor
53%update_desktop_database_post
54
55%postun
56%update_icon_cache hicolor
57%update_desktop_database_postun
58
59%files
60%defattr(644,root,root,755)
61%doc AUTHORS README.md
62%attr(755,root,root) %{_bindir}/ulauncher
63%attr(755,root,root) %{_bindir}/ulauncher-toggle
64%{_datadir}/ulauncher
65%{_desktopdir}/ulauncher.desktop
66%{_iconsdir}/hicolor/scalable/apps/ulauncher.svg
67%{_iconsdir}/hicolor/scalable/apps/ulauncher-indicator.svg
68%{py3_sitescriptdir}/ulauncher
69%{py3_sitescriptdir}/ulauncher-*-py*.egg-info
This page took 0.08126 seconds and 4 git commands to generate.