[mirall] Update to 1.4.0

Joseph Marrero jmarrero at fedoraproject.org
Wed Sep 4 15:40:11 UTC 2013


commit 532e40cd963b2b1af015d308170f6721fb8231b1
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Wed Sep 4 11:39:46 2013 -0400

    Update to 1.4.0

 .gitignore  |    1 +
 mirall.spec |   30 +++++++++++++++++-------------
 sources     |    2 +-
 3 files changed, 19 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e05dd66..d1708b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /mirall-1.2.4.tar.bz2
 /mirall-1.2.5.tar.bz2
 /mirall-1.3.0.tar.bz2
+/mirall-1.4.0.tar.bz2
diff --git a/mirall.spec b/mirall.spec
index 600c9f6..fe2e51d 100644
--- a/mirall.spec
+++ b/mirall.spec
@@ -1,13 +1,13 @@
 Name:           mirall
-Version:        1.3.0
-Release:        2%{?dist}
+Version:        1.4.0
+Release:        1%{?dist}
 License:        GPLv2+
 Summary:        The ownCloud Client
-Url:            http://www.gitorious.org/owncloud/mirall/
+Url:            http://owncloud.org/sync-clients/
 Source0:        http://download.owncloud.com/download/mirall-%{version}.tar.bz2
 
 BuildRequires:  cmake
-BuildRequires:  owncloud-csync-devel >= 0.80.0
+BuildRequires:  owncloud-csync-devel >= 0.90.0
 BuildRequires:  iniparser-devel
 BuildRequires:  qt4-devel 
 BuildRequires:  desktop-file-utils
@@ -24,7 +24,7 @@ ownCloud Client does the rest.
 
 %package common
 Summary: common files for mirall and owncloud-client
-Requires: owncloud-csync-plugin-owncloud >= 0.80.0
+Requires: owncloud-csync-plugin-owncloud >= 0.90.0
 
 %description common
 provides common files for mirall and owncloud-client
@@ -52,7 +52,7 @@ popd
 pushd build
 make install DESTDIR=%{buildroot}
 popd
-
+%find_lang %{name} --with-qt
 
 %post 
 /sbin/ldconfig 
@@ -69,24 +69,28 @@ if [ $1 -eq 0 ] ; then
 fi
 
 
-%files
+%files -f %{name}.lang
 %{_bindir}/owncloud
 %{_datadir}/applications/owncloud.desktop
 %{_datadir}/icons/hicolor/48x48/apps/owncloud.png
+%{_datadir}/icons/hicolor/128x128/apps/owncloud.png
+%{_datadir}/icons/hicolor/22x22/apps/owncloud.png
+%{_datadir}/icons/hicolor/32x32/apps/owncloud.png
+%{_datadir}/icons/hicolor/64x64/apps/owncloud.png
 
 %files common
 %{_libdir}/libowncloudsync.so  
 %{_libdir}/libowncloudsync.so.0
 %{_libdir}/libowncloudsync.so.%{version}
-%{_datadir}/mirall
 %doc README.md COPYING
-%config  %{_prefix}%{_sysconfdir}/sync-exclude.lst
-
+%config  %{_sysconfdir}/ownCloud/sync-exclude.lst
 
 %changelog
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
+* Wed Sep 04 2013 <jmarrero at fedoraproject.org> 1.4.0-1
+- Update to version 1.4.0
+- Update URL
+* Sun Aug 18 2013 <jmarrero at fedoraproject.org> 1.4.0beta2-1
+- Update to testing version 1.4.0beta2
 * Wed Jun 26 2013 <jmarrero at fedoraproject.org> 1.3.0-1
 - Update to version 1.3.0
 * Thu May 23 2013 <jmarrero at fedoraproject.org> 1.3.0beta1-1
diff --git a/sources b/sources
index f8e8e1a..33c7ee4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee2e7bafc714399f2027fefed853f968  mirall-1.3.0.tar.bz2
+05a69082b4e940b4282c2b05344c143a  mirall-1.4.0.tar.bz2


More information about the scm-commits mailing list