Handle the -1.1 on libraries.
Is this really a good idea? Isn't that what sonames are for? -Marc
This commit is contained in:
@ -142,12 +142,12 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||||
%{prefix}/lib/libgtk.so.*
|
%{prefix}/lib/libgtk-1.1.so.*
|
||||||
%{prefix}/lib/libgdk.so.*
|
%{prefix}/lib/libgdk-1.1.so.*
|
||||||
|
|
||||||
%files -n glib
|
%files -n glib
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{prefix}/lib/libglib.so.*
|
%{prefix}/lib/libglib-1.1.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|||||||
Reference in New Issue
Block a user