[packages/mirall] - Up to 1.6.2.

lmasko lmasko at pld-linux.org
Mon Aug 25 22:54:18 CEST 2014


commit 3257bfa393d486d186ffd06acd7fcffe139e234d
Author: Lukasz Masko <lmasko at pld-linux.org>
Date:   Mon Aug 25 22:53:55 2014 +0200

    - Up to 1.6.2.

 mirall.spec | 39 +++++++++++++++++++++++----------------
 1 file changed, 23 insertions(+), 16 deletions(-)
---
diff --git a/mirall.spec b/mirall.spec
index cb0c105..9247a36 100644
--- a/mirall.spec
+++ b/mirall.spec
@@ -4,34 +4,27 @@
 # * Package ruby gem based cli
 Summary:	Desktop file sync client for directory sharing and syncronization
 Name:		mirall
-Version:	1.4.1
-Release:	0.2
+Version:	1.6.2
+Release:	0.1
 License:	GPL v2
 Group:		Libraries
-Source0:	http://download.owncloud.com/download/%{name}-%{version}.tar.bz2
-# Source0-md5:	d65de66b0387e9c18127d4baeae61e04
+Source0:	http://download.owncloud.com/desktop/stable/%{name}-%{version}.tar.bz2
+# Source0-md5:	52518b622e9b2c151e64a4b56bcf2414
 URL:		http://www.owncloud.org
 BuildRequires:	QtGui-devel
 BuildRequires:	QtTest-devel
 BuildRequires:	QtWebKit-devel
+BuildRequires:	QtKeychain-devel
 BuildRequires:	check
 BuildRequires:	cmake
 BuildRequires:	doxygen
 BuildRequires:	kde4-icons-oxygen
 BuildRequires:	libstdc++-devel
-BuildRequires:	ocsync-devel
 BuildRequires:	qt4-build
 BuildRequires:	qt4-linguist
-Requires:	PackageKit-gtk-module
 Requires:	iproute2
 Requires:	kde4-icons-oxygen
 Requires:	net-tools
-Requires:	net-tools
-Requires:	ocsync
-#Requires:	ocsync-plugin-sftp
-#Requires:	ocsync-plugin-smb
-#Requires:	ruby-owncloud-admin
-Requires:	sitecopy
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -91,6 +84,9 @@ cd build
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+mv ${RPM_BUILD_ROOT}/%{_libdir}/owncloud/* ${RPM_BUILD_ROOT}/%{_libdir}/
+rmdir ${RPM_BUILD_ROOT}/%{_libdir}/owncloud
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -99,18 +95,29 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.md COPYING
+%doc README.md COPYING ChangeLog
 %attr(755,root,root) %{_bindir}/owncloud
+%attr(755,root,root) %{_bindir}/owncloudcmd
 %dir %{_sysconfdir}/ownCloud
 %{_sysconfdir}/ownCloud/sync-exclude.lst
 %attr(755,root,root) %{_libdir}/libowncloudsync.so.*.*.*
 %ghost %{_libdir}/libowncloudsync.so.0
+%attr(755,root,root) %{_libdir}/libocsync.so.*
 %{_desktopdir}/owncloud.desktop
-%{_iconsdir}/hicolor/48x48/apps/owncloud.png
+%{_iconsdir}/hicolor/*/apps/owncloud.png
+%dir %{_datadir}/owncloud
+%dir %{_datadir}/owncloud/i18n
+%{_datadir}/owncloud/i18n/*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libowncloudsync.so
+%attr(755,root,root) %{_libdir}/libocsync.so
+%{_libdir}/libhttpbf.a
+%{_includedir}/httpbf.h
+%dir %{_includedir}/owncloudsync
+%dir %{_includedir}/owncloudsync/mirall
+%dir %{_includedir}/owncloudsync/creds
+%{_includedir}/owncloudsync/mirall/*
+%{_includedir}/owncloudsync/creds/*
 
-%files -n owncloud-client
-%defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mirall.git/commitdiff/3257bfa393d486d186ffd06acd7fcffe139e234d



More information about the pld-cvs-commit mailing list