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