]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2.spec
- adapterized, cosmetics
[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.102
6 Release:        2
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.10
23 BuildRequires:  linc-devel >= 0.1.12
24 BuildRequires:  libIDL-devel
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:       popt-devel
68
69 %description
70 devel ORBit is a high-performance CORBA ORB with support for the C
71 language. It allows programs to send requests and receive replies from
72 other programs, regardless of the locations of the two programs.
73
74 This package includes the header files and utilities neecessary to
75 write programs that use CORBA technology.
76
77 %description devel -l fr
78 Librairies statiques et fichiers entête requis pour le development ou
79 la compilation de programmes utilisant ORBit.
80
81 %description devel -l pl
82 ORBit to wysokiej wydajno¶ci CORBA ORB ze wsparciem dla jêzyka C.
83 Pozwala na wysy³anie pró¶b i otrzymywanie odpowiedzi od innych
84 programów bez znajomo¶ci po³o¿enia tych dwóch programów.
85
86 Ten pakiet zawiera pliki nag³ówkowe oraz u¿ytki potrzebne do pisania
87 programów u¿ywaj±cych technologi CORBA.
88
89 %package static
90 Summary:        Static libraries for ORBit
91 Summary(pl):    Biblioteki statyczne dla ORBit
92 Group:          Development/Libraries
93 Group(de):      Entwicklung/Libraries
94 Group(es):      Desarrollo/Bibliotecas
95 Group(fr):      Development/Librairies
96 Group(pl):      Programowanie/Biblioteki
97 Group(pt_BR):   Desenvolvimento/Bibliotecas
98 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
99 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
100 Requires:       %{name}-devel = %{version}
101
102 %description static
103 ORBit is a high-performance CORBA ORB with support for the C language.
104 It allows programs to send requests and receive replies from other
105 programs, regardless of the locations of the two programs.
106
107 This package includes static libraries neecessary to write programs
108 statically linked that use CORBA technology.
109
110 %description static -l pl
111 ORBit to wysokiej wydajno¶ci CORBA ORB ze wsparciem dla jêzyka C.
112 Pozwala na wysy³anie pró¶b i otrzymywanie odpowiedzi od innych
113 programów bez znajomo¶ci po³o¿enia tych dwóch programów.
114
115 Ten pakiet zawiera biblioteki statyczne potrzebne do pisania programów
116 zlinkowanych statycznie u¿ywaj±cych technologii CORBA.
117
118 %prep
119 %setup  -q
120 %patch0 -p1
121
122 %build
123 rm -f missing
124 install /usr/share/automake/missing .
125 libtoolize --copy --force
126 aclocal
127 autoconf
128 %configure
129 %{__make}
130
131 %install
132 rm -rf $RPM_BUILD_ROOT
133
134 %{__make} install \
135         DESTDIR=$RPM_BUILD_ROOT \
136         m4datadir=%{_aclocaldir} \
137         pkgconfigdir=%{_pkgconfigdir}
138
139 gzip -9nf TODO NEWS
140
141 %clean
142 rm -rf $RPM_BUILD_ROOT
143
144 %post   -p /sbin/ldconfig
145 %postun -p /sbin/ldconfig
146
147 %files
148 %defattr(644,root,root,755)
149 %attr(755,root,root) %{_bindir}/name-client-2
150 %attr(755,root,root) %{_bindir}/orbit-idl-2
151 %attr(755,root,root) %{_bindir}/orbit-name-server-2
152 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
153 %{_datadir}/idl/orbit-*
154
155 %files devel
156 %defattr(644,root,root,755)
157 %doc *.gz
158 %attr(755,root,root) %{_bindir}/orbit2-config
159 %attr(755,root,root) %{_libdir}/lib*.??
160 %{_libdir}/libname-server-2.a
161 %{_pkgconfigdir}/*.pc
162 %{_includedir}/orbit-*
163 %{_aclocaldir}/*
164
165 %files static
166 %defattr(644,root,root,755)
167 %{_libdir}/libORBit-2.a
168 %{_libdir}/libORBitCosNaming-2.a
This page took 0.09813 seconds and 4 git commands to generate.