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