- 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:
Tomáš Chvátal 2015-06-05 07:44:43 +00:00 committed by Git OBS Bridge
parent 82111c0d76
commit 03ead47211
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -58,13 +58,13 @@ make -C utils/ %{?_smp_mflags}
%install
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}/%{admindir}/alternatives
install -d -m 0755 %{buildroot}/%{_localstatedir}/log
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
@ -74,7 +74,7 @@ touch %{buildroot}/%{_localstatedir}/log/%{name}.log
%dir %{_sysconfdir}/alternatives
%dir %{_localstatedir}/lib/rpm/alternatives
%{_sbindir}/update-alternatives
%{_mandir}/man8/update-alternatives.8*
%{_mandir}/man1/update-alternatives.1*
%ghost %{_localstatedir}/log/update-alternatives.log
%changelog