Accepting request 401911 from home:jengelh:branches:Application:Geo
- Ensure SONAME symlinks stay with the library OBS-URL: https://build.opensuse.org/request/show/401911 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=17
This commit is contained in:
parent
1a3b42fd31
commit
535bb650ec
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 14 10:32:29 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Ensure SONAME symlinks stay with the library
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 9 09:38:23 UTC 2016 - dimstar@opensuse.org
|
Thu Jun 9 09:38:23 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libzbar.so.0.2.0
|
%{_libdir}/libzbar.so.*
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -167,7 +167,6 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%exclude %{_includedir}/%{name}/zbargtk.h
|
%exclude %{_includedir}/%{name}/zbargtk.h
|
||||||
%exclude %{_includedir}/%{name}/QZBar*.h
|
%exclude %{_includedir}/%{name}/QZBar*.h
|
||||||
%{_libdir}/libzbar.so
|
%{_libdir}/libzbar.so
|
||||||
%{_libdir}/libzbar.so.0
|
|
||||||
%{_libdir}/pkgconfig/zbar.pc
|
%{_libdir}/pkgconfig/zbar.pc
|
||||||
|
|
||||||
%files -n python-zbar
|
%files -n python-zbar
|
||||||
@ -176,24 +175,22 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
%files -n libzbarqt0
|
%files -n libzbarqt0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libzbarqt.so.0.0.2
|
%{_libdir}/libzbarqt.so.*
|
||||||
|
|
||||||
%files -n libzbarqt-devel
|
%files -n libzbarqt-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}/QZBar*.h
|
%{_includedir}/%{name}/QZBar*.h
|
||||||
%{_libdir}/libzbarqt.so
|
%{_libdir}/libzbarqt.so
|
||||||
%{_libdir}/libzbarqt.so.0
|
|
||||||
%{_libdir}/pkgconfig/zbar-qt.pc
|
%{_libdir}/pkgconfig/zbar-qt.pc
|
||||||
|
|
||||||
%files -n libzbargtk0
|
%files -n libzbargtk0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libzbargtk.so.0.0.2
|
%{_libdir}/libzbargtk.so.*
|
||||||
|
|
||||||
%files -n libzbargtk-devel
|
%files -n libzbargtk-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}/zbargtk.h
|
%{_includedir}/%{name}/zbargtk.h
|
||||||
%{_libdir}/libzbargtk.so
|
%{_libdir}/libzbargtk.so
|
||||||
%{_libdir}/libzbargtk.so.0
|
|
||||||
%{_libdir}/pkgconfig/zbar-gtk.pc
|
%{_libdir}/pkgconfig/zbar-gtk.pc
|
||||||
|
|
||||||
%files -n python-zbar-gtk
|
%files -n python-zbar-gtk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user