Skip to content

Commit

Permalink
packaging: update spec file
Browse files Browse the repository at this point in the history
Signed-off-by: Inho Oh <inho.oh@sk.com>
  • Loading branch information
webispy committed Jul 15, 2024
1 parent 2d4e228 commit bf32f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/aln.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ find doc/man/man3 -type f ! -name 'aln*' -exec rm -f {} \;

# Install man pages
mkdir -p %{buildroot}%{_mandir}/{man1,man3}
cp -a tool/aln.1 %{buildroot}%{_mandir}/man1/
install -m 644 tool/aln.1 %{buildroot}%{_mandir}/man1/
install -m 644 doc/man/man3/* %{buildroot}%{_mandir}/man3/

%check
%ctest

%files
%license LICENSE
%{_bindir}/aln
%{_mandir}/man1/aln.1*

%files libs
%license LICENSE
%{_libdir}/libaln.so.*

%files devel
Expand Down

0 comments on commit bf32f30

Please sign in to comment.