forked from pool/desktop-file-utils
Copy from home:vuntz:branches:X11:common:Factory/desktop-file-utils via accept of submit request 18001
Request was accepted with message: OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=4
This commit is contained in:
parent
3e3fc2db35
commit
2b246c98a8
@ -3,6 +3,13 @@ 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: emacs-nox glib2-devel pkg-config
|
BuildRequires: 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,25 +34,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Utilities for Manipulating Desktop Files
|
Summary: Utilities for Manipulating Desktop Files
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Desktop-file-utils contains a couple of command line utilities for
|
This packages contains a couple of command line utilities for
|
||||||
working with desktop entries.
|
working with desktop files.
|
||||||
|
|
||||||
Right now the only documentation is "desktop-file-install --help".
|
More information about desktop files can be found at:
|
||||||
desktop-file-validate takes a single argument, the file to validate.
|
http://freedesktop.org/wiki/Specifications/desktop-entry-spec
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
@ -79,6 +73,9 @@ 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