templates/standard: devel package does not exist: fix calls of the rpm scriplets
This commit is contained in:
parent
1d2c39f52c
commit
18548f2e30
@ -35,6 +35,10 @@ Changes in version 1.8.1
|
|||||||
if the devel package is not provided by the template.
|
if the devel package is not provided by the template.
|
||||||
(Pointed out by Silvan Calarco)
|
(Pointed out by Silvan Calarco)
|
||||||
|
|
||||||
|
+ bugfix
|
||||||
|
* templates/standard - Davide Madrisan:
|
||||||
|
Devel package does not exist: fix calls of the rpm scriplets.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.8.0
|
Changes in version 1.8.0
|
||||||
|
@ -56,12 +56,12 @@ This package includes the %{name} API documentation.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@if:infopages
|
@if:infopages
|
||||||
%post devel
|
%post
|
||||||
## modify the infopage name as required
|
## modify the infopage name as required
|
||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%preun devel
|
%preun
|
||||||
## modify the infopage name as required
|
## modify the infopage name as required
|
||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user