]> git.pld-linux.org Git - packages/telepathy-yell.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2012 10:19:23 +0000 (12:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2012 10:19:23 +0000 (12:19 +0200)
telepathy-yell.spec [new file with mode: 0644]

diff --git a/telepathy-yell.spec b/telepathy-yell.spec
new file mode 100644 (file)
index 0000000..882b209
--- /dev/null
@@ -0,0 +1,105 @@
+Summary:       Experimental CM base-classes and client-side high-level bindings for the new Call interface
+Summary(pl.UTF-8):     Eksperymentalne klasy bazowe CM i wysokopoziomowe wiązania klienckie do nowego interfejsu Call
+Name:          telepathy-yell
+Version:       0.0.4
+Release:       1
+License:       LGPL v2.1+
+Group:         Libraries
+Source0:       http://telepathy.freedesktop.org/releases/telepathy-yell/%{name}-%{version}.tar.gz
+# Source0-md5: 38cb8f6ae0a45a5a87b51ab0e77d5fcf
+URL:           http://telepathy.freedesktop.org/wiki/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.11
+BuildRequires: dbus-devel >= 0.95
+BuildRequires: dbus-glib-devel >= 0.82
+BuildRequires: glib2-devel >= 1:2.28
+BuildRequires: libtool
+BuildRequires: libxslt-progs
+BuildRequires: pkgconfig
+BuildRequires: python >= 1:2.5
+BuildRequires: telepathy-glib-devel >= 0.13.10
+Requires:      dbus-glib >= 0.82
+Requires:      dbus-libs >= 0.95
+Requires:      glib2 >= 1:2.28
+Requires:      telepathy-glib >= 0.13.10
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Telepathy Yell is an experimental playground for CM base-classes and
+client-side high-level bindings for the new Call interface.
+
+%description -l pl.UTF-8
+Telepathy Yell to eksperymentalny projekt dla klas bazowych CM oraz
+wysokopoziomowych wiązań klienckich do nowego interfejsu Call.
+
+%package devel
+Summary:       Header files for Telepathy Yell library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Telepathy Yell
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      dbus-devel >= 0.95
+Requires:      dbus-glib-devel >= 0.82
+Requires:      glib2-devel >= 1:2.28
+Requires:      telepathy-glib-devel >= 0.13.10
+
+%description devel
+Header files for Telepathy Yell library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki Telepathy Yell.
+
+%package static
+Summary:       Static Telepathy Yell library
+Summary(pl.UTF-8):     Statyczna biblioteka Telepathy Yell
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static Telepathy Yell library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka Telepathy Yell.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libtelepathy-yell.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libtelepathy-yell.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtelepathy-yell.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtelepathy-yell.so
+%{_includedir}/telepathy-1.0/telepathy-yell
+%{_pkgconfigdir}/telepathy-yell.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtelepathy-yell.a
This page took 0.063389 seconds and 4 git commands to generate.