SPECS: cabextract.spec - man install bugfix
qboosh
qboosh at pld-linux.org
Sat Apr 22 22:57:30 CEST 2006
Author: qboosh Date: Sat Apr 22 20:57:30 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- man install bugfix
---- Files affected:
SPECS:
cabextract.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/cabextract.spec
diff -u SPECS/cabextract.spec:1.22 SPECS/cabextract.spec:1.23
--- SPECS/cabextract.spec:1.22 Sat Apr 22 19:54:02 2006
+++ SPECS/cabextract.spec Sat Apr 22 22:57:25 2006
@@ -47,7 +47,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-install -D doc/ja/cabextract.1 $RPM_BUILD_ROOT%{_mandir}/ja/man1
+install -D doc/ja/cabextract.1 $RPM_BUILD_ROOT%{_mandir}/ja/man1/cabextract.1
%clean
rm -rf $RPM_BUILD_ROOT
@@ -57,7 +57,7 @@
%doc AUTHORS NEWS README TODO
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*
-%lang(ja) %{_mandir}/ja/man1*
+%lang(ja) %{_mandir}/ja/man1/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -65,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2006/04/22 20:57:25 qboosh
+- man install bugfix
+
Revision 1.22 2006/04/22 17:54:02 glen
- use system libmspack, rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cabextract.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list