]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- new style macros, rel.2
authorfreetz <freetz@pld-linux.org>
Sun, 10 Apr 2005 14:52:00 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ORBit2.spec -> 1.75

ORBit2.spec

index f854b2e209dd62a1e20f1a44a66be8c6f8c93f60..dd1cd84b274c41c54f33b968a0d723c540eddfde 100644 (file)
@@ -3,7 +3,7 @@ Summary(fr):    Requ
 Summary(pl):   Wysoko wydajny CORBA Object Request Broker
 Name:          ORBit2
 Version:       2.12.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL/LGPL
 Group:         Libraries
@@ -21,6 +21,7 @@ BuildRequires:        libIDL-devel >= 0.8.4
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.14.0
 BuildRequires: popt-devel
+BuildRequires: rpmbuild(macros) >= 1.197
 Provides:      linc = 1.1.1
 Obsoletes:     libORBit2_0
 Obsoletes:     linc
@@ -109,7 +110,7 @@ skonsolidowanych statycznie u
 %patch0 -p1
 
 %build
-gtkdocize --copy
+%{__gtkdocize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -134,8 +135,11 @@ 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
+%ldconfig_post
+
+%postun
+%ldconfig_postun
 
 %files
 %defattr(644,root,root,755)
This page took 0.489539 seconds and 4 git commands to generate.