summaryrefslogtreecommitdiffstats
path: root/gxpp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gxpp.spec')
-rw-r--r--gxpp.spec42
1 files changed, 42 insertions, 0 deletions
diff --git a/gxpp.spec b/gxpp.spec
new file mode 100644
index 0000000..5dbe4fa
--- /dev/null
+++ b/gxpp.spec
@@ -0,0 +1,42 @@
+Name: gxpp
+Version: 1.0
+Release: 1%{?dist}
+Summary: Simple XPath command line tools
+
+Group: QA
+License: GPL
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+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 -c
+
+
+%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
+%doc %{_mandir}/*
+
+
+%changelog
+* Mon Aug 04 2008 1.0-1
+- Initial packaging