[mirall] Removed redundant cmake flags

Joseph Marrero jmarrero at fedoraproject.org
Mon Aug 20 07:26:13 UTC 2012


commit 79460b2e8c27d0821e2ea60972c5215919e5cb6d
Author: jmarrero <jmarrero at fedoraproject.com>
Date:   Mon Aug 20 03:25:25 2012 -0400

    Removed redundant cmake flags

 mirall.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/mirall.spec b/mirall.spec
index ca82b84..14eaa04 100644
--- a/mirall.spec
+++ b/mirall.spec
@@ -1,6 +1,6 @@
 Name:           mirall
 Version:        1.0.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPLv2+
 Summary:        The ownCloud Client
 Url:            http://www.gitorious.org/owncloud/mirall/
@@ -44,7 +44,7 @@ The ownCloud desktop client, lets you sync directly to your ownCloud server.
 %build
 mkdir build
 pushd build
-%cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" -DCSYNC_LIBRARY:PATH=%{_libdir}/liboccsync.so -DCSYNC_INCLUDE_PATH:PATH=%{_includedir}/occsync
+%cmake .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" -DCSYNC_LIBRARY:PATH=%{_libdir}/liboccsync.so -DCSYNC_INCLUDE_PATH:PATH=%{_includedir}/occsync
 make %{?_smp_mflags}
 popd
 
@@ -90,10 +90,6 @@ if [ $1 -eq 0 ] ; then
 fi
 
 
-
-
-
-
 %files
 %{_bindir}/mirall
 %{_libdir}/libmirallsync.so
@@ -112,6 +108,8 @@ fi
 %{_datadir}/icons/hicolor/48x48/apps/owncloud.png
 
 %changelog
+* Mon Aug 20 2012 <jmarrero at fedoraproject.org> 1.0.5-4
+- removed unesesary cmake flags
 * Sat Aug 17 2012 <jmarrero at fedoraproject.org> 1.0.5-3
 - added icon scriplets for owncloud-client icons
 - moved %%doc to mirall-common


More information about the scm-commits mailing list