Mailinglist Archive: opensuse-packaging (107 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Need help by Fixing Bugreports
- From: oc2pus@xxxxxxxx
- Date: Wed, 13 May 2009 22:33:22 +0200
- Message-id: <200905132233.22475.oc2pus@xxxxxxxx>
Am Mittwoch, 13. Mai 2009 schrieb Sascha 'saigkill' Manns:
in my packman package I worked around this problem with packaging both *.so
and *.so.* in the lib-pacakges (because I'm too lazy to fix this ...)
and added a rule in rpmlintrc:
addFilter("devel-file-in-non-devel-package .*/lib.*.so")
from my spec-file:
....
%files -n libskgbankgui1
%defattr(-, root, root)
%{_libdir}/libskgbankgui.so
%{_libdir}/libskgbankgui.so.*
%files -n libskgbankmodeler1
%defattr(-, root, root)
%{_libdir}/libskgbankmodeler.so
%{_libdir}/libskgbankmodeler.so.*
%files -n libskgbasegui1
%defattr(-, root, root)
%{_libdir}/libskgbasegui.so
%{_libdir}/libskgbasegui.so.*
%files -n libskgbasemodeler1
%defattr(-, root, root)
%{_libdir}/libskgbasemodeler.so
%{_libdir}/libskgbasemodeler.so.*
Reason of the error: make install creates symlinks from libXXX.so to
libXXX.so.nr
the make install should create symlinks from libXXX.so.nr to libXXX.so
(the *.so is always only a symlink)
have fun
Toni
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Hello Mates,
i've getted an Bugreport for my kde4-skrooge Package. But sadly i'm on
the End of my Knowledge. Has anyone an Idea?
The Report is: https://bugzilla.novell.com/show_bug.cgi?id=502553
in my packman package I worked around this problem with packaging both *.so
and *.so.* in the lib-pacakges (because I'm too lazy to fix this ...)
and added a rule in rpmlintrc:
addFilter("devel-file-in-non-devel-package .*/lib.*.so")
from my spec-file:
....
%files -n libskgbankgui1
%defattr(-, root, root)
%{_libdir}/libskgbankgui.so
%{_libdir}/libskgbankgui.so.*
%files -n libskgbankmodeler1
%defattr(-, root, root)
%{_libdir}/libskgbankmodeler.so
%{_libdir}/libskgbankmodeler.so.*
%files -n libskgbasegui1
%defattr(-, root, root)
%{_libdir}/libskgbasegui.so
%{_libdir}/libskgbasegui.so.*
%files -n libskgbasemodeler1
%defattr(-, root, root)
%{_libdir}/libskgbasemodeler.so
%{_libdir}/libskgbasemodeler.so.*
Reason of the error: make install creates symlinks from libXXX.so to
libXXX.so.nr
the make install should create symlinks from libXXX.so.nr to libXXX.so
(the *.so is always only a symlink)
have fun
Toni
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |