Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > d63d1a945c33fcd95fee5a36649ca18d > files > 3

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

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

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
BUildrequires:	popt-devel glibc-static-devel 
BuildRequires:  glib2-devel
BuildRoot: 	%{_tmppath}/%{name}-buildroot
License:	GPL

Patch1:		desktop-file-utils-fix-insert-categorie.patch.bz2

%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
%patch1 -p1 -b .fix_categorie_when_we_are_a_semi_common

%build

%configure2_5x

%make

%install

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Nov 25 2003 Laurent MONTEL <lmontel@mandrakesoft.com> 0.3-4mdk
- Add patch1: fix add categorie when we have a semi-common at end of categorie string

* Sat Jul 19 2003 Götz Waschk <waschk@linux-mandrake.com> 0.3-4mdk
- configure2_5x macro
- buildrequires

* Mon Apr 28 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.3-3mdk
- adjust buildrequires

* 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