source: projects/specs/branches/6/lib/libj/libjingle/libjingle-vl.spec @ 7739

Revision 7739, 3.1 KB checked in by Takemikaduchi, 11 years ago (diff)

rebuild packages & security fix

Line 
1Summary:        GoogleTalk implementation of Jingle
2Summary(ja):    Jingle の GoogleTalk 実装
3
4Name:           libjingle
5Version:        0.3.11
6Release:        2%{?_dist_release}
7
8Group:          System Environment/Libraries
9License:        BSD
10URL:            http://code.google.com/apis/talk/libjingle/
11Source0:        http://download.sourceforge.net/tapioca-voip/%{name}-%{version}.tar.gz
12BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
13
14BuildRequires:  expat-devel
15BuildRequires:  openssl-devel
16BuildRequires:  pkgconfig
17
18Patch0: %{name}-%{version}-gcc44.patch
19Patch1: %{name}-%{version}-openssl.patch
20
21
22%description
23Libjingle is Google Talk's implementation of Jingle and Jingle-Audio
24(proposed extensions to XMPP) to interoperate with Google Talk's
25peer-to-peer and voice calling capabilities.
26
27
28%package        devel
29Summary:        Development files for %{name}
30Summary(ja):        Development files for %{name}
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34Requires:       openssl-devel
35Requires:       expat-devel
36
37
38%description    devel
39The %{name}-devel package contains libraries and header files for
40developing applications that use %{name}.
41
42
43%prep
44%setup -q
45%patch0 -p1 -b .gcc44
46%patch1 -p1 -b .openssl
47
48
49%build
50%configure --disable-static
51make %{?_smp_mflags}
52
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
58
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63
64%post -p /sbin/ldconfig
65
66
67%postun -p /sbin/ldconfig
68
69
70%files
71%defattr(-,root,root,-)
72%doc COPYING ChangeLog
73%{_bindir}/relayserver
74%{_bindir}/stunserver
75%{_libdir}/*.so.*
76
77
78%files devel
79%defattr(-,root,root,-)
80%{_includedir}/%{name}-0.3/
81%{_libdir}/*.so
82%{_libdir}/pkgconfig/jinglebase-0.3.pc
83%{_libdir}/pkgconfig/jinglep2p-0.3.pc
84%{_libdir}/pkgconfig/jinglesession-0.3.pc
85%{_libdir}/pkgconfig/jinglexmllite-0.3.pc
86%{_libdir}/pkgconfig/jinglexmpp-0.3.pc
87
88
89%changelog
90* Sat Jul 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.11-2
91- rebuild with current Vine6 environment
92- update Patch0 (libjingle-0.3.11-gcc44.patch)
93- add Patch1 (libjingle-0.3.11-openssl.patch)
94
95* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.11-1
96- initial build for Vine Linux
97
98* Sun Mar 16 2008 Brian Pepple <bpepple@localhost.localdomain> - 0.3.11-8
99- Add patch to fix build w/ gcc4.3.
100
101* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.11-7
102- Autorebuild for GCC 4.3
103
104* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-6
105- Rebuild for gcc-4.3.
106
107* Wed Dec  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-5
108- rebuild for new libssl.so.6/libcrypto.so.6
109
110* Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-4
111- Rebuild for expat 2.0.
112
113* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-3
114- Rebuild.
115
116* Wed Jun 27 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-2
117- Update URL.
118
119* Fri May 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.11-1
120- Update 0.3.11.
121
122* Mon Sep  4 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.10-1
123- Initial FE spec.
Note: See TracBrowser for help on using the repository browser.