- Update spec * Fix cpanspec.yml * Shrink %description * Remove BuildRoot and %defattr * Upgrade %setup to %autosetup * Upgrade make calls to %make_build macros OBS-URL: https://build.opensuse.org/request/show/898080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MP3-Tag?expand=0&rev=8
29 lines
663 B
YAML
29 lines
663 B
YAML
---
|
|
description_paragraphs: 2
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: unzip
|
|
#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: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
license: Artistic-2.0
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|