source: projects/specs/trunk/t/telepathy-idle/telepathy-idle-vl.spec @ 1185

Revision 1185, 2.9 KB checked in by iwaim, 14 years ago (diff)

telepathy-idle-0.1.6-1 (new)

Line 
1Name:           telepathy-idle
2Version:        0.1.6
3Release:        1%{?_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* Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.6-1
62- initial build for Vine Linux
63
64* Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
65- Update to 0.1.6.
66
67* Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
68- Update to 0.1.5.
69- Drop glibc patch.  Fixed upstream.
70
71* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.4-3
72- rebuilt with new openssl
73
74* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
76
77* Sat Jun 27 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
78- Update to 0.1.4.
79- Add patch to fix glibc compilation bug.
80
81* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
83
84* Wed Feb 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
85- Update to 0.1.3.
86- Bump minimum version of tp-glib-devel needed.
87
88* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.2-4
89- rebuild with new openssl
90
91* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-3
92- Rebuild for gcc-4.3.
93
94* Wed Dec  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-2
95- rebuild for new libssl.so.6/libcrypto.so.6
96
97* Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
98- Update to 0.1.2.
99- Add BR for telepathy-glib-devel, libxslt, & python.
100
101* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-3
102- Rebuild.
103
104* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
105- Update license tag.
106
107* Tue Jun 19 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
108- Update to 0.1.1.
109- Add check section for tests.
110- Add BR on telepathy-glib-unstable-static.
111
112* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
113- Initial spec file.
114
Note: See TracBrowser for help on using the repository browser.