]> git.pld-linux.org Git - packages/gexiv2.git/commitdiff
- x86_64 fix auto/th/gexiv2-0_2_0-2
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 6 Sep 2010 11:23:15 +0000 (11:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: vala (for vapi)
- Release: 2

Changed files:
    gexiv2.spec -> 1.6

gexiv2.spec

index 887fe9c1d355eb50445b114f695fdd149b6fa44b..5e7feac1fa381405b3dd3fddb875c147e4ce912c 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       GObject-based wrapper around the  Exiv2 library
 Name:          gexiv2
 Version:       0.2.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://yorba.org/download/gexiv2/0.2/lib%{name}-%{version}.tar.bz2
@@ -12,6 +12,7 @@ Source0:      http://yorba.org/download/gexiv2/0.2/lib%{name}-%{version}.tar.bz2
 URL:           http://trac.yorba.org/wiki/gexiv2
 BuildRequires: exiv2-devel >= 0.19
 BuildRequires: pkgconfig
+BuildRequires: vala
 Requires:      exiv2-libs >= 0.19
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,13 +45,15 @@ gexiv2 static library
 %{__libtoolize}
 ./configure --prefix=%{_prefix}
 
-%{__make}
+%{__make} \
+       LIB="%{_lib}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       LIB="%{_lib}"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.115408 seconds and 4 git commands to generate.