123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- Name: telepathy-idle
- Version: 0.1.10
- Release: 1%{?_dist_release}
- Summary: IRC connection manager for Telepathy
- Group: Applications/Communications
- License: LGPLv2+
- URL: http://telepathy.freedesktop.org/
- Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
- BuildRequires: dbus-devel
- BuildRequires: dbus-glib-devel
- BuildRequires: openssl-devel >= 0.9.7
- BuildRequires: telepathy-glib-devel >= 0.8.0
- BuildRequires: libxslt
- BuildRequires: python
- Requires: telepathy-filesystem
-
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: iwaim
- %description
- A full-featured IRC connection manager for the Telepathy project.
- %prep
- %setup -q
- %check
- # make check
- %build
- %configure
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make install DESTDIR=%{buildroot}
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING NEWS
- %{_libexecdir}/%{name}
- %{_datadir}/dbus-1/services/*.service
- %{_datadir}/telepathy/managers/*.manager
- %{_mandir}/man8/%{name}.8*
- %changelog
- * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
- - new upstream release
- * Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
- - rebuild with openssl-1.0.0c
- * Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.6-1
- - initial build for Vine Linux
- * Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
- - Update to 0.1.6.
- * Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
- - Update to 0.1.5.
- - Drop glibc patch. Fixed upstream.
- * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.4-3
- - rebuilt with new openssl
- * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Sat Jun 27 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
- - Update to 0.1.4.
- - Add patch to fix glibc compilation bug.
- * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Wed Feb 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
- - Update to 0.1.3.
- - Bump minimum version of tp-glib-devel needed.
- * Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.2-4
- - rebuild with new openssl
- * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-3
- - Rebuild for gcc-4.3.
- * Wed Dec 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-2
- - rebuild for new libssl.so.6/libcrypto.so.6
- * Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
- - Update to 0.1.2.
- - Add BR for telepathy-glib-devel, libxslt, & python.
- * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-3
- - Rebuild.
- * Sun Aug 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
- - Update license tag.
- * Tue Jun 19 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
- - Update to 0.1.1.
- - Add check section for tests.
- - Add BR on telepathy-glib-unstable-static.
- * Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
- - Initial spec file.
|