summaryrefslogtreecommitdiffstats
path: root/gxpp.spec
blob: a0960fb90d98556648dcae30fdf1ad77e94f03b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Name:           gxpp
Version:        1.2
Release:        1%{?dist}
Summary:        Simple XPath command line tools

Group:          Applications/Text
License:        GPL
Buildroot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source0:        gxpp-%{version}.tar.bz2
BuildRequires:  libxml2-devel


%description
This is a set of simple but powerful tools to query and manipulate
XML files using XPath expressions.

%prep
%setup -q


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
/usr/bin/gxpp
/usr/bin/gxpd
/usr/bin/gxpm
%doc %{_mandir}/man?/*


%changelog
* Mon Jul 02 2018 Nathan Straz <nstraz@redhat.com> 1.2-1
- new package built with tito

* Tue Apr 21 2009 Nate Straz <nstraz@redhat.com> 1.1-1
- Include fix for NULL nodesetval 

* Mon Aug 04 2008  1.0-1
- Initial packaging