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