Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
79300c049f
commit
75bcd236e2
1 changed files with 5 additions and 13 deletions
18
angrydd.spec
18
angrydd.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: angrydd
|
||||
Version: 1.0.1
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: Falling blocks game
|
||||
|
||||
Group: Amusements/Games
|
||||
|
|
@ -49,17 +49,6 @@ desktop-file-install \
|
|||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
%{SOURCE3}
|
||||
|
||||
%post
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
|
||||
%postun
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
|
@ -72,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-17
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
|
@ -116,4 +108,4 @@ rm -rf $RPM_BUILD_ROOT
|
|||
* Sun Jul 15 2007 Rafał Psota <rafalzaq@gmail.com> 1.0.1-2
|
||||
- fixed typo in .desktop
|
||||
* Sun May 27 2007 Rafał Psota <rafalzaq@gmail.com> 1.0.1-1
|
||||
- initial Fedora package
|
||||
- initial Fedora package
|
||||
|
|
|
|||
Reference in a new issue