[libgexiv2] * Fri Feb 24 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - Update to new release

Ankur Sinha ankursinha at fedoraproject.org
Thu Feb 23 18:47:42 UTC 2012


commit 887ed9f46d911af3e9b04a78c4b4ac161b5594d3
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Fri Feb 24 00:16:36 2012 +0530

    * Fri Feb 24 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org>
    - Update to new release

 .gitignore                    |    1 +
 gexiv2-0.2.1-exiv2-0.21.patch |   35 -----------------------------------
 libgexiv2.spec                |   28 ++++++++++++++--------------
 sources                       |    2 +-
 4 files changed, 16 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bcb6e1d..c753c69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libgexiv2-0.1.0.tar.gz
 libgexiv2-0.1.90.tar.gz
 /libgexiv2-0.2.0.tar.bz2
 /libgexiv2-0.2.2.tar.bz2
+/libgexiv2-0.3.91.tar.bz2
diff --git a/libgexiv2.spec b/libgexiv2.spec
index 465a736..1d4d7a3 100644
--- a/libgexiv2.spec
+++ b/libgexiv2.spec
@@ -1,6 +1,6 @@
 Name:           libgexiv2
-Version:        0.2.2
-Release:        4%{?dist}
+Version:        0.3.91
+Release:        1%{?dist}
 Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
 
 Group:          System Environment/Libraries
@@ -11,10 +11,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  exiv2-devel gobject-introspection-devel libtool
 
-## upstream patches
-# see http://trac.yorba.org/ticket/2899
-Patch100: http://trac.yorba.org/raw-attachment/ticket/2899/gexiv2-0.2.1-exiv2-0.21.patch
-
 %description
 libgexiv2 is a GObject-based wrapper around the Exiv2 library. 
 It makes the basic features of Exiv2 available to GNOME applications.
@@ -34,16 +30,15 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-%patch100 -p1 -b .exiv2_0_21
-
 %build
-## configure fails with the error:
-## configure: Invalid argument --program-prefix=
-## http://trac.yorba.org:8000/ticket/2001
+CFLAGS="%{optflags}"; export CFLAGS
+CXXFLAGS="%{optflags}"; export CXXFLAGS
+FFLAGS="%{optflags} -I/usr/lib64/gfortran/modules"; export FFLAGS
+LDFLAGS="--Wl,-z,relro"; export LDFLAGS
 
-echo '%{configure}' | sed '/--program-prefix=/d' >build.tmp
-echo 'make %{?_smp_mflags}' >>build.tmp
-sh build.tmp
+# it is not an autotool generated configure script
+./configure --release --prefix=/usr
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 23 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.91-1
+- Update to 0.3.91
+- rhbz #796278
+- remove patches
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e6f8f92..24cb7d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b914a6d4a78865ccfd2c91464c44431d  libgexiv2-0.2.2.tar.bz2
+4fe991fcd0f06123391e20ed9279472b  libgexiv2-0.3.91.tar.bz2


More information about the scm-commits mailing list