SPECS: ltxml.spec - fixed prep (killed / from setup -n) - lib64 fix
qboosh
qboosh at pld-linux.org
Mon Dec 26 00:06:06 CET 2005
Author: qboosh Date: Sun Dec 25 23:06:06 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed prep (killed / from setup -n)
- lib64 fix
---- Files affected:
SPECS:
ltxml.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/ltxml.spec
diff -u SPECS/ltxml.spec:1.7 SPECS/ltxml.spec:1.8
--- SPECS/ltxml.spec:1.7 Sat Dec 24 19:33:54 2005
+++ SPECS/ltxml.spec Mon Dec 26 00:06:01 2005
@@ -48,10 +48,11 @@
Pliki nagłówkowe i biblioteki API LT XML.
%prep
-%setup -q -n %{name}-%{version}/XML
-%patch1 -p2
+%setup -q -n %{name}-%{version}
+%patch1 -p1
%build
+cd XML
install %{_datadir}/automake/config.* .
%{__autoconf}
%configure \
@@ -61,7 +62,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -C XML install \
prefix=$RPM_BUILD_ROOT%{_prefix} \
exec_prefix=$RPM_BUILD_ROOT%{_prefix} \
libdir=$RPM_BUILD_ROOT%{_libdir} \
@@ -73,10 +74,9 @@
%files
%defattr(644,root,root,755)
-%doc ../00README ../00COPYRIGHT
-%doc doc/{*.gif,*.html,*.c}
+%doc 00README 00COPYRIGHT XML/doc/{*.gif,*.html,*.c}
%attr(755,root,root) %{_bindir}/*
-%{_libdir}/%{name}*
+%{_prefix}/lib/%{name}*
%{_mandir}/*/*
%files devel
@@ -90,6 +90,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2005/12/25 23:06:01 qboosh
+- fixed prep (killed / from setup -n)
+- lib64 fix
+
Revision 1.7 2005/12/24 18:33:54 arekm
- fix build on athlon.spec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ltxml.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list