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

Revision 8119, 3.7 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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