move profile script from /etc/xprofile.d to /etc/profile.d [release 1.1.1-2mamba;Thu May 19 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 19:35:59 +01:00
parent ecbd656bfa
commit 9c4baf9e3e

View File

@ -1,7 +1,7 @@
%define pkgver %(echo %version | tr _ -)
Name: xdg-utils
Version: 1.1.1
Release: 1mamba
Release: 2mamba
Summary: Scripts providing desktop integration functions for any Free Desktop
Group: System/Configuration
Vendor: openmamba
@ -44,14 +44,14 @@ The following tools are included in xdg-utils 1.0:
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xprofile.d/xdg.sh
install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/xdg.sh
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/xprofile.d/xdg.sh
%{_sysconfdir}/profile.d/xdg.sh
%{_bindir}/xdg-desktop-icon
%{_bindir}/xdg-desktop-menu
%{_bindir}/xdg-email
@ -60,7 +60,7 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xprofile.d/xdg.sh
%{_bindir}/xdg-open
%{_bindir}/xdg-screensaver
%{_bindir}/xdg-settings
%{_mandir}/man1/xdg-settings.1.gz
%{_mandir}/man1/xdg-settings.1*
%{_mandir}/man1/xdg-desktop-icon.*
%{_mandir}/man1/xdg-desktop-menu.*
%{_mandir}/man1/xdg-email.*
@ -68,9 +68,13 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xprofile.d/xdg.sh
%{_mandir}/man1/xdg-mime.*
%{_mandir}/man1/xdg-open.*
%{_mandir}/man1/xdg-screensaver.*
%doc ChangeLog LICENSE README RELEASE_NOTES TODO
%doc ChangeLog LICENSE
#README RELEASE_NOTES TODO
%changelog
* Thu May 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
- move profile script from /etc/xprofile.d to /etc/profile.d
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
- update to 1.1.1