trim unnecessary doc, examples content

This commit is contained in:
Joe Orton 2017-07-07 08:13:17 +01:00
parent 7e737e022e
commit c0f9ee97b2

View File

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