Add missing build dependency and installed files in rpmbuild spec file (#140)
* Add missing build dependency and installed files in rpmbuild spec file * Remove unrequired fish shell build dependency
This commit is contained in:

committed by
GitHub

parent
04e59cbc41
commit
440ca813c7
@@ -21,6 +21,7 @@ BuildRequires: libgee-devel >= 0.20
|
|||||||
BuildRequires: json-glib-devel >= 1.0
|
BuildRequires: json-glib-devel >= 1.0
|
||||||
BuildRequires: libhandy-devel >= 1.4.0
|
BuildRequires: libhandy-devel >= 1.4.0
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: scdoc
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -47,6 +48,7 @@ A simple notification daemon with a GTK gui for notifications and the control ce
|
|||||||
%{_bindir}/swaync-client
|
%{_bindir}/swaync-client
|
||||||
%{_bindir}/swaync
|
%{_bindir}/swaync
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%{_sysconfdir}/xdg/swaync/configSchema.json
|
||||||
%{_sysconfdir}/xdg/swaync/config.json
|
%{_sysconfdir}/xdg/swaync/config.json
|
||||||
%{_sysconfdir}/xdg/swaync/style.css
|
%{_sysconfdir}/xdg/swaync/style.css
|
||||||
%{_userunitdir}/swaync.service
|
%{_userunitdir}/swaync.service
|
||||||
@@ -63,6 +65,10 @@ A simple notification daemon with a GTK gui for notifications and the control ce
|
|||||||
%dir %{_datadir}/zsh/site-functions
|
%dir %{_datadir}/zsh/site-functions
|
||||||
%{_datadir}/zsh/site-functions/_swaync
|
%{_datadir}/zsh/site-functions/_swaync
|
||||||
%{_datadir}/zsh/site-functions/_swaync-client
|
%{_datadir}/zsh/site-functions/_swaync-client
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.erikreider.swaync.gschema.xml
|
||||||
|
%{_mandir}/man1/swaync-client.1.gz
|
||||||
|
%{_mandir}/man1/swaync.1.gz
|
||||||
|
%{_mandir}/man5/swaync.5.gz
|
||||||
|
|
||||||
# Changelog will be empty until you make first annotated Git tag.
|
# Changelog will be empty until you make first annotated Git tag.
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user