Browse Source

telepathy-idle-0.1.6-1 (new)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1185 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
58f3ab55b5
1 changed files with 114 additions and 0 deletions
  1. 114 0
      t/telepathy-idle/telepathy-idle-vl.spec

+ 114 - 0
t/telepathy-idle/telepathy-idle-vl.spec

@@ -0,0 +1,114 @@
+Name:           telepathy-idle
+Version:        0.1.6
+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
+* 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.
+