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

Revision 7938, 3.6 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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