fix startup
This commit is contained in:
parent
27eab08aaa
commit
3d33e50740
11
gedit.spec
11
gedit.spec
@ -18,7 +18,7 @@
|
||||
Summary: gEdit is a small but powerful text editor for GNOME
|
||||
Name: gedit
|
||||
Version: 2.23.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Editors
|
||||
@ -119,8 +119,8 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||
|
||||
desktop-file-install --vendor gnome --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
desktop-file-install --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||
|
||||
## clean up all the static libs for plugins (workaround for no -module)
|
||||
@ -173,7 +173,7 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%doc README COPYING AUTHORS
|
||||
%{_datadir}/gedit-2
|
||||
%{_datadir}/applications/gnome-gedit.desktop
|
||||
%{_datadir}/applications/gedit.desktop
|
||||
%{_mandir}/man1/*
|
||||
%{_libdir}/gedit-2
|
||||
%{_libexecdir}/gedit-2
|
||||
@ -189,6 +189,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-2
|
||||
- Finally drop the vendor prefix, since it broke things again
|
||||
|
||||
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-1
|
||||
- Update to 2.23.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user