2016-01-27 10:25:46 +00:00
|
|
|
---
|
|
|
|
#description_paragraphs: 3
|
|
|
|
#description: |-
|
|
|
|
# override description from CPAN
|
|
|
|
#summary: override summary from CPAN
|
|
|
|
#no_testing: broken upstream
|
2017-06-25 08:33:51 +00:00
|
|
|
sources:
|
|
|
|
- perl-Encode-rpmlintrc
|
2016-01-27 10:25:46 +00:00
|
|
|
#patches:
|
|
|
|
# foo.patch: -p1
|
|
|
|
# bar.patch:
|
|
|
|
#preamble: |-
|
|
|
|
# BuildRequires: gcc-c++
|
|
|
|
#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: |-
|
2017-06-25 08:33:51 +00:00
|
|
|
post_install: |-
|
|
|
|
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/enc2xs
|
|
|
|
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/encguess
|
|
|
|
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/piconv
|
|
|
|
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/enc2xs.1*
|
|
|
|
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/encguess.1*
|
|
|
|
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/piconv.1*
|
2016-01-27 10:25:46 +00:00
|
|
|
#license: SUSE-NonFree
|
|
|
|
#skip_noarch: 1
|
|
|
|
#custom_build: |-
|
|
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
|
|
#custom_test: |-
|
|
|
|
#startserver && make test
|
|
|
|
#ignore_requires: Bizarre::Module
|