]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2.spec
- updated to 2.3.103,
[packages/ORBit2.git] / ORBit2.spec
1 Summary:        High-performance CORBA Object Request Broker
2 Summary(fr):    Requète d'Objects CORBA
3 Summary(pl):    Wysoko wydajny CORBA Object Request Broker
4 Name:           ORBit2
5 Version:        2.3.103
6 Release:        3
7 Epoch:          1
8 License:        LGPL/GPL
9 Group:          Libraries
10 Group(de):      Libraries
11 Group(es):      Bibliotecas
12 Group(fr):      Librairies
13 Group(pl):      Biblioteki
14 Group(pt_BR):   Bibliotecas
15 Group(ru):      âÉÂÌÉÏÔÅËÉ
16 Group(uk):      â¦Â̦ÏÔÅËÉ
17 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
18 Patch0:         %{name}-disable_test.patch
19 URL:            http://www.labs.redhat.com/orbit/
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  glib2-devel >= 1.3.13
23 BuildRequires:  linc-devel >= 0.1.16
24 BuildRequires:  libIDL-devel >= 0.7.3
25 BuildRequires:  flex
26 BuildRequires:  indent
27 BuildRequires:  libtool
28 BuildRequires:  popt-devel >= 1.4
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define         _sysconfdir     /etc
32
33 %description
34 ORBit is a high-performance CORBA (Common Object Request Broker
35 Architecture) ORB (object request broker). It allows programs to send
36 requests and receive replies from other programs, regardless of the
37 locations of the two programs. CORBA is an architecture that enables
38 communication between program objects, regardless of the programming
39 language they're written in or the operating system they run on.
40
41 %description -l fr
42 ORBit est un ORB CORBA avec support pour le language C. Il permet a
43 des programmes d'envoyer des requètes et recevoir de réponses d'autres
44 programmes, indépendement de l'endroit ou sont les deux programmes.
45
46 %description -l pl
47 ORBit to wysokiej wydajno¶ci CORBA (Common Object Request Broker
48 Architecture) ORB (object request broker). Pozwala na wysy³anie pró¶b
49 i otrzymywanie odpowiedzi od innych programów bez znajomo¶ci po³o¿enia
50 tych dwóch programów.
51
52 %package devel
53 Summary:        Header files, and utilities for ORBit
54 Summary(fr):    Librairies statiques et fichiers entête pour ORBit
55 Summary(pl):    Pliki nag³ówkowe i u¿ytki dla ORBit
56 Group:          Development/Libraries
57 Group(de):      Entwicklung/Libraries
58 Group(es):      Desarrollo/Bibliotecas
59 Group(fr):      Development/Librairies
60 Group(pl):      Programowanie/Biblioteki
61 Group(pt_BR):   Desenvolvimento/Bibliotecas
62 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
63 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
64 Requires:       %{name} = %{version}
65 Requires:       glib2-devel
66 Requires:       indent
67 Requires:       libIDL-devel
68 Requires:       linc-devel
69 Requires:       popt-devel
70
71 %description
72 devel ORBit is a high-performance CORBA ORB with support for the C
73 language. It allows programs to send requests and receive replies from
74 other programs, regardless of the locations of the two programs.
75
76 This package includes the header files and utilities neecessary to
77 write programs that use CORBA technology.
78
79 %description devel -l fr
80 Librairies statiques et fichiers entête requis pour le development ou
81 la compilation de programmes utilisant ORBit.
82
83 %description devel -l pl
84 ORBit to wysokiej wydajno¶ci CORBA ORB ze wsparciem dla jêzyka C.
85 Pozwala na wysy³anie pró¶b i otrzymywanie odpowiedzi od innych
86 programów bez znajomo¶ci po³o¿enia tych dwóch programów.
87
88 Ten pakiet zawiera pliki nag³ówkowe oraz u¿ytki potrzebne do pisania
89 programów u¿ywaj±cych technologi CORBA.
90
91 %package static
92 Summary:        Static libraries for ORBit
93 Summary(pl):    Biblioteki statyczne dla ORBit
94 Group:          Development/Libraries
95 Group(de):      Entwicklung/Libraries
96 Group(es):      Desarrollo/Bibliotecas
97 Group(fr):      Development/Librairies
98 Group(pl):      Programowanie/Biblioteki
99 Group(pt_BR):   Desenvolvimento/Bibliotecas
100 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
101 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
102 Requires:       %{name}-devel = %{version}
103
104 %description static
105 ORBit is a high-performance CORBA ORB with support for the C language.
106 It allows programs to send requests and receive replies from other
107 programs, regardless of the locations of the two programs.
108
109 This package includes static libraries neecessary to write programs
110 statically linked that use CORBA technology.
111
112 %description static -l pl
113 ORBit to wysokiej wydajno¶ci CORBA ORB ze wsparciem dla jêzyka C.
114 Pozwala na wysy³anie pró¶b i otrzymywanie odpowiedzi od innych
115 programów bez znajomo¶ci po³o¿enia tych dwóch programów.
116
117 Ten pakiet zawiera biblioteki statyczne potrzebne do pisania programów
118 zlinkowanych statycznie u¿ywaj±cych technologii CORBA.
119
120 %prep
121 %setup  -q
122 %patch0 -p1
123
124 %build
125 rm -f missing
126 install /usr/share/automake/missing .
127 libtoolize --copy --force
128 aclocal
129 autoconf
130 %configure
131 %{__make}
132
133 %install
134 rm -rf $RPM_BUILD_ROOT
135
136 %{__make} install \
137         DESTDIR=$RPM_BUILD_ROOT \
138         m4datadir=%{_aclocaldir} \
139         pkgconfigdir=%{_pkgconfigdir}
140
141 gzip -9nf TODO NEWS
142
143 %clean
144 rm -rf $RPM_BUILD_ROOT
145
146 %post   -p /sbin/ldconfig
147 %postun -p /sbin/ldconfig
148
149 %files
150 %defattr(644,root,root,755)
151 %attr(755,root,root) %{_bindir}/name-client-2
152 %attr(755,root,root) %{_bindir}/orbit-idl-2
153 %attr(755,root,root) %{_bindir}/orbit-name-server-2
154 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
155 %{_datadir}/idl/orbit-*
156
157 %files devel
158 %defattr(644,root,root,755)
159 %doc *.gz
160 %attr(755,root,root) %{_bindir}/orbit2-config
161 %attr(755,root,root) %{_libdir}/lib*.??
162 %{_libdir}/libname-server-2.a
163 %{_pkgconfigdir}/*.pc
164 %{_includedir}/orbit-*
165 %{_aclocaldir}/*
166
167 %files static
168 %defattr(644,root,root,755)
169 %{_libdir}/libORBit-2.a
170 %{_libdir}/libORBitCosNaming-2.a
This page took 0.081919 seconds and 4 git commands to generate.