forked from pool/sdbus-cpp
Accepting request 927756 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/927756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sdbus-cpp?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db8e570ee525161e4bf89d79c824eea913d3dac9f0da614f232c0af9beea8a78
|
||||
size 198979
|
||||
3
sdbus-cpp-1.0.0.tar.gz
Normal file
3
sdbus-cpp-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3db82112c0d8a171a4115d761e3a592b62091fa7600988736652595178ae4e94
|
||||
size 202061
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
* Mon Oct 25 14:48:52 UTC 2021 - Luca Boccassi <bluca@debian.org>
|
||||
|
||||
- Update to new version 1.0.0
|
||||
- Bump package name for new SOVERSION
|
||||
|
||||
-------------------------------------------------------------------
|
||||
* Thu Oct 21 16:29:09 UTC 2021 - Luca Boccassi <bluca@debian.org>
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#
|
||||
|
||||
|
||||
%global version_major 0
|
||||
%global version_minor 9
|
||||
%global version_major 1
|
||||
%global version_minor 0
|
||||
%global version_micro 0
|
||||
|
||||
Name: sdbus-cpp
|
||||
@@ -40,17 +40,17 @@ BuildRequires: pkgconfig(libsystemd) >= 236
|
||||
High-level C++ D-Bus library for Linux designed to provide easy-to-use
|
||||
yet powerful API in modern C++
|
||||
|
||||
%package -n libsdbus-c++0
|
||||
%package -n libsdbus-c++1
|
||||
Summary: Shared library for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libsdbus-c++0
|
||||
%description -n libsdbus-c++1
|
||||
Shared library files for %{name}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsdbus-c++0 = %{version}
|
||||
Requires: libsdbus-c++1 = %{version}
|
||||
|
||||
%description devel
|
||||
CMake, pkg-config, headers and other development files for %{name}.
|
||||
@@ -67,7 +67,7 @@ READMEs and generated doxygen documentation for %{name}
|
||||
%package xml2cpp
|
||||
Summary: Stub code generator for sdbus-c++
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsdbus-c++0 = %{version}
|
||||
Requires: libsdbus-c++1 = %{version}
|
||||
BuildRequires: pkgconfig(expat)
|
||||
|
||||
%description xml2cpp
|
||||
@@ -89,12 +89,12 @@ out of the D-Bus IDL XML description.
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post -n libsdbus-c++0 -p /sbin/ldconfig
|
||||
%post -n libsdbus-c++1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libsdbus-c++0 -p /sbin/ldconfig
|
||||
%postun -n libsdbus-c++1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libsdbus-c++0
|
||||
%license %{_docdir}/sdbus-c++/COPYING
|
||||
%files -n libsdbus-c++1
|
||||
%license COPYING
|
||||
%{_libdir}/libsdbus-c++.so.*
|
||||
|
||||
%files devel
|
||||
@@ -105,6 +105,7 @@ out of the D-Bus IDL XML description.
|
||||
%doc %{_docdir}/sdbus-c++/ChangeLog
|
||||
%doc %{_docdir}/sdbus-c++/NEWS
|
||||
%doc %{_docdir}/sdbus-c++/README
|
||||
%doc %{_docdir}/sdbus-c++/COPYING
|
||||
%{_libdir}/cmake/sdbus-c++*
|
||||
%{_libdir}/pkgconfig/sdbus-c++*
|
||||
%{_libdir}/libsdbus-c++.so
|
||||
@@ -119,8 +120,10 @@ out of the D-Bus IDL XML description.
|
||||
%doc %{_docdir}/sdbus-c++/sdbus-c++-class-diagram.uml
|
||||
%doc %{_docdir}/sdbus-c++/systemd-dbus-config.md
|
||||
%doc %{_docdir}/sdbus-c++/using-sdbus-c++.md
|
||||
%license COPYING
|
||||
|
||||
%files xml2cpp
|
||||
%{_bindir}/sdbus-c++-xml2cpp
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user