source: projects/specs/trunk/lib/libn/libnice/libnice-vl.spec @ 9791

Revision 9791, 4.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1Name:           libnice
2Version:        0.1.13
3Release:        1%{?_dist_release}
4Summary:        GLib ICE implementation
5
6Group:          System Environment/Libraries
7License:        LGPLv2 and MPLv1.1
8URL:            http://nice.freedesktop.org/wiki/
9Source0:        http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  glib2-devel >= 2.10
13BuildRequires:  gstreamer-devel >= 0.10.0
14BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
15BuildRequires:  gstreamer1-devel >= 0.11.0
16BuildRequires:  gstreamer1-plugins-base-devel >= 0.11.0
17BuildRequires:  gupnp-igd-devel >= 0.1.2
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23%{name} is an implementation of the IETF's draft Interactive Connectivity
24Establishment standard (ICE). ICE is useful for applications that want to
25establish peer-to-peer UDP data streams. It automates the process of traversing
26NATs and provides security against some attacks. Existing standards that use
27ICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extension
28for audio/video calls.
29
30
31%package        devel
32Summary:        Development files for %{name}
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35Requires:       glib2-devel
36Requires:       pkgconfig
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
46%build
47CFLAGS="$CFLAGS -Wno-error=sign-compare"
48%configure --disable-static
49sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
50sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
51make %{?_smp_mflags}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55make install DESTDIR=$RPM_BUILD_ROOT
56find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61
62%post -p /sbin/ldconfig
63
64%postun -p /sbin/ldconfig
65
66
67%files
68%defattr(-,root,root,-)
69%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
70%{_bindir}/stunbdc
71%{_bindir}/stund
72%{_bindir}/sdp-example
73%{_bindir}/simple-example
74%{_bindir}/threaded-example
75%{_libdir}/gstreamer-0.10/libgstnice010.so
76%{_libdir}/gstreamer-1.0/libgstnice.so
77%{_libdir}/*.so.*
78
79%files devel
80%defattr(-,root,root,-)
81%{_includedir}/*
82%{_libdir}/*.so
83%{_libdir}/pkgconfig/nice.pc
84%{_datadir}/gtk-doc/html/%{name}
85
86
87%changelog
88* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.13-1
89- new upstream release
90
91* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.7-1
92- new upstream release
93
94* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-1
95- new upstream release
96
97* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
98- update to 0.1.4
99
100* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.3-1
101- new upstream release
102- add BuildRequires: gstreamer1-devel, gstreamer1-plugins-base-devel
103
104* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
105- new upstream release
106
107* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
108- new upstream release
109
110* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-1
111- new upstream release
112
113* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.13-1
114- new upstream release
115
116* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.9-4
117- rebuilt with rpm-4.8.1 for pkg-config
118
119* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.9-3
120- initial build for Vine Linux
121
122* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
123- Rebuild for new gupnp
124
125* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
126- Update to 0.0.9.
127- Drop sha1 patch. Fixed upstream.
128
129* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
130- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
131
132* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
133- stun sha1 patch from upstream to make it work at all
134
135* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
136- Update to 0.0.8.
137
138* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
139- Update to 0.0.7.
140- Add BR on gupnp-igd-devel.
141
142* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
143- Update to 0.0.6.
144
145* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
146- Update to 0.0.5.
147
148* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
149- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
150
151* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
152- Initial Fedora spec.
153
Note: See TracBrowser for help on using the repository browser.