diff --git a/system/base/libuser/actions.py b/system/base/libuser/actions.py
index 074bd724..c35212fc 100644
--- a/system/base/libuser/actions.py
+++ b/system/base/libuser/actions.py
@@ -21,6 +21,8 @@ def setup():
--disable-gtk-doc")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
+
+ shelltools.system("sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile")
def build():
autotools.make()
@@ -30,6 +32,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR='%s'" % get.installDIR())
- pisitools.removeDir("/usr/share/gtk-doc")
-
pisitools.dodoc("ABOUT*", "AUTHORS", "COPYING", "NEWS", "README")
diff --git a/system/base/libuser/pspec.xml b/system/base/libuser/pspec.xml
index 8dcc364b..9a1f1b43 100644
--- a/system/base/libuser/pspec.xml
+++ b/system/base/libuser/pspec.xml
@@ -12,7 +12,7 @@
library
A user and group account administration library
libuser implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources.
- https://fedorahosted.org/releases/l/i/libuser/libuser-0.61.tar.xz
+ https://fedorahosted.org/releases/l/i/libuser/libuser-0.62.tar.xz
pam-devel
popt-devel
@@ -76,6 +76,13 @@
+
+ 2016-03-08
+ 0.62
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-04-07
0.61