packages: dee/dee.spec (NEW) - new; based on fc spec
glen
glen at pld-linux.org
Sun Jan 22 23:22:03 CET 2012
Author: glen Date: Sun Jan 22 22:22:03 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- new; based on fc spec
---- Files affected:
packages/dee:
dee.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/dee/dee.spec
diff -u /dev/null packages/dee/dee.spec:1.1
--- /dev/null Sun Jan 22 23:22:03 2012
+++ packages/dee/dee.spec Sun Jan 22 23:21:58 2012
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary: Model to synchronize multiple instances over DBus
+Name: dee
+Version: 1.0.0
+Release: 1
+# GPLv3-licensed tests and examples are in the tarball, but not installed
+License: LGPL v3
+Group: Libraries
+URL: https://launchpad.net/dee
+Source0: http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.tar.gz
+BuildRequires: dbus-glib-devel
+BuildRequires: gobject-introspection-devel
+BuildRequires: gtk-doc
+BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: vala
+Requires: python-pygobject
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libdee is a library that uses DBus to provide objects allowing you to
+create Model-View-Controller type programs across DBus. It also
+consists of utility objects which extend DBus allowing for
+peer-to-peer discoverability of known objects without needing a
+central registrar.
+
+%package devel
+Summary: Development files for %{name}
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%package apidocs
+Summary: %{name} API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki %{name}
+Group: Documentation
+
+%description apidocs
+API and internal documentation for %{name} library.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki %{name}.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libdee*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dee-tool
+%{_libdir}/girepository-1.0/*.typelib
+%attr(755,root,root) %{_libdir}/libdee-*.so.*.*.*
+%ghost %{_libdir}/libdee-*.so.4
+%{py_sitedir}/gi/overrides/Dee.py[co]
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/dee-1.0
+%{_libdir}/libdee*.so
+%{_pkgconfigdir}/*.pc
+%{_datadir}/gir-1.0/*.gir
+%{_datadir}/vala/vapi/*.vapi
+%{_datadir}/vala/vapi/*.deps
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_datadir}/gtk-doc/html/dee-1.0
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2012/01/22 22:21:58 glen
+- new; based on fc spec
================================================================
More information about the pld-cvs-commit
mailing list