packages: gnome-network/gnome-network.spec - intoolize, libtoolize - BR: ge...
sparky
sparky at pld-linux.org
Wed Jan 6 03:47:42 CET 2010
Author: sparky Date: Wed Jan 6 02:47:42 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- intoolize, libtoolize
- BR: gettext-devel, intltool, libtool, pkgconfig
- adapterized
---- Files affected:
packages/gnome-network:
gnome-network.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: packages/gnome-network/gnome-network.spec
diff -u packages/gnome-network/gnome-network.spec:1.50 packages/gnome-network/gnome-network.spec:1.51
--- packages/gnome-network/gnome-network.spec:1.50 Tue Feb 13 08:16:46 2007
+++ packages/gnome-network/gnome-network.spec Wed Jan 6 03:47:37 2010
@@ -22,10 +22,14 @@
BuildRequires: GConf2-devel >= 2.4.0
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: gettext-devel
BuildRequires: gnome-common >= 2.8.0
BuildRequires: gnome-panel-devel >= 2.4.0
+BuildRequires: intltool
BuildRequires: libglade2-devel
BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: libtool
+BuildRequires: pkgconfig
#Requires: bind-utils
#Requires: bsd-finger
#Requires: iputils
@@ -77,13 +81,15 @@
mv -f po/{no,nb}.po
%build
-glib-gettextize --copy --force
+%{__glib_gettextize}
+%{__intltoolize}
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__automake}
%configure \
--with-ifconfig="/sbin/ifconfig" \
- --with-vncviewer="/usr/bin/vncviewer" \
+ --with-vncviewer="%{_bindir}/vncviewer" \
--with-xnest="/usr/X11R6/bin/Xnest"
%{__make}
@@ -103,11 +109,11 @@
%post
umask 022
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
+[ ! -x %{_bindir}/update-desktop-database ] || %{_bindir}/update-desktop-database >/dev/null 2>&1 ||:
%postun
umask 022
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+[ ! -x %{_bindir}/update-desktop-database ] || %{_bindir}/update-desktop-database >/dev/null 2>&1
%files -f %{name}.lang
%defattr(644,root,root,755)
@@ -125,6 +131,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2010/01/06 02:47:37 sparky
+- intoolize, libtoolize
+- BR: gettext-devel, intltool, libtool, pkgconfig
+- adapterized
+
Revision 1.50 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-network/gnome-network.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list