Fixed the lib*1.1.so* problem

This commit is contained in:
Stefan Jeske 1999-04-09 05:13:44 +00:00
parent 7c1f07d1ef
commit e82ccff689

View File

@ -1,6 +1,6 @@
# Note that this is NOT a relocatable package
%define ver @VERSION@
%define rel SNAP
%define rel 1
%define prefix /usr
Summary: Handy library of utility functions
@ -74,9 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{prefix}/lib/libglib-1.1.so.*
%{prefix}/lib/libgthread-1.1.so.*
%{prefix}/lib/libgmodule-1.1.so.*
%{prefix}/lib/libglib-1.2.so.*
%{prefix}/lib/libgthread-1.2.so.*
%{prefix}/lib/libgmodule-1.2.so.*
%files devel
%defattr(-, root, root)