Author: megabajt                     Date: Thu May 24 20:17:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- full ac/am/lt regeneration instead of autoreconf
- removed unused %gconf_schema_install

---- Files affected:
SPECS:
   NetworkManager.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/NetworkManager.spec
diff -u SPECS/NetworkManager.spec:1.31 SPECS/NetworkManager.spec:1.32
--- SPECS/NetworkManager.spec:1.31      Mon May 14 22:01:45 2007
+++ SPECS/NetworkManager.spec   Thu May 24 22:17:32 2007
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO:
-# - missing BRs (ac/am/??? - don't hide them behind autoreconf call)
 # - add a working(!) pld backend... (it work's 4 me as it is now - czarny)
 #
 Summary:       Network Manager for GNOME
@@ -15,17 +14,21 @@
 Source1:       %{name}.init
 Patch0:                %{name}-pld.patch
 BuildRequires: GConf2-devel >= 2.0
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
 BuildRequires: dbus-glib-devel >= 0.60
 BuildRequires: gettext-devel
 BuildRequires: gnome-keyring-devel
 BuildRequires: gnome-panel-devel >= 2.0
 BuildRequires: gtk+2-devel >= 1:2.0
 BuildRequires: hal-devel >= 0.5.2
+BuildRequires: intltool >= 0.35.5
 BuildRequires: libgcrypt-devel
 BuildRequires: libglade2-devel >= 1:2.0
 BuildRequires: libiw-devel >= 1:28
 BuildRequires: libnl-devel >= 1.0
 BuildRequires: libnotify-devel >= 0.3.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post):        /sbin/ldconfig
@@ -85,7 +88,12 @@
 %patch0 -p1
 
 %build
-autoreconf
+%{__glib_gettextize}
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --with-distro=pld \
        --with-dhcdbd=%{_sbindir}/dhcdbd \
@@ -107,7 +115,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install
 /sbin/chkconfig --add NetworkManager
 %service NetworkManager restart "NetworkManager daemon"
 
@@ -160,6 +167,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2007/05/24 20:17:32  megabajt
+- full ac/am/lt regeneration instead of autoreconf
+- removed unused %gconf_schema_install
+
 Revision 1.31  2007/05/14 20:01:45  qboosh
 - some epochs, revised todo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/NetworkManager.spec?r1=1.31&r2=1.32&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to