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