diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-17 01:46:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-17 01:46:22 +0000 |
commit | baf447503abc5c4c936ff2f1a0f28a32a26f27e1 (patch) | |
tree | 2de03d4e05d898b7b57349aad1a880b8bd97dd18 /pango.spec.in | |
parent | 7f846326d416e9ab3eadca9f02b9a0129095f30b (diff) | |
download | pango-baf447503abc5c4c936ff2f1a0f28a32a26f27e1.tar.gz |
Release 0.7
Wed Feb 16 19:55:05 2000 Owen Taylor <otaylor@redhat.com>
* configure.in: Release 0.7
* examples/Makefile.am (aliasdir): Install example
pangox_aliases file.
* examples/Makefile.am (bin_PROGRAMS): Install
pango-viewer.
* docs/tmpl/*: Updated templates.
Diffstat (limited to 'pango.spec.in')
-rw-r--r-- | pango.spec.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango.spec.in b/pango.spec.in index 36a70426..d2172689 100644 --- a/pango.spec.in +++ b/pango.spec.in @@ -10,7 +10,7 @@ Source: http://www.pango.org/download/pango-%{version}.tar.gz BuildRoot: /var/tmp/pango-%{PACKAGE_VERSION}-root %description -A library to handle unicode strings +System for layout and rendering of internationalized text. %package devel Summary: System for layout and rendering of internationalized text @@ -57,9 +57,11 @@ fi %files %doc README AUTHORS COPYING ChangeLog TODO +%doc examples/HELLO.utf8 %{prefix}/lib/libpango*-*.so -%{prefix}/bin/pango-querymodules +%{prefix}/bin/* %{prefix}/lib/pango/modules/* +%config /etc/pango/pangox_aliases %files devel %defattr(-, root, root) |