From ced74f443535404294518431022d459cb79b1a4e Mon Sep 17 00:00:00 2001 From: rhlabs Date: Sun, 15 Mar 1998 21:29:10 +0000 Subject: [PATCH] Added aclocal stuff. -Marc --- gtk+.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/gtk+.spec b/gtk+.spec index e364d175ea..4852d9acf4 100644 --- a/gtk+.spec +++ b/gtk+.spec @@ -37,6 +37,10 @@ and GTK is a widget set for creating user interfaces. %changelog +* Sun Mar 15 1998 Marc Ewing + +- Added aclocal stuff to file list. + * Fri Mar 14 1998 Shawn T. Amundson - Changed version to 0.99.7 @@ -97,11 +101,16 @@ if [ $1 = 0 ]; then fi %files -%attr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO -%attr(-, root, root) %{prefix}/lib/lib*.so.* +%defattr(-, root, root) + +%doc AUTHORS COPYING ChangeLog NEWS README TODO +%{prefix}/lib/lib*.so.* %files devel -%attr(-, root, root) %{prefix}/lib/lib*.so -%attr(-, root, root) %{prefix}/lib/*a -%attr(-, root, root) %{prefix}/include/* -%attr(-, root, root) %{prefix}/info/* +%defattr(-, root, root) + +%{prefix}/lib/lib*.so +%{prefix}/lib/*a +%{prefix}/include/* +%{prefix}/info/* +%{prefix}/share/aclocal/*