OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=39
This commit is contained in:
parent
fbf833721b
commit
929aa971fd
@ -14,10 +14,11 @@ patches:
|
|||||||
#post_prep: |-
|
#post_prep: |-
|
||||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
#post_build: |-
|
post_build: |-
|
||||||
# rm unused.files
|
# rm unused.files
|
||||||
#post_install: |-
|
post_install: |-
|
||||||
# sed on %{name}.files
|
rm $RPM_BUILD_ROOT/usr/bin/instmodsh
|
||||||
|
rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
|
||||||
#license: SUSE-NonFree
|
#license: SUSE-NonFree
|
||||||
#skip_noarch: 1
|
#skip_noarch: 1
|
||||||
custom_build: |-
|
custom_build: |-
|
||||||
|
@ -76,6 +76,10 @@ export BUILDING_AS_PACKAGE=1
|
|||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%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
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
Loading…
Reference in New Issue
Block a user