packages: telepathy-logger/telepathy-logger.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Tue Apr 27 20:53:24 CEST 2010


Author: patrys                       Date: Tue Apr 27 18:53:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/telepathy-logger:
   telepathy-logger.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/telepathy-logger/telepathy-logger.spec
diff -u /dev/null packages/telepathy-logger/telepathy-logger.spec:1.1
--- /dev/null	Tue Apr 27 20:53:24 2010
+++ packages/telepathy-logger/telepathy-logger.spec	Tue Apr 27 20:53:19 2010
@@ -0,0 +1,110 @@
+# $Revision$, $Date$
+Summary:	Logging service for Telepathy
+Name:		telepathy-logger
+Version:	0.1.1
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
+# Source0-md5:	76b69c52a53aec8a8d1b5a0f02484a8c
+URL:		http://telepathy.freedesktop.org/wiki/Logger
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.8
+BuildRequires:	glib2-devel >= 1:2.0.0
+Requires:	%{name} = %{version}-%{release}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides Gadu-Gadu functionality for Telepathy.
+
+%description -l pl.UTF-8
+Ten pakiet udostępnia funkcjonalność Gadu-Gadu dla Telepathy.
+
+%package apidocs
+Summary:	telepathy-logger library API documentation
+Group:		Documentation
+Requires:	gtk-doc-common
+
+%description apidocs
+telepathy-logger library API documentation.
+
+%package libs
+Summary:	telepathy-logger shared libraries
+Group:		Libraries
+
+%description libs
+telepathy-logger shared libraries.
+
+%package devel
+Summary:	Header files for telepathy-logger library
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+Requires:	glib2-devel >= 1:2.0.0
+
+%description devel
+Header files for telepathy-logger library.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure \
+	--disable-static \
+	--with-html-dir=%{_gtkdocdir}
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install telepathy-logger.schemas
+
+%preun
+%gconf_schema_uninstall telepathy-logger.schemas
+
+%post libs	-p /sbin/ldconfig
+%postun libs	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/telepathy-logger
+%{_sysconfdir}/gconf/schemas/telepathy-logger.schemas
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
+%{_datadir}/telepathy/clients/TelepathyLogger.client
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/telepathy-logger
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtelepathy-logger.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtelepathy-logger.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/libtelepathy-logger.so
+%{_includedir}/telepathy-logger
+%{_pkgconfigdir}/telepathy-logger.pc
+
+%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  2010/04/27 18:53:19  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list