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

Revision 631, 3.6 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

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