popt: Update to version 1.16

This commit is contained in:
Michael Tremer 2015-02-03 14:49:45 -05:00
parent c5bfdc18a1
commit 2337efff35
1 changed files with 15 additions and 3 deletions

View File

@ -4,8 +4,8 @@
############################################################################### ###############################################################################
name = popt name = popt
version = 1.15 version = 1.16
release = 3 release = 1
groups = System/Libraries groups = System/Libraries
url = http://www.rpm5.org/ url = http://www.rpm5.org/
@ -18,7 +18,19 @@ description
it improves on them by allowing more powerful argument expansion. it improves on them by allowing more powerful argument expansion.
end end
source_dl = source_dl = http://rpm5.org/files/popt/
build
requires
automake
end
prepare_cmds
for i in $(find . -name config.guess -or -name config.sub); do
cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i})
done
end
end
packages packages
package %{name} package %{name}