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

GConf2.spec

index eebf4d4a6f6a95df79aad9e898b24e5e48b60e81..1d9acc481001e9c3fba6dcd62a755f5b7460a183 100644 (file)
@@ -4,7 +4,7 @@ Summary(pt_BR): Sistema de Configura
 Summary(ru):   óÉÓÔÅÍÁ ËÏÎÆÉÇÕÒÁÃÉÉ GNOME 2
 Name:          GConf2
 Version:       2.10.0
-Release:       1
+Release:       2
 License:       LGPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.10/GConf-%{version}.tar.bz2
@@ -23,6 +23,7 @@ BuildRequires:        libxml2-devel >= 2.0
 BuildRequires: perl-base
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
+BuildRequires: rpmbuild(macros) >= 1.197
 Obsoletes:     libGConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -84,7 +85,7 @@ Bibliotecas est
 
 %build
 rm -f acinclude.m4
-glib-gettextize --copy --force
+%{__glib_gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -117,8 +118,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/GConf2/lib*.{la,a}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post
+%ldconfig_post
+
+%postun
+%ldconfig_postun
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.050482 seconds and 4 git commands to generate.