This commit is contained in:
parent
27e4d105f0
commit
c4a9a1495a
11
liblxqt.spec
11
liblxqt.spec
@ -53,6 +53,7 @@ Summary: LXQt core library
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}-lang
|
||||
Provides: liblxqt
|
||||
Recommends: %{name} >= %{version}
|
||||
|
||||
%description -n liblxqt1
|
||||
liblxqt represents the core library of LXQt providing essential
|
||||
@ -87,16 +88,18 @@ applications that want to make use of liblxqt.
|
||||
%post -n liblxqt1 -p /sbin/ldconfig
|
||||
%postun -n liblxqt1 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%{_datadir}/lxqt/power.conf
|
||||
%{_bindir}/lxqt-backlight_backend
|
||||
%dir %{_datadir}/polkit-1/
|
||||
%{_datadir}/polkit-1/actions/
|
||||
|
||||
%files -n liblxqt1
|
||||
%license COPYING
|
||||
%doc AUTHORS
|
||||
%{_libdir}/%{name}.so.?
|
||||
%{_libdir}/%{name}.so.?.*
|
||||
%dir %{_datadir}/lxqt/
|
||||
%{_datadir}/lxqt/power.conf
|
||||
%{_bindir}/lxqt-backlight_backend
|
||||
%dir %{_datadir}/polkit-1/
|
||||
%{_datadir}/polkit-1/actions/
|
||||
|
||||
%files devel
|
||||
%{_includedir}/lxqt/
|
||||
|
Loading…
Reference in New Issue
Block a user