desktop-file-utils.spec
author hh150184
Tue, 24 Jan 2006 11:56:37 +0000
branchgnome-2-12
changeset 19207 b59a653a3329
parent 5630 253893fc4362
child 7689 6867a427a11c
permissions -rw-r--r--
* evolution-jescs.spec: Bump to 2.4.4, Remove unused define evolution_imagesdir and evolution_libsdir, Remove hard code 1.2, 2.4. * Solaris/SUNWevolution-jescs.spec: Remove *.la under /usr/lib when install, s/evolution-data-server-1.2/evolution-data-server-*/g.

#
# spec file for package desktop-file-utils
#
# Copyright (c) 2005 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Name:			desktop-file-utils
License:		GPL
Group:			Development/Tools/Other 
Version:		0.10
Release:		1
Distribution:		Java Desktop System
Vendor:			Sun Microsystems, Inc.
Summary:		Desktop file utilities
Source:			http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
URL:			http://www.gnome.org
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
Docdir: 		%{_defaultdocdir}/doc
Autoreqprov:		on

%define popt_version 1.6.4
%define glib2_version 2.2.1

Requires:      glib2 >= %{glib2_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: popt-devel >= %{popt_version}

%description
desktop-file-utils is a collection of command line tools for working with 
desktop files.

%prep
%setup -q

%build
./configure --prefix=%{_prefix}
make

%install
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_prefix}/bin
%{_datadir}

%changelog
* Tue May 17 2005 - Laszlo Kovacs <[email protected]>
- add %{_datadir} to %files

* Fri May 06 2005 - Glynn Foster <[email protected]>
- Bump to 0.10

* Tue Aug 12 2003 - Glynn Foster <[email protected]>
- Initial release