]> git.pld-linux.org Git - packages/dee.git/blame - dee.spec
move gi/overrides to python-dee package
[packages/dee.git] / dee.spec
CommitLineData
91209ac3
ER
1Summary: Model to synchronize multiple instances over DBus
2Name: dee
68a6f9ee 3Version: 1.0.14
9cef312f 4Release: 2
91209ac3
ER
5# GPLv3-licensed tests and examples are in the tarball, but not installed
6License: LGPL v3
7Group: Libraries
8URL: https://launchpad.net/dee
9Source0: http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.tar.gz
68a6f9ee 10# Source0-md5: 473b4181e26538af0fb753255da7945c
91209ac3
ER
11BuildRequires: dbus-glib-devel
12BuildRequires: gobject-introspection-devel
13BuildRequires: gtk-doc
14BuildRequires: rpmbuild(macros) >= 1.219
15BuildRequires: vala
91209ac3
ER
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Libdee is a library that uses DBus to provide objects allowing you to
20create Model-View-Controller type programs across DBus. It also
21consists of utility objects which extend DBus allowing for
22peer-to-peer discoverability of known objects without needing a
23central registrar.
24
18bd4007 25%package devel
91209ac3
ER
26Summary: Development files for %{name}
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29
18bd4007 30%description devel
91209ac3
ER
31The %{name}-devel package contains libraries and header files for
32developing applications that use %{name}.
33
34%package apidocs
35Summary: %{name} API documentation
36Summary(pl.UTF-8): Dokumentacja API biblioteki %{name}
37Group: Documentation
38
39%description apidocs
40API and internal documentation for %{name} library.
41
42%description apidocs -l pl.UTF-8
43Dokumentacja API biblioteki %{name}.
44
9cef312f
ER
45%package -n python-dee
46Summary: Python bindings for dee
47Group: Development/Languages/Python
48Requires: python-pygobject
49
50%description -n python-dee
51Python bindings for dee.
52
91209ac3
ER
53%prep
54%setup -q
55
56%build
57%configure \
fd961c27
JR
58 --disable-static \
59 --with-html-dir=%{_gtkdocdir}
91209ac3
ER
60
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
85f27eab
JR
65install -d $RPM_BUILD_ROOT%{_gtkdocdir}
66
91209ac3
ER
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
70%py_postclean
71
72%{__rm} $RPM_BUILD_ROOT%{_libdir}/libdee*.la
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%post -p /sbin/ldconfig
78%postun -p /sbin/ldconfig
79
80%files
81%defattr(644,root,root,755)
82%attr(755,root,root) %{_bindir}/dee-tool
83%{_libdir}/girepository-1.0/*.typelib
84%attr(755,root,root) %{_libdir}/libdee-*.so.*.*.*
85%ghost %{_libdir}/libdee-*.so.4
91209ac3
ER
86
87%files devel
88%defattr(644,root,root,755)
89%{_includedir}/dee-1.0
90%{_libdir}/libdee*.so
91%{_pkgconfigdir}/*.pc
92%{_datadir}/gir-1.0/*.gir
93%{_datadir}/vala/vapi/*.vapi
94%{_datadir}/vala/vapi/*.deps
95
96%files apidocs
97%defattr(644,root,root,755)
85f27eab 98%{_gtkdocdir}/dee-1.0
9cef312f
ER
99
100%files -n python-dee
101%defattr(644,root,root,755)
102%{py_sitedir}/gi/overrides/Dee.py[co]
This page took 0.074209 seconds and 4 git commands to generate.