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

Revision 6890, 4.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Name:           libnice
2Version:        0.1.3
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%{_libdir}/gstreamer-0.10/libgstnice010.so
72%{_libdir}/gstreamer-1.0/libgstnice.so
73%{_libdir}/*.so.*
74
75%files devel
76%defattr(-,root,root,-)
77%{_includedir}/*
78%{_libdir}/*.so
79%{_libdir}/pkgconfig/nice.pc
80%{_datadir}/gtk-doc/html/%{name}
81
82
83%changelog
84* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.3-1
85- new upstream release
86- add BuildRequires: gstreamer1-devel, gstreamer1-plugins-base-devel
87
88* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
89- new upstream release
90
91* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
92- new upstream release
93
94* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-1
95- new upstream release
96
97* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.13-1
98- new upstream release
99
100* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.9-4
101- rebuilt with rpm-4.8.1 for pkg-config
102
103* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.9-3
104- initial build for Vine Linux
105
106* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
107- Rebuild for new gupnp
108
109* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
110- Update to 0.0.9.
111- Drop sha1 patch. Fixed upstream.
112
113* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
114- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
115
116* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
117- stun sha1 patch from upstream to make it work at all
118
119* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
120- Update to 0.0.8.
121
122* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
123- Update to 0.0.7.
124- Add BR on gupnp-igd-devel.
125
126* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
127- Update to 0.0.6.
128
129* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
130- Update to 0.0.5.
131
132* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
133- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
134
135* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
136- Initial Fedora spec.
137
Note: See TracBrowser for help on using the repository browser.