source: projects/specs/tags/6_0_REL/t/telepathy-idle/telepathy-idle-vl.spec @ 2610

Revision 2610, 3.0 KB checked in by Takemikaduchi, 13 years ago (diff)

empathy,telepathy-salut: new upstream release, others: rebuild with openssl-1.0.0c

Line 
1Name:           telepathy-idle
2Version:        0.1.6
3Release:        2%{?_dist_release}
4Summary:        IRC connection manager for Telepathy
5
6Group:          Applications/Communications
7License:        LGPLv2+
8URL:            http://telepathy.freedesktop.org/
9Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11
12BuildRequires:  dbus-devel
13BuildRequires:  dbus-glib-devel
14BuildRequires:  openssl-devel >= 0.9.7
15BuildRequires:  telepathy-glib-devel >= 0.8.0
16BuildRequires:  libxslt
17BuildRequires:  python
18
19Requires:       telepathy-filesystem
20   
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: iwaim
24
25%description
26A full-featured IRC connection manager for the Telepathy project.
27
28
29%prep
30%setup -q
31
32
33%check
34# make check
35
36
37%build
38%configure
39make %{?_smp_mflags}
40
41
42%install
43rm -rf %{buildroot}
44make install DESTDIR=%{buildroot}
45
46
47%clean
48rm -rf %{buildroot}
49
50
51%files
52%defattr(-,root,root,-)
53%doc AUTHORS COPYING NEWS
54%{_libexecdir}/%{name}
55%{_datadir}/dbus-1/services/*.service
56%{_datadir}/telepathy/managers/*.manager
57%{_mandir}/man8/%{name}.8*
58
59
60%changelog
61* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
62- rebuild with openssl-1.0.0c
63
64* Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.6-1
65- initial build for Vine Linux
66
67* Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
68- Update to 0.1.6.
69
70* Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
71- Update to 0.1.5.
72- Drop glibc patch.  Fixed upstream.
73
74* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.4-3
75- rebuilt with new openssl
76
77* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
79
80* Sat Jun 27 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
81- Update to 0.1.4.
82- Add patch to fix glibc compilation bug.
83
84* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86
87* Wed Feb 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
88- Update to 0.1.3.
89- Bump minimum version of tp-glib-devel needed.
90
91* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.2-4
92- rebuild with new openssl
93
94* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-3
95- Rebuild for gcc-4.3.
96
97* Wed Dec  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-2
98- rebuild for new libssl.so.6/libcrypto.so.6
99
100* Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
101- Update to 0.1.2.
102- Add BR for telepathy-glib-devel, libxslt, & python.
103
104* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-3
105- Rebuild.
106
107* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
108- Update license tag.
109
110* Tue Jun 19 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
111- Update to 0.1.1.
112- Add check section for tests.
113- Add BR on telepathy-glib-unstable-static.
114
115* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
116- Initial spec file.
117
Note: See TracBrowser for help on using the repository browser.