Stephan Kulow 2017-06-25 08:01:07 +00:00 committed by Git OBS Bridge
parent fbf833721b
commit 929aa971fd
2 changed files with 8 additions and 3 deletions

View File

@ -14,10 +14,11 @@ patches:
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
post_install: |-
rm $RPM_BUILD_ROOT/usr/bin/instmodsh
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
#license: SUSE-NonFree
#skip_noarch: 1
custom_build: |-

View File

@ -76,6 +76,10 @@ export BUILDING_AS_PACKAGE=1
%install
%perl_make_install
%perl_process_packlist
# MANUAL BEGIN
rm $RPM_BUILD_ROOT/usr/bin/instmodsh
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
# MANUAL END
%perl_gen_filelist
%files -f %{name}.files