[torium] - add br Gconf - make sure build flags are used

leigh123linux leigh123linux at fedoraproject.org
Tue Feb 8 00:03:41 UTC 2011


commit 7fb90d93e4b317c0ba73666bc9564a55b2250162
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Tue Feb 8 00:03:29 2011 +0000

    - add br Gconf
    - make sure build flags are used

 torium.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/torium.spec b/torium.spec
index ae041ff..541229e 100644
--- a/torium.spec
+++ b/torium.spec
@@ -1,6 +1,6 @@
 Name:           torium
 Version:        0.4.2
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A minimalistic, easily configurable torrent client for Linux 
 
 Group:          Applications/Internet
@@ -13,7 +13,7 @@ Patch2:         libnotify-070-fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: rb_libtorrent-devel >= 0.13, gtkmm24-devel, libnotify-devel, boost-devel
-BuildRequires: desktop-file-utils  
+BuildRequires: desktop-file-utils, GConf2
        
 
 %description
@@ -27,6 +27,8 @@ A minimalistic, easily configurable torrent client for Linux.
 
 
 %build
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 export CFLAGS="$CFLAGS -DBOOST_FILESYSTEM_VERSION=2"
 export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
 %configure --disable-schemas-install
@@ -65,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 07 2011 Leigh Scott <leigh123linux at googlemail.com> - 0.4.2-12
+- add br Gconf
+- make sure build flags are used
+
 * Mon Feb 07 2011 Leigh Scott <leigh123linux at googlemail.com> - 0.4.2-11
 - rebuilt for boost
 


More information about the scm-commits mailing list