From fa4a82a32ce09ffa2a7b06369f56c6678114b489 Mon Sep 17 00:00:00 2001 From: "Pokorra, Gerd" Date: Sat, 21 Jul 2018 17:04:47 +0200 Subject: [PATCH] generate the file discount_files --- rubygem-rdiscount.spec | 34 +++++----------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index cbbe1d2..e775e09 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -44,35 +44,8 @@ gem spec %{SOURCE0} -l --ruby | sed -e 's|,|,\n|g' > %{gem_name}.gemspec sed -i ext/extconf.rb \ -e '\@check_sizeof@s| == 4|== size|' -# Remove files in discount-2.1.8 -cat >> discount_files< discount_files cat discount_files | while read f ; do rm -f ext/$f @@ -164,6 +137,9 @@ popd %changelog +* Sat Jul 21 2018 Gerd Pokorra - 2.2.0.1-2 +- Generate the file discount_files + * Sat Jul 21 2018 Gerd Pokorra - 2.2.0.1-1 - Update to 2.2.0.1 - Add gcc to BuildRequires