Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 1744267bb83576d3ffbb7755ccedca41 > files > 2

desktop-file-utils-0.3-2mdk.src.rpm

%define name	desktop-file-utils	
%define version 0.3
%define release 2mdk

Name: 		%name
Summary: 	Utilities for working with desktop entries
Version: 	%version
Release: 	%release
Source: 	%{name}-%{version}.tar.bz2
Url: 		http://www.freedesktop.org/software/desktop-file-utils/
Group:		Graphical desktop/Other
BuildRoot: 	%{_tmppath}/%{name}-buildroot
License:	GPL

%description
desktop-file-utils contains a couple of command line utilities for working
with desktop entries. It requires GLib and popt to compile, because the
implementation requires Unicode utilities and such.

Right now the only documentation is "desktop-file-install --help".
desktop-file-validate takes a single argument, the file to validate. 

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build

%configure

%make

%install

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%{_bindir}/*
%doc AUTHORS NEWS README

%changelog
* Sun Feb 02 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.3-2mdk
- rebuild

* Mon Nov 25 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.3-1mdk
- from Matthias Debus <psic4t@netbands.de> :
	- initial contrib package