forked from pool/qhexedit2
Accepting request 439310 from home:alois:branches:X11:Utilities
Update to 0.8.1 OBS-URL: https://build.opensuse.org/request/show/439310 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=12
This commit is contained in:
parent
6503d029aa
commit
64872adc32
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:766b26df8644c9c4bf190e88e28ec68743f17f9c6fff584cb5ab40d399c172e8
|
||||
size 297988
|
3
qhexedit2-0.8.1.tar.gz
Normal file
3
qhexedit2-0.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0f3181e93ee5fc92624935593a0e937184bf56a5f6fd5340ee279082ed03f2c
|
||||
size 298011
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 20:21:15 UTC 2016 - aloisio@gmx.com
|
||||
|
||||
- Update to version 0.8.1
|
||||
* Bump lib version to 3.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 20:15:35 UTC 2016 - aloisio@gmx.com
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define _libver 3
|
||||
Name: qhexedit2
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: Qt-based hex editor
|
||||
License: LGPL-2.0
|
||||
@ -62,7 +63,7 @@ BuildArch: noarch
|
||||
%description doc
|
||||
The %{name}-doc package contains the documentation and examples for %{name}.
|
||||
|
||||
%package -n lib%{name}
|
||||
%package -n libqhexedit%{_libver}
|
||||
%if 0%{?suse_version} > 1110
|
||||
Summary: Qt5 %{name} library
|
||||
Group: System/Libraries
|
||||
@ -71,7 +72,7 @@ Summary: Qt %{name} library
|
||||
Group: System/Libraries
|
||||
%endif
|
||||
|
||||
%description -n lib%{name}
|
||||
%description -n libqhexedit%{_libver}
|
||||
%if 0%{?suse_version} > 1110
|
||||
Qt5 library for %{name}.
|
||||
%else
|
||||
@ -145,9 +146,9 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q
|
||||
%desktop_database_postun
|
||||
%endif
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%post -n libqhexedit%{_libver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n libqhexedit%{_libver} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -160,10 +161,10 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q
|
||||
%defattr(-,root,root)
|
||||
%doc doc/html readme.md src/license.txt
|
||||
|
||||
%files -n lib%{name}
|
||||
%files -n libqhexedit%{_libver}
|
||||
%defattr(-,root,root)
|
||||
%doc doc/release.txt src/license.txt
|
||||
%{_libdir}/libqhexedit.so.2*
|
||||
%{_libdir}/libqhexedit.so.%{_libver}*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user