forked from pool/desktop-file-utils
Accepting request 18328 from X11:common:Factory
Copy from X11:common:Factory/desktop-file-utils based on submit request 18328 from user Beineri OBS-URL: https://build.opensuse.org/request/show/18328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/desktop-file-utils?expand=0&rev=14
This commit is contained in:
parent
78341c4d90
commit
3e3fc2db35
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 10:52:02 CEST 2009 - beineri@opensuse.org
|
||||||
|
|
||||||
|
- remove KDE3 traces (bnc#531122), will add to kdelibs3 package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 10 13:23:58 CET 2008 - sbrabec@suse.cz
|
Mon Mar 10 13:23:58 CET 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: emacs-nox glib2-devel pkg-config
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Version: 0.15
|
Version: 0.15
|
||||||
Release: 82
|
Release: 83
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: SuSEconfig.desktop-file-utils
|
Source1: SuSEconfig.desktop-file-utils
|
||||||
Patch: desktop-file-utils-suse-keys.patch
|
Patch: desktop-file-utils-suse-keys.patch
|
||||||
@ -62,10 +62,6 @@ install %{S:1} $RPM_BUILD_ROOT/sbin/conf.d
|
|||||||
# Create ghosts based on default $XDG_DATA_DIRS:
|
# Create ghosts based on default $XDG_DATA_DIRS:
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/applications
|
mkdir -p $RPM_BUILD_ROOT/usr/share/applications
|
||||||
touch $RPM_BUILD_ROOT/usr/share/applications/mimeinfo.cache
|
touch $RPM_BUILD_ROOT/usr/share/applications/mimeinfo.cache
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/opt/kde3/share/applications
|
|
||||||
touch $RPM_BUILD_ROOT/etc/opt/kde3/share/applications/mimeinfo.cache
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/applications
|
|
||||||
touch $RPM_BUILD_ROOT/opt/kde3/share/applications/mimeinfo.cache
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -86,100 +82,5 @@ fi
|
|||||||
%{_datadir}/emacs/site-lisp/*.el*
|
%{_datadir}/emacs/site-lisp/*.el*
|
||||||
%ghost %{_datadir}/applications/mimeinfo.cache
|
%ghost %{_datadir}/applications/mimeinfo.cache
|
||||||
/sbin/conf.d/SuSEconfig.*
|
/sbin/conf.d/SuSEconfig.*
|
||||||
# Own directories to not require KDE installed.
|
|
||||||
%dir /etc/opt/kde3
|
|
||||||
%dir /etc/opt/kde3/share
|
|
||||||
%dir /etc/opt/kde3/share/applications
|
|
||||||
%ghost /etc/opt/kde3/share/applications/mimeinfo.cache
|
|
||||||
# Own directories to not require KDE installed.
|
|
||||||
%dir /opt/kde3
|
|
||||||
%dir /opt/kde3/share
|
|
||||||
%dir /opt/kde3/share/applications
|
|
||||||
%ghost /opt/kde3/share/applications/mimeinfo.cache
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 10 2008 sbrabec@suse.cz
|
|
||||||
- Updated to version 0.15:
|
|
||||||
* make the extension check for Icon key a warning instead of an
|
|
||||||
error for now
|
|
||||||
* Fix a crash in update-desktop-database when there's no group
|
|
||||||
* Fix a crash in the validator happening for very small lines
|
|
||||||
* Mon Oct 29 2007 dmueller@suse.de
|
|
||||||
- update to 0.14:
|
|
||||||
o make desktop-file-install print an error when trying to install a
|
|
||||||
non-existing desktop file, or a desktop file that can't be read (Vincent)
|
|
||||||
o make the validator check the content of the Icon key (Vincent)
|
|
||||||
o make the validator accept X-Foo as a valid environment (this was added to
|
|
||||||
the spec) (Stanislav Brabec, Vincent)
|
|
||||||
o really handle the -m command line argument for desktop-file-install
|
|
||||||
(Matthias Clasen)
|
|
||||||
o make desktop-file-install accept as one valid argument multiple
|
|
||||||
categories/only-show-in/mime-types values. Now --add-category="GNOME;GTK"
|
|
||||||
works as expected. (Vincent)
|
|
||||||
o make desktop-file-install validate the created desktop file before removing
|
|
||||||
the original file, and unlink it if it's not valid (Vincent)
|
|
||||||
o code cleanups for desktop-file-install (Vincent)
|
|
||||||
* Wed Sep 12 2007 coolo@suse.de
|
|
||||||
- don't require path names
|
|
||||||
* Thu Jul 12 2007 dmueller@suse.de
|
|
||||||
- allow X-SUSE in OnlyShowIn
|
|
||||||
* Tue Jun 05 2007 sbrabec@suse.cz
|
|
||||||
- Updated to version 0.13:
|
|
||||||
* rewrite validator, and update it for desktop entry specification 1.0.
|
|
||||||
The validator should be stricter and report more useful messages.
|
|
||||||
* add --warn-kde and --no-warn-deprecated command line options to
|
|
||||||
desktop-file-validate
|
|
||||||
* port desktop-file-install to GKeyFile
|
|
||||||
* don't require --vendor for desktop-file-install
|
|
||||||
* some general module cleanup
|
|
||||||
* Wed May 02 2007 dmueller@suse.de
|
|
||||||
- add patch to validate suse keys
|
|
||||||
* Fri Apr 27 2007 sbrabec@suse.cz
|
|
||||||
- Fixed invalid error for missing "Encoding" (Freedesktop#10093).
|
|
||||||
* Thu Apr 19 2007 sbrabec@suse.cz
|
|
||||||
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
|
|
||||||
* Fri Feb 23 2007 sbrabec@suse.cz
|
|
||||||
- Updated to version 0.12:
|
|
||||||
* improves category validation code to not catch false positives
|
|
||||||
* make category validation code non-fatal
|
|
||||||
* fix mem leaks and double frees
|
|
||||||
* Mon Jan 15 2007 sbrabec@suse.cz
|
|
||||||
- Spec file cleanup.
|
|
||||||
- Fixed path in SuSEconfig.desktop-file-utils.
|
|
||||||
* Mon Jan 08 2007 ro@suse.de
|
|
||||||
- GNOME moved to /usr
|
|
||||||
* Fri Oct 20 2006 sbrabec@suse.cz
|
|
||||||
- Updated to version 0.11:
|
|
||||||
* Validate desktop file categories.
|
|
||||||
* Use GKeyFile instead of the old egg code in
|
|
||||||
update-desktop-database.
|
|
||||||
* Use GOption instead of popt.
|
|
||||||
* Fix grammar problem in one of the strings.
|
|
||||||
* NULL terminate search patch in update-desktop-database.
|
|
||||||
* Fix language to encoding mapping to match spec.
|
|
||||||
* Sat Feb 25 2006 aj@suse.de
|
|
||||||
- Reduce BuildRequires.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Thu Mar 17 2005 sbrabec@suse.cz
|
|
||||||
- Explicitly require /etc/profile.d/xdg-enviroment.sh.
|
|
||||||
* Wed Mar 16 2005 sbrabec@suse.cz
|
|
||||||
- Ensure, that $XDG_DATA_DIRS is defined in
|
|
||||||
SuSEconfig.desktop-file-utils (#71978).
|
|
||||||
* Sun Feb 27 2005 ro@suse.de
|
|
||||||
- try to fix postun script
|
|
||||||
* Fri Feb 25 2005 sbrabec@suse.cz
|
|
||||||
- Added SuSEconfig.desktop-file-utils (#66605).
|
|
||||||
* Thu Jan 06 2005 sbrabec@suse.cz
|
|
||||||
- Updated to version 0.10.
|
|
||||||
* Tue Aug 24 2004 sbrabec@suse.cz
|
|
||||||
- Updated to version 0.7.
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- build as user
|
|
||||||
* Thu Aug 07 2003 sbrabec@suse.cz
|
|
||||||
- Updated to actual CVS snapshot.
|
|
||||||
- Prefix changed to /opt/gnome (now depends on gnome-vfs).
|
|
||||||
* Tue Jul 29 2003 ro@suse.de
|
|
||||||
- added gnome-filesystem to neededforbuild
|
|
||||||
* Mon Jun 02 2003 sbrabec@suse.cz
|
|
||||||
- Initial SuSE package.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user