source: projects/specs/branches/6/o/opal/opal-vl.spec @ 2483

Revision 2483, 3.9 KB checked in by Takemikaduchi, 13 years ago (diff)

rebuild with openssl-1.0.0c

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