Update to 3.26.0
Remove obsolete scriptlets
This commit is contained in:
parent
4b822e699c
commit
050cf23470
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ metacity-2.30.0.tar.bz2
|
||||
/metacity-3.12.0.tar.xz
|
||||
/metacity-3.25.1.tar.xz
|
||||
/metacity-3.25.2.tar.xz
|
||||
/metacity-3.26.0.tar.xz
|
||||
|
@ -1,9 +1,9 @@
|
||||
Summary: Unobtrusive window manager
|
||||
Name: metacity
|
||||
Version: 3.25.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.26.0
|
||||
Release: 1%{?dist}
|
||||
URL: http://download.gnome.org/sources/metacity/
|
||||
Source0: http://download.gnome.org/sources/metacity/3.25/metacity-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/metacity/3.26/metacity-%{version}.tar.xz
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
|
||||
#Patch4: stop-spamming-xsession-errors.patch
|
||||
@ -107,14 +107,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%posttrans
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
fi
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd rationales.txt
|
||||
@ -139,6 +132,10 @@ fi
|
||||
%{_mandir}/man1/metacity-window-demo.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon Nov 13 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (metacity-3.25.2.tar.xz) = e0d1fe4473c36ff266670c039f8064e52316054ae26d18ac47f1bf5d4e2c304db81dc2ea00e6ffccbbc0f2b6d4b90f98c8d44a4bb9d12871d3ef01e97bccd696
|
||||
SHA512 (metacity-3.26.0.tar.xz) = 7b69cd760807c957797efff409a8bed0e5c1d732098fd2e2d382dc48768d2ccf05be73272ecd2aeea34ebb39dd47fb90eaeee01d9c81f09be4949793d54df8d7
|
||||
|
Loading…
Reference in New Issue
Block a user