mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
Fixed the lib*1.1.so* problem
This commit is contained in:
parent
7c1f07d1ef
commit
e82ccff689
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user