Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
3f9ed9c7ec
commit
f2f35194a5
19
fltk.spec
19
fltk.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: C++ user interface toolkit
|
Summary: C++ user interface toolkit
|
||||||
Name: fltk
|
Name: fltk
|
||||||
Version: 1.3.4
|
Version: 1.3.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
||||||
License: LGPLv2+ with exceptions
|
License: LGPLv2+ with exceptions
|
||||||
@ -164,20 +164,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/fluid.desktop
|
|||||||
%{_libdir}/libfltk_gl.a
|
%{_libdir}/libfltk_gl.a
|
||||||
%{_libdir}/libfltk_images.a
|
%{_libdir}/libfltk_images.a
|
||||||
|
|
||||||
%post fluid
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
||||||
|
|
||||||
%postun fluid
|
|
||||||
if [ $1 -eq 0 ] ; then
|
|
||||||
update-desktop-database -q &> /dev/null
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null
|
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%posttrans fluid
|
|
||||||
update-desktop-database -q &> /dev/null
|
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
||||||
|
|
||||||
%files fluid
|
%files fluid
|
||||||
%{_bindir}/fluid
|
%{_bindir}/fluid
|
||||||
%{_mandir}/man1/fluid.1*
|
%{_mandir}/man1/fluid.1*
|
||||||
@ -186,6 +172,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.4-4
|
||||||
|
- Remove obsolete scriptlets
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-3
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user