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

Revision 521, 3.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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