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

Revision 8119, 4.1 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Name:           libnice
2Version:        0.1.4
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
47%configure --disable-static
48sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
49sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
50make %{?_smp_mflags}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54make install DESTDIR=$RPM_BUILD_ROOT
55find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65
66%files
67%defattr(-,root,root,-)
68%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
69%{_bindir}/stunbdc
70%{_bindir}/stund
71%{_bindir}/sdp-example
72%{_bindir}/simple-example
73%{_bindir}/threaded-example
74%{_libdir}/gstreamer-0.10/libgstnice010.so
75%{_libdir}/gstreamer-1.0/libgstnice.so
76%{_libdir}/*.so.*
77
78%files devel
79%defattr(-,root,root,-)
80%{_includedir}/*
81%{_libdir}/*.so
82%{_libdir}/pkgconfig/nice.pc
83%{_datadir}/gtk-doc/html/%{name}
84
85
86%changelog
87* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
88- update to 0.1.4
89
90* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.3-1
91- new upstream release
92- add BuildRequires: gstreamer1-devel, gstreamer1-plugins-base-devel
93
94* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
95- new upstream release
96
97* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
98- new upstream release
99
100* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-1
101- new upstream release
102
103* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.13-1
104- new upstream release
105
106* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.9-4
107- rebuilt with rpm-4.8.1 for pkg-config
108
109* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.9-3
110- initial build for Vine Linux
111
112* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
113- Rebuild for new gupnp
114
115* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
116- Update to 0.0.9.
117- Drop sha1 patch. Fixed upstream.
118
119* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
120- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
121
122* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
123- stun sha1 patch from upstream to make it work at all
124
125* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
126- Update to 0.0.8.
127
128* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
129- Update to 0.0.7.
130- Add BR on gupnp-igd-devel.
131
132* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
133- Update to 0.0.6.
134
135* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
136- Update to 0.0.5.
137
138* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
139- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
140
141* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
142- Initial Fedora spec.
143
Note: See TracBrowser for help on using the repository browser.