diff options
author | Jose H Mercado <jmercado@mit.edu> | 1999-06-21 23:12:26 +0000 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 1999-06-21 23:12:26 +0000 |
commit | ecafc70e02caf65c5f8ed64d143a19e227a28134 (patch) | |
tree | 150d640e9a238c3145deeb3355633c5b011a33d9 /gtk+.spec.in | |
parent | 1882f67a304d53885c6f1cb7572b4ccfd6c419be (diff) | |
download | gtk+-ecafc70e02caf65c5f8ed64d143a19e227a28134.tar.gz |
Final specfile cleanups from the honorable Jose Mercado.
1999-06-01 Jose H Mercado <jmercado@mit.edu>
* gtk+.spec.in: Corrected some typos in files section.
Diffstat (limited to 'gtk+.spec.in')
-rw-r--r-- | gtk+.spec.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gtk+.spec.in b/gtk+.spec.in index dc228691fe..8d78011d88 100644 --- a/gtk+.spec.in +++ b/gtk+.spec.in @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver @VERSION@ +%define ver @VERSION@ %define rel SNAP %define prefix /usr @@ -37,6 +37,10 @@ Xlib to help automate things like dealing with different color depths, and GTK is a widget set for creating user interfaces. %changelog + +* Tue Jun 1 1999 Jose Mercado <jmercado@mit.edu> +- Corrected some typos in files section. + * Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - updated spec file @@ -148,10 +152,10 @@ fi %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO -%{prefix}/lib/libgtk-1.1.so.* -%{prefix}/lib/libgdk-1.1.so.* -{prefix}/share/themes/Default -+%{prefix}/share/locale/*/*/* +%{prefix}/lib/libgtk-1.3.so.* +%{prefix}/lib/libgdk-1.3.so.* +%{prefix}/share/themes/Default +%{prefix}/share/locale/*/*/* %files devel |