!18 sync 22.03-LTS-SP2 to2203-SP3
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
92c050e2d1
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: redshift
|
Name: redshift
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 4
|
Release: 6
|
||||||
Summary: Adjusts the color temperature of your screen according to time of day
|
Summary: Adjusts the color temperature of your screen according to time of day
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
|
||||||
@ -76,17 +76,19 @@ autopoint -f && AUTOPOINT="intltoolize --automake --copy" autoreconf -f -i
|
|||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
|
||||||
|
|
||||||
|
|
||||||
%post -n %{name}-gtk
|
%post -n %{name}-gtk
|
||||||
%systemd_user_post %{name}-gtk.service
|
%systemd_user_post %{name}-gtk.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_user_post %{name}.service
|
%systemd_user_post %{name}.service
|
||||||
|
|
||||||
%preun -n %{name}-gtk
|
%preun -n %{name}-gtk
|
||||||
%systemd_user_preun %{name}-gtk.service
|
%systemd_user_preun %{name}-gtk.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_user_preun %{name}.service
|
%systemd_user_preun %{name}.service
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc DESIGN CONTRIBUTING.md NEWS NEWS.md README README-colorramp README.md redshift.conf.sample
|
%doc DESIGN CONTRIBUTING.md NEWS NEWS.md README README-colorramp README.md redshift.conf.sample
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -108,8 +110,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
|
|||||||
%{_userunitdir}/%{name}-gtk.service
|
%{_userunitdir}/%{name}-gtk.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 08 2022 tanyulong <tanyulong@kylinos.cn> - 1.12-4
|
* Tue Aug 09 2022 peijiankang <peijiankang@kylinos.cn> - 1.12-6
|
||||||
- add %post -n %{name}-gtk ;%preun -n %{name}-gtk to spec file
|
- fix the problem of remove redshift-gtk.service
|
||||||
|
|
||||||
|
* Tue Mar 08 2022 tanyulong <tanyulong@kylinos.cn> - 1.12-5
|
||||||
|
- fix Failed to start redshift-gtk.service
|
||||||
|
|
||||||
|
* Mon Dec 13 2021 liweigang <liweiganga@uniontech.com> - 1.12-4
|
||||||
|
- delete %dist
|
||||||
|
|
||||||
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 1.12-3
|
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 1.12-3
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user