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

Revision 4850, 3.6 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

Line 
1Name:           libnice
2Version:        0.1.1
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* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
82- new upstream release
83
84* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-1
85- new upstream release
86
87* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.13-1
88- new upstream release
89
90* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.9-4
91- rebuilt with rpm-4.8.1 for pkg-config
92
93* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.9-3
94- initial build for Vine Linux
95
96* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
97- Rebuild for new gupnp
98
99* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
100- Update to 0.0.9.
101- Drop sha1 patch. Fixed upstream.
102
103* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
105
106* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
107- stun sha1 patch from upstream to make it work at all
108
109* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
110- Update to 0.0.8.
111
112* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
113- Update to 0.0.7.
114- Add BR on gupnp-igd-devel.
115
116* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
117- Update to 0.0.6.
118
119* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
120- Update to 0.0.5.
121
122* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
124
125* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
126- Initial Fedora spec.
127
Note: See TracBrowser for help on using the repository browser.