- updated to 4.76 Now autoupdate-able! ;-) OBS-URL: https://build.opensuse.org/request/show/913828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-AIO?expand=0&rev=9
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
# baz.patch: PATCH-FIX-OPENSUSE
|
|
#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: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
# See file COPYING
|
|
license: Artistic-1.0 OR GPL-1.0-or-later
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|
|
skip_doc: (autogen.sh|configure.ac|gendef0)
|
|
#add_doc: files to add to docs
|
|
misc: |-
|
|
%exclude %{_bindir}/treescan
|
|
|
|
%package -n treescan-aio
|
|
Summary: File Tree Scanner that uses Asynchronous I/O
|
|
Group: System/Base
|
|
Requires: perl(IO::AIO) = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description -n treescan-aio
|
|
Scans a tree of files for changes, using AIO (Asynchronous I/O).
|
|
|
|
%files -n treescan-aio
|
|
%defattr(-,root,root)
|
|
%{_bindir}/treescan
|