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

atk.spec

index b74aac7a2a019a54acf5c94cb9a689b56bc958e8..94102e3f8fb15516a49dbc5675bcdcf41575dcb9 100644 (file)
--- a/atk.spec
+++ b/atk.spec
@@ -3,7 +3,7 @@ Summary(pl):    ATK - biblioteka u
 Summary(pt_BR):        Interfaces para suporte a acessibilidade
 Name:          atk
 Version:       1.9.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2+
 Group:         X11/Libraries
@@ -19,7 +19,7 @@ BuildRequires:        gtk-doc >= 1.1
 BuildRequires: libtool
 BuildRequires: perl-base
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.98
+BuildRequires: rpmbuild(macros) >= 1.197
 Requires:      glib2 >= 1:2.6.3
 Obsoletes:     libatk1.0_0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -85,7 +85,7 @@ Interfaces para suporte a acessibilidade.
 %setup -q
 
 %build
-gtkdocize --copy
+%{__gtkdocize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -111,8 +111,11 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post
+%ldconfig_post
+
+%postun
+%ldconfig_postun
 
 %files -f atk10.lang
 %defattr(644,root,root,755)
This page took 0.081682 seconds and 4 git commands to generate.