checked in
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=5
This commit is contained in:
parent
2b246c98a8
commit
5733320691
@ -3,13 +3,6 @@ Thu Aug 20 10:52:02 CEST 2009 - beineri@opensuse.org
|
|||||||
|
|
||||||
- remove KDE3 traces (bnc#531122), will add to kdelibs3 package
|
- remove KDE3 traces (bnc#531122), will add to kdelibs3 package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Aug 17 10:57:18 CEST 2009 - vuntz@novell.com
|
|
||||||
|
|
||||||
- Remove emacs-nox BuildRequires, and instead pass --with-lispdir
|
|
||||||
to configure to break a build loop.
|
|
||||||
- Update description.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 10 13:23:58 CET 2008 - sbrabec@suse.cz
|
Mon Mar 10 13:23:58 CET 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: desktop-file-utils
|
Name: desktop-file-utils
|
||||||
BuildRequires: glib2-devel pkg-config
|
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
|
||||||
@ -34,19 +34,25 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Utilities for Manipulating Desktop Files
|
Summary: Utilities for Manipulating Desktop Files
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This packages contains a couple of command line utilities for
|
Desktop-file-utils contains a couple of command line utilities for
|
||||||
working with desktop files.
|
working with desktop entries.
|
||||||
|
|
||||||
More information about desktop files can be found at:
|
Right now the only documentation is "desktop-file-install --help".
|
||||||
http://freedesktop.org/wiki/Specifications/desktop-entry-spec
|
desktop-file-validate takes a single argument, the file to validate.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Havoc Pennington <hp@redhat.com>
|
||||||
|
Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure
|
||||||
--with-lispdir=%{_datadir}/emacs/site-lisp
|
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -73,9 +79,6 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
# Own directories to not require emacs installed.
|
|
||||||
%dir %{_datadir}/emacs
|
|
||||||
%dir %{_datadir}/emacs/site-lisp
|
|
||||||
%{_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.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user