fb96739
Summary:	Model to synchronize multiple instances over DBus
fb96739
Name:		dee
8e48fbc
Version:	0.5.22
13eccb6
Release:	1%{?dist}
fb96739
# GPLv3-licensed tests and examples are in the tarball, but not
fb96739
# installed
fb96739
License:	LGPLv3
fb96739
Group:		System Environment/Libraries
fb96739
URL:		https://launchpad.net/dee
fb96739
Source0:	http://launchpad.net/dee/0.4/%{version}/+download/%{name}-%{version}.tar.gz
fb96739
fb96739
BuildRequires:	vala-tools
fb96739
BuildRequires:	gtk-doc
fb96739
BuildRequires:	dbus-glib-devel
fb96739
BuildRequires:	gobject-introspection-devel
13eccb6
# For %{python_sitearch}/gi/overrides directory
13eccb6
Requires:	pygobject2
fb96739
fb96739
%description
fb96739
Libdee is a library that uses DBus to provide objects allowing you to
fb96739
create Model-View-Controller type programs across DBus. It also
fb96739
consists of utility objects which extend DBus allowing for peer-to-peer
fb96739
discoverability of known objects without needing a central registrar.
fb96739
fb96739
%package	devel
fb96739
Summary:	Development files for %{name}
fb96739
Group:		Development/Libraries
fb96739
Requires:	%{name} = %{version}-%{release}
fb96739
Requires:	pkgconfig
fb96739
fb96739
%description	devel
fb96739
The %{name}-devel package contains libraries and header files for
fb96739
developing applications that use %{name}.
fb96739
fb96739
%prep
fb96739
%setup -q
fb96739
fb96739
%build
fb96739
%configure --disable-static
fb96739
make %{?_smp_mflags}
fb96739
fb96739
%install
fb96739
rm -rf %{buildroot}
fb96739
make DESTDIR=%{buildroot} install
fb96739
find %{buildroot} -regex ".*\.la$" | xargs rm -f --
fb96739
fb96739
%post -p /sbin/ldconfig
fb96739
%postun -p /sbin/ldconfig
fb96739
fb96739
%files
fb96739
%defattr(-,root,root,-)
fb96739
%doc COPYING
fb96739
%{_libdir}/girepository-1.0/*.typelib
fb96739
%{_libdir}/libdee*.so.*
13eccb6
%{python_sitearch}/gi/overrides/Dee.*
fb96739
fb96739
%files	devel
fb96739
%defattr(-,root,root,-)
fb96739
%doc COPYING
fb96739
%{_includedir}/dee-1.0
fb96739
%{_libdir}/libdee*.so
fb96739
%{_libdir}/pkgconfig/*.pc
fb96739
%{_datadir}/gir-1.0/*.gir
fb96739
%{_datadir}/gtk-doc/html/dee-1.0
fb96739
%{_datadir}/vala/vapi/*.vapi
fb96739
%{_datadir}/vala/vapi/*.deps
fb96739
fb96739
%changelog
8e48fbc
* Fri Oct  7 2011 Adam Williamson <awilliam@redhat.com> - 0.5.22-1
8e48fbc
- new release 0.5.22
8e48fbc
771aaad
* Wed May 11 2011 Adam Williamson <awilliam@redhat.com> - 0.5.18-1
771aaad
- new release 0.5.18
771aaad
13eccb6
* Mon Mar 07 2011 Adam Williamson <awilliam@redhat.com> - 0.5.12-1
13eccb6
- new release 0.5.12
13eccb6
4492b75
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
4492b75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4492b75
ae375f9
* Fri Jan 14 2011 Adam Williamson <awilliam@redhat.com> - 0.5.4-1
ae375f9
- new release
ae375f9
fb96739
* Fri Dec 03 2010 Adam Williamson <awilliam@redhat.com> - 0.4.2-1
fb96739
- initial package