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

Revision 10245, 4.7 KB checked in by Takemikaduchi, 8 years ago (diff)

OpenImageIO,cmake: new upstream release
others: rebuild

Line 
1Summary: Open Phone Abstraction Library
2Name: opal
3Version: 3.10.10
4Release: 3%{?_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* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-3
87- rebuild with openssl-1.0.2
88
89* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-2
90- rebuild with VineSeed environment
91
92* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-1
93- new upstream release
94
95* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.9-1
96- new upstream release
97- add BuildRequires: speex-devel, expat-devel
98
99* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.7-1
100- new upstream release
101- add BuildRequires: ruby, swig, celt-devel
102
103* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
104- new upstream release
105
106* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
107- new upstream release
108
109* Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-2
110- rebuild with openssl-1.0.0c
111
112* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-1
113- new upstream release
114- add Requires: speex-devel (devel package)
115
116* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.7-1
117- new upstream release
118- fix URL
119
120* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
121- new upstream release
122
123* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.4.4-1
124- new upstream release
125
126* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.2-1
127- new upstream release
128
129* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.1-1
130- new upstream release
131
132* Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.11-0vl1
133- new upstream release
134
135* Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl3
136- rebuilt with openssl-0.9.8e
137
138* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl2
139- rebuilt with new toolchains
140
141* Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl1
142- new upstream release
143
144* Fri Feb 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.5-0vl1
145- new upstream release
146
147* Sat Feb  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.4-0vl1
148- initial built for Vine Linux 4.0
149
150* Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
151- new release for ekiga-2.0.2
152- try to fix #192740 mutilib problem
153
154* Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
155- last minute break fix and new release
156
157* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
158- rebuild
159
160* Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
161- final version for ekiga-2.0.0
162
163* Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
164- new beta version for ekiga
165
166* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
167- bump again for double-long bug on ppc(64)
168
169* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
170- rebuilt for new gcc4.1 snapshot and glibc changes
171
172* Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
173- initial version based on the openh323 spec file
Note: See TracBrowser for help on using the repository browser.