]> git.pld-linux.org Git - packages/ORBit2.git/blobdiff - ORBit2.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/ORBit2.git] / ORBit2.spec
index 43304efdc4b533cb7fe2773545a74b049bd5fe65..805a6dff97e6549123028e2ff05c62fa8a6c4aa1 100644 (file)
@@ -2,29 +2,24 @@ 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.105
+Release:       2
 Epoch:         1
 License:       LGPL/GPL
 Group:         Libraries
-Group(de):     Libraries
-Group(es):     Bibliotecas
-Group(fr):     Librairies
-Group(pl):     Biblioteki
-Group(pt_BR):  Bibliotecas
-Group(ru):     âÉÂÌÉÏÔÅËÉ
-Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-disable_test.patch
+Patch1:                %{name}-am15.patch
+Patch2:                %{name}-ac_fix.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: flex
+BuildRequires: glib2-devel >= 1.3.14
 BuildRequires: indent
+BuildRequires: libIDL-devel >= 0.7.4
 BuildRequires: libtool
+BuildRequires: linc-devel >= 0.1.17
 BuildRequires: popt-devel >= 1.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -54,13 +49,6 @@ 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(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 Requires:      glib2-devel
 Requires:      indent
@@ -92,13 +80,6 @@ program
 Summary:       Static libraries for ORBit
 Summary(pl):   Biblioteki statyczne dla ORBit
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -119,14 +100,16 @@ zlinkowanych statycznie u
 
 %prep
 %setup  -q
-%patch0 -p1
+#%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
-install /usr/share/automake/missing .
 libtoolize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.079917 seconds and 4 git commands to generate.