diff --git a/programming/library/libaccounts-glib/actions.py b/programming/library/libaccounts-glib/actions.py
index 49f0c145ac..fb90665df5 100644
--- a/programming/library/libaccounts-glib/actions.py
+++ b/programming/library/libaccounts-glib/actions.py
@@ -22,4 +22,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS")
diff --git a/programming/library/libaccounts-glib/pspec.xml b/programming/library/libaccounts-glib/pspec.xml
index 70d4d69c31..13f29fd130 100644
--- a/programming/library/libaccounts-glib/pspec.xml
+++ b/programming/library/libaccounts-glib/pspec.xml
@@ -12,7 +12,7 @@
LGPLv2
Accounts and SSO (Single Sign-On) framework
Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
- https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.bz2
+ https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=1.18
glib2-devel
libxml2-devel
@@ -39,6 +39,8 @@
/usr/share/libaccounts-glib/testdata
/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
/usr/share/man/man1
+ /usr/share/gir-1.0/Accounts-1.0.gir
+ /usr/share/vala
@@ -54,8 +56,6 @@
/usr/include
/usr/lib/pkgconfig
- /usr/share/gir-1.0/Accounts-1.0.gir
- /usr/share/vala
@@ -73,6 +73,13 @@
+
+ 2016-05-20
+ 1.18
+ Rebuild for qt5
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2016-03-30
1.21
diff --git a/programming/library/libaccounts-qt5/actions.py b/programming/library/libaccounts-qt5/actions.py
index 3d77a7647a..3951ba42cf 100644
--- a/programming/library/libaccounts-qt5/actions.py
+++ b/programming/library/libaccounts-qt5/actions.py
@@ -20,4 +20,4 @@ def build():
def install():
autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
- pisitools.dodoc("NOTES", "INSTALL", "COPYING", "README.md", "TODO")
\ No newline at end of file
+ pisitools.dodoc("NOTES", "INSTALL", "COPYING", "README", "TODO")
diff --git a/programming/library/libaccounts-qt5/pspec.xml b/programming/library/libaccounts-qt5/pspec.xml
index 984707bc5f..6d50169967 100644
--- a/programming/library/libaccounts-qt5/pspec.xml
+++ b/programming/library/libaccounts-qt5/pspec.xml
@@ -13,7 +13,7 @@
library
Qt5-based client library for accessing the online accounts database
Qt5-based client library for accessing the online accounts database
- https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2
+ https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.gz?ref=1.13
doxygen
qt5-base-devel
@@ -32,8 +32,9 @@
libaccounts-glib
- /usr/lib/libaccounts-qt5.so.*
+ /usr/lib/libaccounts-qt5*
/usr/share/doc/libaccounts-qt5
+ /usr/lib/cmake
@@ -48,8 +49,6 @@
/usr/include
/usr/lib/pkgconfig
- /usr/lib/cmake
- /usr/lib/libaccounts-qt5.so
@@ -81,6 +80,13 @@
+
+ 2016-05-20
+ 1.13
+ Rebuild for qt5
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2016-03-30
1.14