SPECS: crossavr-libc.spec - fixed avr-man by adding DOC_INST_DIR t...
yogib
yogib at pld-linux.org
Sun Nov 20 19:57:08 CET 2005
Author: yogib Date: Sun Nov 20 18:57:08 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed avr-man by adding DOC_INST_DIR to compile options
---- Files affected:
SPECS:
crossavr-libc.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/crossavr-libc.spec
diff -u SPECS/crossavr-libc.spec:1.25 SPECS/crossavr-libc.spec:1.26
--- SPECS/crossavr-libc.spec:1.25 Sun Nov 20 14:09:46 2005
+++ SPECS/crossavr-libc.spec Sun Nov 20 19:57:01 2005
@@ -3,7 +3,7 @@
Summary(pl): libc na AVR
Name: crossavr-libc
Version: 1.4.0
-Release: 1
+Release: 2
Epoch: 1
License: Modified BSD (see included LICENSE)
Group: Development/Tools
@@ -35,12 +35,13 @@
%build
CFLAGS="%{rpmcflags}" \
-CXXFLAGS="%{rpmcflags}"
+CXXFLAGS="%{rpmcflags}" \
./configure \
--prefix=%{_prefix} \
--build=%{_target_platform} \
--host=%{target}
-%{__make}
+%{__make} \
+ DOC_INST_DIR="%{_datadir}/%{name}-%{version}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -85,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2005/11/20 18:57:01 yogib
+- fixed avr-man by adding DOC_INST_DIR to compile options
+
Revision 1.25 2005/11/20 13:09:46 yogib
- updated to 1.4.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/crossavr-libc.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list