17
0

4 Commits

4 changed files with 17 additions and 23 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
## Default LFS
*.changes merge=merge-changes
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
@@ -12,6 +12,7 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text

View File

@@ -1,20 +0,0 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#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_install: |-
# avoid conflict with Perl's own supplied version
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 4 10:05:10 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- Remove unused file:
* cpanspec.yml
-------------------------------------------------------------------
Sat Apr 29 03:09:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
@@ -27,6 +33,11 @@ Fri Dec 9 03:08:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- Drop Pod::Man dependency for 5.8 compatibility
-------------------------------------------------------------------
Fri Feb 19 08:53:19 UTC 2021 - Victor Zhestkov <victor.zhestkov@suse.com>
- Do not use rename for Debian and Ubuntu
-------------------------------------------------------------------
Thu Jan 30 03:13:27 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -26,7 +26,9 @@ License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Build and install Perl modules
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
%if "%_vendor" != "debbuild"
ExclusiveArch: do_not_build
%endif
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -108,7 +110,7 @@ perl Build.PL installdirs=vendor
# MANUAL BEGIN
# avoid conflict with Perl's own supplied version
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
#rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
# MANUAL END
%perl_gen_filelist