update to 0.9.1 [release 0.9.1-1mamba;Wed Feb 10 2021]
This commit is contained in:
parent
9c235b53c0
commit
34fe2134ae
@ -1,13 +1,14 @@
|
|||||||
Name: libdbus-c++
|
Name: libdbus-c++
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: C++ Interface for DBus
|
Summary: C++ Interface for DBus
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page
|
URL: https://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page
|
||||||
Source: http://downloads.sourceforge.net/project/dbus-cplusplus/dbus-c%2B%2B/%{version}/libdbus-c%2B%2B-%{version}.tar.gz
|
Source: https://github.com/andreas-volz/dbus-cplusplus.git/v%{version}pw/dbus-cplusplus-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/project/dbus-cplusplus/dbus-c%2B%2B/%{version}/libdbus-c%2B%2B-%{version}.tar.gz
|
||||||
Patch0: libdbus-c++-0.9.0-gcc-4.7.patch
|
Patch0: libdbus-c++-0.9.0-gcc-4.7.patch
|
||||||
Patch1: libdbus-c++-0.9.0-writechar.patch
|
Patch1: libdbus-c++-0.9.0-writechar.patch
|
||||||
Patch2: libdbus-c++-0.9.0-threading.patch
|
Patch2: libdbus-c++-0.9.0-threading.patch
|
||||||
@ -27,7 +28,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgtkmm-devel
|
BuildRequires: libgtkmm-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop.
|
%{name} attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop.
|
||||||
@ -63,16 +63,16 @@ This package contains static libraries needed for development.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n dbus-cplusplus-%{version}
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
#./autogen.sh
|
./autogen.sh
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CPPFLAGS='%{optflags}'
|
export CPPFLAGS='%{optflags}'
|
||||||
@ -118,6 +118,9 @@ make install DESTDIR=%{buildroot}
|
|||||||
%{_libdir}/libdbus-c++-*.*a
|
%{_libdir}/libdbus-c++-*.*a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1mamba
|
||||||
|
- update to 0.9.1
|
||||||
|
|
||||||
* Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
|
* Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
|
||||||
- rebuilt with debug package and tools subpackage, added patches
|
- rebuilt with debug package and tools subpackage, added patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user