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