delete foreign files with dubious license in %%prep (#892111)

epel9
Thomas Spura 12 years ago
parent 084946f586
commit 541d320bf1

@ -2,7 +2,7 @@
Name: zeromq Name: zeromq
Version: 2.2.0 Version: 2.2.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Software library for fast, message-based applications Summary: Software library for fast, message-based applications
Group: System Environment/Libraries Group: System Environment/Libraries
@ -55,8 +55,8 @@ developing applications that use %{name}.
sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \ sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \
configure configure
# remove bundled libraries # remove all files in foreign except Makefiles
rm -rvf foreign/*/*tar* rm -v $(find foreign -type f | grep -v Makefile)
%build %build
@ -101,6 +101,9 @@ make check
%changelog %changelog
* Mon Jan 14 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-4
- delete foreign files with dubious license in %%prep (#892111)
* Mon Dec 24 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-3 * Mon Dec 24 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-3
- add bcond_without pgm macro (Jose Pedro Oliveira, #867182) - add bcond_without pgm macro (Jose Pedro Oliveira, #867182)
- remove bundled pgm - remove bundled pgm

Loading…
Cancel
Save