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