summaryrefslogtreecommitdiff
path: root/expat.spec
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-06-03 19:38:13 +0000
committerfdrake <fdrake>2002-06-03 19:38:13 +0000
commit1b99c85561e3a357b4dec1b3f8e505d88b9e9d7e (patch)
treefc8448639758bedc921ba4be2a5759ccc6211bc8 /expat.spec
parent507677a41b9ffb1d8c614b4c4e3c1be924e837e0 (diff)
downloadlibexpat-1b99c85561e3a357b4dec1b3f8e505d88b9e9d7e.tar.gz
Be more specific with a couple of the files that we install.R_1_95_3
I'm still not sure where the manpage gets compressed, but it certainly does; leaving off the .gz causes the RPM build to not find the file.
Diffstat (limited to 'expat.spec')
-rw-r--r--expat.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat.spec b/expat.spec
index 2487592..df5b5c3 100644
--- a/expat.spec
+++ b/expat.spec
@@ -34,8 +34,8 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
%doc COPYING Changes MANIFEST README doc/reference.html doc/style.css
/usr/bin/xmlwf
/usr/lib
-/usr/include
-/usr/man/man1/xmlwf.1
+/usr/include/expat.h
+/usr/man/man1/xmlwf.1.gz
%changelog
* Fri May 17 2002 Fred L. Drake, Jr. <fdrake@acm.org>