Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 17cc49627c8e3397ba19e16ac76cb6c3 > files > 1

xmlclitools-1.54-1mdk.src.rpm

%define name	xmlclitools
%define version	1.54
%define release	1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Command-line xml tools
Source:		http://robur.slu.se/jensl/xmlclitools/%{name}.tar.bz2
URL:		http://robur.slu.se/jensl/xmlclitools
License:	GPL
Group:		File tools
BuildRequires:	libglib-devel
BuildRequires:	libxml2-devel
BuildRequires:	pcre-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
xmlclitools provides four command-line tools for searching, modifying,
and formating XML data. The tools are designed to work in conjunction
with standard *nix utilities such as grep, sort, and shell scripts.

%prep
%setup -n %{name}
perl -pi -e 's/gcc/gcc \${RPM_OPT_FLAGS}/' Makefile

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
install -m 755 xmlngrep xmlgrep xmlfmt xmlmod $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING MANUAL
%{_bindir}/*

%changelog
* Thu Dec 16 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.54-1mdk
- 1.54

* Wed Aug 04 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.53-1mdk 
- new version
- rpmbuildupdate aware

* Wed Dec 17 2003 Franck Villaume <fvill@freesurf.fr> 1.52-2mdk
- add BuildRequires : pcre-devel

* Fri Dec 12 2003 Guillaume Rousse <guillomovitch@mandrake.org> 1.52-1mdk
- new version

* Thu May 29 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 1.50-1mdk
- 1.50

* Sat Jan 04 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.42-1mdk
- 1.42

* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.31-2mdk
- fix group

* Tue Sep 10 2002 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.31-1mdk
- 1.31 
- optimisation flags

* Wed Jun 12 2002 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.25-1mdk
- first mdk release