[libdesktop-agnostic] * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.3.90-10 - Hack to fool the bu

Orcan Ogetbil oget at fedoraproject.org
Sat Jul 31 22:45:49 UTC 2010


commit 835db88c1fabfdf06c96aca72caf82b22ca9dd42
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Jul 31 18:45:44 2010 -0400

    * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.3.90-10
    - Hack to fool the builder the .gir file version. May need real fix.
    - Comment out BR: waf

 libdesktop-agnostic.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/libdesktop-agnostic.spec b/libdesktop-agnostic.spec
index bcfdd51..0880c05 100644
--- a/libdesktop-agnostic.spec
+++ b/libdesktop-agnostic.spec
@@ -5,7 +5,7 @@
 
 Name:           libdesktop-agnostic
 Version:        0.3.90
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Provides an extensible configuration API
 
 Group:          System Environment/Libraries
@@ -15,7 +15,7 @@ Source0:        http://launchpad.net/libdesktop-agnostic/0.4/%{version}/+downloa
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  waf
+#BuildRequires:  waf
 BuildRequires:  pygtk2-devel
 BuildRequires:  python-devel
 BuildRequires:  gobject-introspection-devel
@@ -65,7 +65,9 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-
+# Workaround to get the package built. May need real fix.
+sed -i 's|repository version="1.0"|repository version="1.1"|' \
+    gen_src/libdesktop-agnostic/DesktopAgnostic*.gir
 
 %build
 export CFLAGS="%{optflags}"
@@ -134,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.3.90-10
+- Hack to fool the builder the .gir file version. May need real fix.
+- Comment out BR: waf
+
 * Fri Jul 23 2010 leigh scott <leigh123linux at googlemail.com> - 0.3.90-9
 - drop Br gir-repository-devel
 


More information about the scm-commits mailing list