new release

f41
David Tardon 12 years ago
parent 0ebed94719
commit 8bd24d8bf3

1
.gitignore vendored

@ -1 +1,2 @@
/libodfgen-0.0.0.tar.xz /libodfgen-0.0.0.tar.xz
/libodfgen-0.0.1.tar.xz

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

@ -1 +1 @@
610baaa51d85f44caa95d37563e40463 libodfgen-0.0.0.tar.xz bf49575708ce6c15f23e9f41cc274483 libodfgen-0.0.1.tar.xz

Loading…
Cancel
Save