]> git.pld-linux.org Git - packages/ORBit2.git/blobdiff - ORBit2.spec
- version 2.7.5
[packages/ORBit2.git] / ORBit2.spec
index 753c9e28e2754398ad2ac75367ed291a7f0dc45d..6e5b5cf813407da635a8c032457a4a0df8d85740 100644 (file)
@@ -2,16 +2,14 @@ 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.7.2
+Version:       2.7.5
 Release:       0.9
 Epoch:         1
 License:       GPL/LGPL
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.7/%{name}-%{version}.tar.bz2
-# Source0-md5: 65461a4e2bc9e533253ee602a81aa62d
-Patch0:                %{name}-am.patch
-Patch1:                %{name}-ac_fix.patch
-Patch2:                %{name}-pthread.patch
+# Source0-md5: 0e75301c0df80406c265984e6ae753cf
+Patch0:                %{name}-pthread.patch
 URL:           http://www.labs.redhat.com/orbit/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -50,7 +48,7 @@ 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
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 Requires:      glib2-devel >= 2.0.0
 Requires:      indent
 Requires:      libIDL-devel
@@ -82,7 +80,7 @@ program
 Summary:       Static libraries for ORBit
 Summary(pl):   Biblioteki statyczne dla ORBit
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{epoch}:%{version}
 
 %description static
 ORBit is a high-performance CORBA ORB with support for the C language.
@@ -103,8 +101,6 @@ zlinkowanych statycznie u
 %prep
 %setup  -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 rm -f missing
@@ -112,7 +108,9 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --with-html-dir=%{_gtkdocdir}
+       
 %{__make}
 
 %install
@@ -153,6 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/*.pc
 %{_includedir}/orbit-*
 %{_aclocaldir}/*
+%{_gtkdocdir}/%{name}
 
 %files static
 %defattr(644,root,root,755)
This page took 0.038362 seconds and 4 git commands to generate.