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

Revision 12387, 5.3 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

Field3D-1.7.3-1

OpenImageIO-2.1.10.1-1

ekiga-4.0.1-11

galera-26.4.3-2

gnucash-3.10-1

libboost-1.72.0-1

nghttp2-1.40.0-2

opal-3.10.11-1

ptlib-2.10.11-1

source-highlight-3.1.8-2

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