]> git.pld-linux.org Git - packages/owncloudclient.git/commitdiff
- config belongs to libs package
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 06:35:50 +0000 (09:35 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 06:35:50 +0000 (09:35 +0300)
owncloudclient.spec

index 49c6186fa1552cd8a64c605f30287fa3a2bc3894..73f03f1f8aef8e98437a8bd9c9e1b1141ef51abf 100644 (file)
@@ -34,6 +34,7 @@ BuildRequires:        cmake >= 2.8.11
 BuildRequires: libstdc++-devel
 BuildRequires: openssl-devel >= 1.0.0
 BuildRequires: pkgconfig
+BuildRequires: qt5-linguist >= %{qtver}
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.596
 BuildRequires: sqlite3-devel >= 3.8.0
@@ -44,7 +45,6 @@ BuildRequires:        zlib-devel
 BuildRequires: Qt5LockedFile-devel >= 2.4
 BuildRequires: Qt5SingleApplication-devel >= 2.6
 BuildRequires: Qt5Sql-devel >= %{qtver}
-BuildRequires: qt5-linguist >= %{qtver}
 %endif
 %if %{with dolphin}
 BuildRequires: kf5-attica-devel >= 5.16
@@ -203,8 +203,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.md COPYING
-%dir %{_sysconfdir}/ownCloud
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ownCloud/*
 %attr(755,root,root) %{_bindir}/owncloud
 %attr(755,root,root) %{_bindir}/owncloudcmd
 %{_desktopdir}/owncloud.desktop
@@ -219,6 +217,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/ownCloud
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ownCloud/sync-exclude.lst
 %attr(755,root,root) %{_libdir}/libowncloudsync.so.*.*.*
 %ghost %{_libdir}/libowncloudsync.so.0
 %attr(755,root,root) %{_libdir}/libocsync.so.*.*.*
This page took 0.120273 seconds and 4 git commands to generate.