]> git.pld-linux.org Git - packages/ORBit2.git/blobdiff - ORBit2.spec
- 2.12.4
[packages/ORBit2.git] / ORBit2.spec
index ae5e5e73b1acbe0ae3900324ac6a4f74eb84b61f..cf792c5b5a889947577b67015174223368022bee 100644 (file)
@@ -2,25 +2,30 @@ 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.12.0
+Version:       2.12.4
 Release:       1
 Epoch:         1
-License:       GPL/LGPL
+License:       GPL v2+/LGPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.12/%{name}-%{version}.tar.bz2
-# Source0-md5: d7f0c2b9bee73b89978a9968c10f81fe
+Source0:       http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.12/%{name}-%{version}.tar.bz2
+# Source0-md5: aa2cae6e7957c369edccbd98ba78dea9
 Patch0:                %{name}-pthread.patch
+Patch1:                %{name}-popt.patch
 URL:           http://www.labs.redhat.com/orbit/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.12
 BuildRequires: automake
 BuildRequires: flex
-BuildRequires: glib2-devel >= 1:2.4.2
-BuildRequires: gtk-doc >= 1.0
+BuildRequires: glib2-devel >= 1:2.6.3
+BuildRequires: gtk-doc >= 1.3
 BuildRequires: indent
-BuildRequires: libIDL-devel >= 0.8.4
+BuildRequires: libIDL-devel >= 0.8.5
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.14.0
-BuildRequires: popt-devel
+BuildRequires: popt-devel >= 1.5
+BuildRequires: rpmbuild(macros) >= 1.197
+Requires:      glib2 >= 1:2.6.3
+Requires:      libIDL >= 0.8.5
+Requires:      popt >= 1.5
 Provides:      linc = 1.1.1
 Obsoletes:     libORBit2_0
 Obsoletes:     linc
@@ -52,10 +57,9 @@ Summary(fr): Librairies statiques et fichiers ent
 Summary(pl):   Pliki nag³ówkowe i u¿ytki dla ORBit
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      glib2-devel >= 1:2.4.2
+Requires:      glib2-devel >= 1:2.6.3
 Requires:      indent
-Requires:      libIDL-devel >= 0.8.4
-Requires:      popt-devel
+Requires:      libIDL-devel >= 0.8.5
 Provides:      linc-devel = 1.1.1
 Obsoletes:     libORBit2_0-devel
 Obsoletes:     linc-devel
@@ -107,9 +111,10 @@ skonsolidowanych statycznie u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-gtkdocize --copy
+%{__gtkdocize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -119,7 +124,6 @@ gtkdocize --copy
        --with-html-dir=%{_gtkdocdir} \
        --enable-gtk-doc \
        --enable-http
-
 %{__make}
 
 %install
@@ -134,8 +138,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/Everything_module.{la,a}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.086525 seconds and 4 git commands to generate.