Author: megabajt                     Date: Tue Mar 20 23:05:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libtelepathy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libtelepathy.spec
diff -u /dev/null SPECS/libtelepathy.spec:1.1
--- /dev/null   Wed Mar 21 00:05:00 2007
+++ SPECS/libtelepathy.spec     Wed Mar 21 00:04:55 2007
@@ -0,0 +1,102 @@
+# $Revision$, $Date$
+Summary:       A GLib library to ease writing telepathy clients
+Name:          libtelepathy
+Version:       0.0.51
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       
http://telepathy.freedesktop.org/releases/libtelepathy/%{name}-%{version}.tar.gz
+# Source0-md5: 28a32062868f29b19f535476e422417b
+URL:           http://telepathy.freedesktop.org/wiki/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.8
+BuildRequires: dbus-glib-devel >= 0.61
+BuildRequires: glib2-devel >= 2.4.0
+BuildRequires: libtool
+BuildRequires: libxslt-progs
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libtelepathy is a D-Bus framework for unifying real time
+communication, including instant messaging, voice calls and video
+calls. It abstracts differences between protocols to provide a unified
+interface for applications.
+
+%package devel
+Summary:       Header files for libtelepathy library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libtelepathy
+Group:         Development/Libraries
+Requires:      dbus-glib-devel >= 0.61
+Requires:      glib2-devel >= 2.4.0
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for libtelepathy library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libtelepathy.
+
+%package static
+Summary:       Static libtelepathy library
+Summary(pl.UTF-8):     Statyczna biblioteka libtelepathy
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libtelepathy library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libtelepathy.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/libtelepathy.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtelepathy.so
+%dir %{_includedir}/telepathy-1.0
+%dir %{_includedir}/telepathy-1.0/libtelepathy
+%{_includedir}/telepathy-1.0/libtelepathy/*.h
+%{_libdir}/libtelepathy.la
+%{_pkgconfigdir}/libtelepathy.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtelepathy.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/20 23:04:55  megabajt
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to