diff --git a/expat.spec b/expat.spec index 3dd8827..e52635c 100644 --- a/expat.spec +++ b/expat.spec @@ -1,7 +1,7 @@ Summary: An XML parser library Name: expat Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Source: https://github.com/libexpat/libexpat/archive/R_2_2_1.tar.gz#/expat-2.2.1.tar.gz URL: https://libexpat.github.io/ License: MIT @@ -47,7 +47,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIC" make %{?_smp_mflags} %install -rm -f examples/*.dsp +rm -vf examples/*.vcxproj* */.gitignore chmod 644 README COPYING Changes doc/* examples/* make install DESTDIR=$RPM_BUILD_ROOT @@ -78,6 +78,9 @@ make check %{_libdir}/lib*.a %changelog +* Fri Jul 7 2017 Joe Orton - 2.2.1-2 +- trim unnecessary doc, examples content + * Mon Jun 19 2017 Joe Orton - 2.2.1-1 - update to 2.2.1 (#1462474)