Browse Source

libgexiv2: update to 0.10.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11803 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
899ed54949
1 changed files with 15 additions and 9 deletions
  1. 15 9
      lib/libg/libgexiv2/libgexiv2-vl.spec

+ 15 - 9
lib/libg/libgexiv2/libgexiv2-vl.spec

@@ -1,8 +1,8 @@
 Name:           libgexiv2
 Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
 Summary(ja):    Exiv2 ライブラリの GObject ベースのラッパー
-Version:        0.10.3
-Release:        2%{?_dist_release}
+Version:        0.10.6
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2
@@ -54,34 +54,40 @@ echo 'make %{?_smp_mflags}' >>build.tmp
 sh build.tmp
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib}
+%{__rm} -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib}
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
- 
+
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
+%post -p %{_syssbindir}/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -p %{_syssbindir}/ldconfig
 
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING MAINTAINERS
+%doc AUTHORS COPYING README THANKS
 %{_libdir}/libgexiv2.so.*
+%{_libdir}/girepository-1.0/
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/gexiv2/
 %{_libdir}/libgexiv2.so
 %{_libdir}/pkgconfig/gexiv2.pc
+%{_datadir}/gir-1.0/
+%{_datadir}/gtk-doc/
 %{_datadir}/vala/vapi/gexiv2.vapi
 
 
 %changelog
+* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.10.6-1
+- update to 0.10.6
+
 * Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.3-2
 - rebuilt with new toolchain.