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

Revision 7786, 3.5 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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