Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anthy-unicode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
anthy-unicode
Commits
24934cb3
Commit
24934cb3
authored
6 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import anthy-unicode-1.0.0.20240502-9.el10
parent
a8600a4e
No related branches found
Branches containing commit
Tags
imports/c10s/anthy-unicode-1.0.0.20240502-9.el10
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/anthy-unicode.spec
+23
-3
23 additions, 3 deletions
SPECS/anthy-unicode.spec
with
23 additions
and
3 deletions
SPECS/anthy-unicode.spec
+
23
−
3
View file @
24934cb3
## START: Set by rpmautospec
## (rpmautospec version 0.6.
3
)
## (rpmautospec version 0.6.
5
)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number =
5
;
release_number =
9
;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
...
...
@@ -107,6 +107,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
# remove unnecessary files
rm $RPM_BUILD_ROOT%{_libdir}/lib*.la
pushd ./src-util
install -m 644 dic-tool-input $RPM_BUILD_ROOT%{_datadir}/%{pkg}
install -m 644 dic-tool-result $RPM_BUILD_ROOT%{_datadir}/%{pkg}
popd
## for emacs-anthy
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
...
...
@@ -116,7 +121,7 @@ install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
mkdir -p $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
# FIXME lisp build
pushd
$RPM_BUILD_DIR/%{name}-%{version}
/src-util
pushd
.
/src-util
make clean
#make EMACS=xemacs lispdir="%%{_xemacs_sitelispdir}/%%{pkg}"
# The latest /usr/share/automake-*/am/lisp.am calls -L option for
...
...
@@ -178,6 +183,8 @@ cd ..
%files devel
%doc doc/DICLIB doc/DICUTIL doc/GLOSSARY doc/GRAMMAR doc/GUIDE.english doc/ILIB doc/LEARNING doc/LIB doc/MISC doc/POS doc/SPLITTER doc/TESTING doc/protocol.txt
%{_datadir}/%{pkg}/dic-tool-input
%{_datadir}/%{pkg}/dic-tool-result
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
...
...
@@ -185,6 +192,19 @@ cd ..
%changelog
## START: Generated by rpmautospec
* Fri Aug 16 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.0.0.20240502-9
- Revert to drop emacs.i686
* Fri Aug 16 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.0.0.20240502-8
- Implement CI with TMT
- Add dic-tool-* test files to devel package
* Fri Aug 16 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.0.0.20240502-7
- Delete CI with STI
* Fri Aug 16 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.0.0.20240502-6
- Drop emacs.i686
* Mon Jul 15 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.0.0.20240502-5
- Fix some compiler warnings
- src-main/context.c: Fix warning[-Waddress] &ce->str will always evaluate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment