]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2.spec
ab3162918cf2ad21c35dc556fd638a17ea7094e0
[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 Patch1:         %{name}-am.patch
17 URL:            http://www.labs.redhat.com/orbit/
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  glib2-devel
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 %patch1 -p1
112
113 %build
114 libtoolize --copy --force
115 aclocal
116 autoconf
117 automake -a -c
118
119 %configure
120 %{__make}
121
122 %install
123 rm -rf $RPM_BUILD_ROOT
124
125 %{__make} install \
126         DESTDIR=$RPM_BUILD_ROOT \
127         m4datadir=%{_aclocaldir} \
128         pkgconfigdir=%{_pkgconfigdir}
129
130
131 gzip -9nf TODO NEWS
132
133 %post   -p /sbin/ldconfig
134 %postun -p /sbin/ldconfig
135
136 %post devel
137 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
138
139 %postun devel
140 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
141
142 %clean
143 rm -rf $RPM_BUILD_ROOT
144
145 %files
146 %defattr(644,root,root,755)
147
148 %files devel
149 %defattr(644,root,root,755)
150 %doc *.gz
151 %{_pkgconfigdir}/*
152 %{_includedir}/*
153 %{_aclocaldir}/*
154
155 %files static
156 %defattr(644,root,root,755)
This page took 0.038781 seconds and 3 git commands to generate.