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

Revision 5341, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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