summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2009-11-24 16:25:30 -0500
committerNathan Straz <nstraz@redhat.com>2009-11-24 16:25:30 -0500
commit09b154de3ca6026b730174ff53f1c31d15e3171c (patch)
tree5e6c465c30eb57ef3b379f5a7b2e59d0757efcd1
parent84ab2045844cb0c22a839b5a7605217c5398ab2e (diff)
downloadgxpp-09b154de3ca6026b730174ff53f1c31d15e3171c.tar.gz
gxpp-09b154de3ca6026b730174ff53f1c31d15e3171c.tar.xz
gxpp-09b154de3ca6026b730174ff53f1c31d15e3171c.zip
Fix warnings from rpmlint
Clean up the one line with a tab Change to valid group Applications/Text
-rw-r--r--gxpp.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/gxpp.spec b/gxpp.spec
index e096210..d2fa3b8 100644
--- a/gxpp.spec
+++ b/gxpp.spec
@@ -3,11 +3,11 @@ Version: 1.1
Release: 1%{?dist}
Summary: Simple XPath command line tools
-Group: QA
+Group: Applications/Text
License: GPL
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source0: gxpp-%{version}.tar.bz2
-BuildRequires: libxml2-devel
+BuildRequires: libxml2-devel
%description