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

Revision 4616, 3.5 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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