]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- updated to 2.3.104, ORBit2-2_3_104-1
authorkloczek <kloczek@pld-linux.org>
Wed, 6 Feb 2002 05:28:22 +0000 (05:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild against libIDL 0.7.4,
- added automake 1.5 fixes.

Changed files:
    ORBit2.spec -> 1.11

ORBit2.spec

index 43304efdc4b533cb7fe2773545a74b049bd5fe65..c539e6c66d5a6922f4e304c065920237c7364480 100644 (file)
@@ -2,26 +2,29 @@ Summary:      High-performance CORBA Object Request Broker
 Summary(fr):   Requète d'Objects CORBA
 Summary(pl):   Wysoko wydajny CORBA Object Request Broker
 Name:          ORBit2
-Version:       2.3.103
-Release:       3
+Version:       2.3.104
+Release:       1
 Epoch:         1
 License:       LGPL/GPL
 Group:         Libraries
-Group(de):     Libraries
+Group(de):     Bibliotheken
 Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
+Group(pt):     Bibliotecas
 Group(pt_BR):  Bibliotecas
 Group(ru):     âÉÂÌÉÏÔÅËÉ
 Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
+Source1:       %{name}-Makefile.shared
 Patch0:                %{name}-disable_test.patch
+Patch1:                %{name}-am15.patch
 URL:           http://www.labs.redhat.com/orbit/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: glib2-devel >= 1.3.13
 BuildRequires: linc-devel >= 0.1.16
-BuildRequires: libIDL-devel >= 0.7.3
+BuildRequires: libIDL-devel >= 0.7.4
 BuildRequires: flex
 BuildRequires: indent
 BuildRequires: libtool
@@ -54,11 +57,12 @@ Summary:    Header files, and utilities for ORBit
 Summary(fr):   Librairies statiques et fichiers entête pour ORBit
 Summary(pl):   Pliki nag³ówkowe i u¿ytki dla ORBit
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
+Group(de):     Entwicklung/Bibliotheken
 Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(pt):     Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
@@ -92,11 +96,12 @@ program
 Summary:       Static libraries for ORBit
 Summary(pl):   Biblioteki statyczne dla ORBit
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
+Group(de):     Entwicklung/Bibliotheken
 Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(pt):     Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
@@ -120,13 +125,16 @@ zlinkowanych statycznie u
 %prep
 %setup  -q
 %patch0 -p1
+%patch1 -p1
+
+install %{SOURCE1} Makefile.shared
 
 %build
 rm -f missing
-install /usr/share/automake/missing .
 libtoolize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.045339 seconds and 4 git commands to generate.