source: projects/specs/trunk/o/opal/opal-vl.spec @ 7294

Revision 7294, 4.4 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.9.5

Line 
1Summary: Open Phone Abstraction Library
2Name: opal
3Version: 3.10.9
4Release: 1%{?_dist_release}
5URL: http://www.opalvoip.org/
6Source0: ftp://ftp.gnome.org/pub/gnome/sources/opal/3.10/%{name}-%{version}.tar.xz
7License: MPL
8Group: System Environment/Libraries
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: ruby
12BuildRequires: ptlib-devel >= 2.10.9
13BuildRequires: speex-devel
14BuildRequires: openldap-devel
15BuildRequires: openssl-devel
16BuildRequires: libtheora-devel
17BuildRequires: SDL-devel
18BuildRequires: swig
19BuildRequires: celt-devel
20BuildRequires: speex-devel
21BuildRequires: expat-devel
22Obsoletes: openh323
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28Open Phone Abstraction Library, implementation of the ITU H.323
29teleconferencing protocol, and successor of the openh323 library.
30
31%package devel
32Summary: Development package for opal
33Summary(ja): opal の開発用パッケージ
34Group: Development/Libraries
35Requires: opal = %{version}-%{release}
36Requires: ptlib-devel
37Requires: speex-devel
38Obsoletes: openh323-devel
39
40%description devel
41Static libraries and header files for development with opal.
42
43%prep
44%setup -q
45
46%build
47%configure
48
49make OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mfalgs}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54make DESTDIR=$RPM_BUILD_ROOT install
55
56rm -f $RPM_BUILD_ROOT/%{_datadir}/opal/opal_inc.mak
57rm -f $RPM_BUILD_ROOT/%{_includedir}/opal/sip/sdpcaps.h
58rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%post -p /sbin/ldconfig
64
65%postun -p /sbin/ldconfig
66
67%files
68%defattr(-,root,root)
69%doc mpl-1.0.htm
70%{_libdir}/lib*.so.*
71%dir %{_libdir}/opal-%{version}
72%dir %{_libdir}/opal-%{version}/codecs
73%dir %{_libdir}/opal-%{version}/codecs/audio
74%dir %{_libdir}/opal-%{version}/codecs/video
75%{_libdir}/opal-%{version}/codecs/audio/*.so
76%{_libdir}/opal-%{version}/codecs/video/*.so
77
78%files devel
79%defattr(-,root,root)
80%doc samples
81%{_includedir}/*
82%{_libdir}/lib*.so
83%{_libdir}/pkgconfig/*
84
85%changelog
86* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.9-1
87- new upstream release
88- add BuildRequires: speex-devel, expat-devel
89
90* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.7-1
91- new upstream release
92- add BuildRequires: ruby, swig, celt-devel
93
94* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
95- new upstream release
96
97* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
98- new upstream release
99
100* Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-2
101- rebuild with openssl-1.0.0c
102
103* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-1
104- new upstream release
105- add Requires: speex-devel (devel package)
106
107* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.7-1
108- new upstream release
109- fix URL
110
111* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
112- new upstream release
113
114* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.4.4-1
115- new upstream release
116
117* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.2-1
118- new upstream release
119
120* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.1-1
121- new upstream release
122
123* Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.11-0vl1
124- new upstream release
125
126* Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl3
127- rebuilt with openssl-0.9.8e
128
129* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl2
130- rebuilt with new toolchains
131
132* Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl1
133- new upstream release
134
135* Fri Feb 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.5-0vl1
136- new upstream release
137
138* Sat Feb  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.4-0vl1
139- initial built for Vine Linux 4.0
140
141* Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
142- new release for ekiga-2.0.2
143- try to fix #192740 mutilib problem
144
145* Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
146- last minute break fix and new release
147
148* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
149- rebuild
150
151* Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
152- final version for ekiga-2.0.0
153
154* Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
155- new beta version for ekiga
156
157* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
158- bump again for double-long bug on ppc(64)
159
160* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
161- rebuilt for new gcc4.1 snapshot and glibc changes
162
163* Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
164- initial version based on the openh323 spec file
Note: See TracBrowser for help on using the repository browser.