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

Revision 6011, 3.7 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           libnice
2Version:        0.1.2
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:  gupnp-igd-devel >= 0.1.2
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21%{name} is an implementation of the IETF's draft Interactive Connectivity
22Establishment standard (ICE). ICE is useful for applications that want to
23establish peer-to-peer UDP data streams. It automates the process of traversing
24NATs and provides security against some attacks. Existing standards that use
25ICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extension
26for audio/video calls.
27
28
29%package        devel
30Summary:        Development files for %{name}
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       glib2-devel
34Requires:       pkgconfig
35
36%description    devel
37The %{name}-devel package contains libraries and header files for
38developing applications that use %{name}.
39
40
41%prep
42%setup -q
43
44%build
45%configure --disable-static
46sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
47sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
48make %{?_smp_mflags}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT
53find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58
59%post -p /sbin/ldconfig
60
61%postun -p /sbin/ldconfig
62
63
64%files
65%defattr(-,root,root,-)
66%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
67%{_bindir}/stunbdc
68%{_bindir}/stund
69%{_libdir}/gstreamer-0.10/libgstnice.so
70%{_libdir}/*.so.*
71
72%files devel
73%defattr(-,root,root,-)
74%{_includedir}/*
75%{_libdir}/*.so
76%{_libdir}/pkgconfig/nice.pc
77%{_datadir}/gtk-doc/html/%{name}
78
79
80%changelog
81* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
82- new upstream release
83
84* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
85- new upstream release
86
87* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-1
88- new upstream release
89
90* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.13-1
91- new upstream release
92
93* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.9-4
94- rebuilt with rpm-4.8.1 for pkg-config
95
96* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.9-3
97- initial build for Vine Linux
98
99* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
100- Rebuild for new gupnp
101
102* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
103- Update to 0.0.9.
104- Drop sha1 patch. Fixed upstream.
105
106* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
108
109* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
110- stun sha1 patch from upstream to make it work at all
111
112* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
113- Update to 0.0.8.
114
115* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
116- Update to 0.0.7.
117- Add BR on gupnp-igd-devel.
118
119* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
120- Update to 0.0.6.
121
122* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
123- Update to 0.0.5.
124
125* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
126- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
127
128* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
129- Initial Fedora spec.
130
Note: See TracBrowser for help on using the repository browser.