- Adjust to the new manpage location
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=25
This commit is contained in:
parent
82111c0d76
commit
03ead47211
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 07:44:29 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Adjust to the new manpage location
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 4 11:15:32 UTC 2015 - tchvatal@suse.com
|
Thu Jun 4 11:15:32 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -58,13 +58,13 @@ make -C utils/ %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -d -m 0755 %{buildroot}/%{_sbindir}/
|
install -d -m 0755 %{buildroot}/%{_sbindir}/
|
||||||
install -d -m 0755 %{buildroot}/%{_mandir}/man8/
|
install -d -m 0755 %{buildroot}/%{_mandir}/man1/
|
||||||
install -d -m 0755 %{buildroot}/%{_sysconfdir}/alternatives
|
install -d -m 0755 %{buildroot}/%{_sysconfdir}/alternatives
|
||||||
install -d -m 0755 %{buildroot}/%{admindir}/alternatives
|
install -d -m 0755 %{buildroot}/%{admindir}/alternatives
|
||||||
install -d -m 0755 %{buildroot}/%{_localstatedir}/log
|
install -d -m 0755 %{buildroot}/%{_localstatedir}/log
|
||||||
|
|
||||||
install -m 0755 utils/%{name} %{buildroot}/%{_sbindir}
|
install -m 0755 utils/%{name} %{buildroot}/%{_sbindir}
|
||||||
install -m 0644 man/%{name}.8 %{buildroot}/%{_mandir}/man8/
|
install -m 0644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/
|
||||||
|
|
||||||
touch %{buildroot}/%{_localstatedir}/log/%{name}.log
|
touch %{buildroot}/%{_localstatedir}/log/%{name}.log
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ touch %{buildroot}/%{_localstatedir}/log/%{name}.log
|
|||||||
%dir %{_sysconfdir}/alternatives
|
%dir %{_sysconfdir}/alternatives
|
||||||
%dir %{_localstatedir}/lib/rpm/alternatives
|
%dir %{_localstatedir}/lib/rpm/alternatives
|
||||||
%{_sbindir}/update-alternatives
|
%{_sbindir}/update-alternatives
|
||||||
%{_mandir}/man8/update-alternatives.8*
|
%{_mandir}/man1/update-alternatives.1*
|
||||||
%ghost %{_localstatedir}/log/update-alternatives.log
|
%ghost %{_localstatedir}/log/update-alternatives.log
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user