From c8a8a1b50ef85e2cc8f0701a95e44126c6b54eb3 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Jun 21 2016 17:18:58 +0000 Subject: Updated to 0.10.30 - Spec file cleanups --- diff --git a/.gitignore b/.gitignore index fbcbf07..6f0c14d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ goffice-0.8.8.tar.bz2 /goffice-0.10.27.tar.xz /goffice-0.10.28.tar.xz /goffice-0.10.29.tar.xz +/goffice-0.10.30.tar.xz diff --git a/goffice.spec b/goffice.spec index 00e3cc2..4bbfe10 100644 --- a/goffice.spec +++ b/goffice.spec @@ -1,5 +1,5 @@ Name: goffice -Version: 0.10.29 +Version: 0.10.30 Release: 1%{?dist} Summary: G Office support libraries License: GPLv2+ @@ -29,14 +29,14 @@ Development libraries for goffice %build -%configure --disable-dependency-tracking +%configure --disable-silent-rules sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install %find_lang goffice-%{version} rm $RPM_BUILD_ROOT/%{_libdir}/*.la rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{version}/plugins/*/*.la @@ -48,7 +48,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{version}/plugins/*/*.la %files -f goffice-%{version}.lang -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS README +%license COPYING %{_libdir}/*.so.* %{_libdir}/goffice/ %{_datadir}/goffice/ @@ -61,6 +62,10 @@ rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{version}/plugins/*/*.la %changelog +* Mon Jun 20 2016 Julian Sikorski - 0.10.30-1 +- Updated to 0.10.30 +- Spec file cleanups + * Sat May 07 2016 Julian Sikorski - 0.10.29-1 - Updated to 0.10.29 diff --git a/sources b/sources index 231787f..f5f8975 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b1ff43a34672fc047b3f7314d4b1018 goffice-0.10.29.tar.xz +17124f6f5d6cc52217cc6dd170629b92 goffice-0.10.30.tar.xz