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

Revision 9073, 4.4 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME 3.14.1

RevLine 
[521]1Name:           libnice
[9073]2Version:        0.1.7
[2041]3Release:        1%{?_dist_release}
[521]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
[6890]15BuildRequires:  gstreamer1-devel >= 0.11.0
16BuildRequires:  gstreamer1-plugins-base-devel >= 0.11.0
[521]17BuildRequires:  gupnp-igd-devel >= 0.1.2
18
[4616]19Vendor: Project Vine
20Distribution: Vine Linux
21
[521]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
[8353]47CFLAGS="$CFLAGS -Wno-error=sign-compare"
[521]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
[8119]72%{_bindir}/sdp-example
73%{_bindir}/simple-example
74%{_bindir}/threaded-example
[6890]75%{_libdir}/gstreamer-0.10/libgstnice010.so
76%{_libdir}/gstreamer-1.0/libgstnice.so
[521]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
[9073]88* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.7-1
89- new upstream release
90
[8353]91* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-1
92- new upstream release
93
[8119]94* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
95- update to 0.1.4
96
[6890]97* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.3-1
98- new upstream release
99- add BuildRequires: gstreamer1-devel, gstreamer1-plugins-base-devel
100
[6011]101* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
102- new upstream release
103
[4850]104* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
105- new upstream release
106
[4616]107* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-1
108- new upstream release
109
[2041]110* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.13-1
111- new upstream release
112
[1983]113* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.9-4
114- rebuilt with rpm-4.8.1 for pkg-config
115
[521]116* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.9-3
117- initial build for Vine Linux
118
119* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
120- Rebuild for new gupnp
121
122* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
123- Update to 0.0.9.
124- Drop sha1 patch. Fixed upstream.
125
126* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
127- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
128
129* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
130- stun sha1 patch from upstream to make it work at all
131
132* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
133- Update to 0.0.8.
134
135* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
136- Update to 0.0.7.
137- Add BR on gupnp-igd-devel.
138
139* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
140- Update to 0.0.6.
141
142* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
143- Update to 0.0.5.
144
145* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
147
148* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
149- Initial Fedora spec.
150
Note: See TracBrowser for help on using the repository browser.