|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
|
|
|
|
|
Name: libodfgen
|
|
|
|
|
Version: 0.0.0
|
|
|
|
|
Version: 0.0.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: An ODF generator library
|
|
|
|
|
|
|
|
|
@ -33,13 +33,13 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --disable-werror --with-sharedptr=c++11 \
|
|
|
|
|
CXXFLAGS="$CXXFLAGS -std=c++11"
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror \
|
|
|
|
|
--with-sharedptr=c++11 CXXFLAGS="$CXXFLAGS -std=c++11"
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
|
libtool
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -64,5 +64,8 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 08 2013 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
|
|
|
|
- new release
|
|
|
|
|
|
|
|
|
|
* Fri May 03 2013 David Tardon <dtardon@redhat.com> - 0.0.0-1
|
|
|
|
|
- initial import
|
|
|
|
|