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

Revision 1231, 3.8 KB checked in by Takemikaduchi, 14 years ago (diff)

update libchamplain, libgda, anjuta, evolution, ekiga, evolution-data-server, gnome-python-desktop, gmime, glibmm, gtkhtml3, gtksourceview2, gnome-color-manager, gtkmm2, opal, pango, ptlib, tracker, totem-pl-parser

Line 
1Summary: Open Phone Abstraction Library
2Name: opal
3Version: 3.6.8
4Release: 1%{?_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 Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.8-1
81- new upstream release
82- add Requires: speex-devel (devel package)
83
84* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.7-1
85- new upstream release
86- fix URL
87
88* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
89- new upstream release
90
91* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.4.4-1
92- new upstream release
93
94* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.2-1
95- new upstream release
96
97* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.1-1
98- new upstream release
99
100* Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.11-0vl1
101- new upstream release
102
103* Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl3
104- rebuilt with openssl-0.9.8e
105
106* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl2
107- rebuilt with new toolchains
108
109* Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.8-0vl1
110- new upstream release
111
112* Fri Feb 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.5-0vl1
113- new upstream release
114
115* Sat Feb  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.4-0vl1
116- initial built for Vine Linux 4.0
117
118* Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
119- new release for ekiga-2.0.2
120- try to fix #192740 mutilib problem
121
122* Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
123- last minute break fix and new release
124
125* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
126- rebuild
127
128* Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
129- final version for ekiga-2.0.0
130
131* Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
132- new beta version for ekiga
133
134* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
135- bump again for double-long bug on ppc(64)
136
137* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
138- rebuilt for new gcc4.1 snapshot and glibc changes
139
140* Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
141- initial version based on the openh323 spec file
Note: See TracBrowser for help on using the repository browser.