10139N/A#
10139N/A# spec file for package desktop-file-utils
10139N/A#
20904N/A# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17836N/A#temporarily taken from dkenny
17836N/A%define owner stephen
10139N/A#
17178N/A
17178N/A%define OSR 4093:0.10
17178N/A
10139N/AName: desktop-file-utils
18596N/ALicense: GPLv2
10139N/AGroup: Development/Tools/Other
20904N/AVersion: 0.20
10139N/ARelease: 1
10139N/ADistribution: Java Desktop System
18615N/AVendor: freedesktop.org
10139N/ASummary: Desktop file utilities
20904N/ASource: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
20075N/A#owner:gheet date:2011-02-24 type:bug bugster:7021463
20142N/APatch1: desktop-file-utils-01-preserve-file-perm.diff
10139N/A
10139N/A%define popt_version 1.6.4
10139N/A%define glib2_version 2.2.1
10139N/A
10139N/ARequires: glib2 >= %{glib2_version}
10139N/ABuildRequires: glib2-devel >= %{glib2_version}
10139N/ABuildRequires: popt-devel >= %{popt_version}
10139N/A
10139N/A%description
10139N/Adesktop-file-utils is a collection of command line tools for working with
10139N/Adesktop files.
10139N/A
10139N/A%prep
10139N/A%setup -q
20075N/A%patch1 -p1
10139N/A
10139N/A%build
10139N/A./configure --prefix=%{_prefix}
10139N/Amake
10139N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr(-, root, root)
10139N/A%{_prefix}/bin
10139N/A%{_datadir}
10139N/A
10139N/A%changelog
20904N/A* Wed May 09 2012 - brian.cameron@oracle.com
20904N/A- Bump to 0.20.
19064N/A* Wed Oct 27 2010 - brian.cameron@oracle.com
19064N/A- Bump to 0.17.
18595N/A* Thu Apr 15 2010 - brian.cameron@sun.com
18595N/A- Bump to 0.16.
12556N/A* Thu Mar 06 2008 - brian.cameron@sun.com
18595N/A- Bump to 0.15.
12053N/A* Mon Dec 10 2007 - brian.cameron@sun.com
12053N/A- Bump to 0.14.
10139N/A* Wed Nov 29 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.12.
10139N/A* Wed Jul 21 2006 - dermot.mccluskey@sun.com
10139N/A- Bump to 0.11.
10139N/A* Tue May 17 2005 - Laszlo Kovacs <laszlo.kovacs@sun.com>
18595N/A- add %{_datadir} to %files.
10139N/A* Fri May 06 2005 - Glynn Foster <glynn.foster@sun.com>
18595N/A- Bump to 0.10.
10139N/A* Tue Aug 12 2003 - Glynn Foster <glynn.foster@sun.com>
18595N/A- Initial release.
18595N/A