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

Revision 6890, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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