103 lines
2.7 KiB
RPMSpec
103 lines
2.7 KiB
RPMSpec
|
Name: libdbus-c++
|
||
|
Version: 0.9.0
|
||
|
Release: 1mamba
|
||
|
Summary: C++ Interface for DBus
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://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
|
||
|
Patch0: libdbus-c++-0.9.0-gcc-4.7.patch
|
||
|
License: LGPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libdbus-devel
|
||
|
BuildRequires: libecore-devel
|
||
|
BuildRequires: libeina-devel
|
||
|
BuildRequires: libexpat-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: pkg-config
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: libgtkmm-devel
|
||
|
BuildRequires: libtool
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%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.
|
||
|
|
||
|
%package devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Libraries and headers for %{name}
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
C++ Interface for DBus.
|
||
|
|
||
|
This package contains libraries and header files need for development.
|
||
|
|
||
|
%package static
|
||
|
Group: Development/Libraries
|
||
|
Summary: Static libraries for %{name}
|
||
|
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description static
|
||
|
C++ Interface for DBus.
|
||
|
|
||
|
This package contains static libraries need for development.
|
||
|
|
||
|
%prep
|
||
|
|
||
|
%setup -q
|
||
|
%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
#./autogen.sh
|
||
|
export CPPFLAGS='%{optflags}'
|
||
|
export LDFLAGS='-lexpat -lpthread'
|
||
|
%configure \
|
||
|
--enable-glib
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
make install DESTDIR=%{buildroot}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/dbusxx-introspect
|
||
|
%{_bindir}/dbusxx-xml2cpp
|
||
|
%{_libdir}/libdbus-c++-*.so.*
|
||
|
%doc AUTHORS COPYING
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_includedir}/dbus-c++-*
|
||
|
%dir %{_includedir}/dbus-c++-*/dbus-c++
|
||
|
%{_includedir}/dbus-c++-*/dbus-c++/*.h
|
||
|
%{_libdir}/libdbus-c++-*.so
|
||
|
%{_libdir}/pkgconfig/dbus-c++-*.pc
|
||
|
%doc README TODO
|
||
|
|
||
|
%files static
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libdbus-c++-*.*a
|
||
|
|
||
|
%changelog
|
||
|
* Mon Sep 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||
|
- update to 0.9.0
|
||
|
|
||
|
* Sat Dec 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-2mamba
|
||
|
- imported from milestone1-contib to devel
|
||
|
|
||
|
* Sat Oct 02 2010 gil <puntogil@libero.it> 0.5.0-1mamba
|
||
|
- package created by autospec
|