Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
perl
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
perl
Commits
e13a8a87
Commit
e13a8a87
authored
Aug 07, 2019
by
Niels Breet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[perl] Do not require groff in order to make bootstrapping easier. Fixes JB#46708
parent
54a9d5e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
perl.changes
perl.changes
+1
-0
perl.spec
perl.spec
+2
-10
No files found.
perl.changes
View file @
e13a8a87
* Tue Aug 06 2019 Niels Breet <niels.breet@jolla.com> - 5.16.1-2
- Don't require groff in order to make bootstrapping easier
Fixes JB#46708
* Fri May 10 2013 Marko Saukko <marko.saukko@jollamobile.com> - 5.16.1
- Fix update issues introduced by upgrade to version 5.16.1
...
...
perl.spec
View file @
e13a8a87
...
...
@@ -1252,6 +1252,8 @@ perl regen.pl -v
%endif
-Di_shadow \
-Di_syslog \
-Dman1dir="%{_mandir}/man1" \
-Dman3dir="%{_mandir}/man3" \
-Dman3ext=3pm \
-Duseperlio \
-Dinstallusrbinperl=n \
...
...
@@ -1330,16 +1332,6 @@ ln -s ../../../bin/xsubpp %{build_privlib}/ExtUtils/
#
Don
't need the .packlist
rm %{build_archlib}/.packlist
# Fix some manpages to be UTF-8
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
pushd $RPM_BUILD_ROOT%{_mandir}/man1/
for i in perl588delta.1 perldelta.1 ; do
iconv -f MS-ANSI -t UTF-8 $i --output new-$i
rm $i
mv new-$i $i
done
popd
# Local patch tracking
pushd %{build_archlib}/CORE/
%{new_perl} -x patchlevel.h \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment