SPECS: wireless-tools.spec - typo, more verbose files
qboosh
qboosh at pld-linux.org
Wed Dec 27 04:19:43 CET 2006
Author: qboosh Date: Wed Dec 27 03:19:43 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- typo, more verbose files
---- Files affected:
SPECS:
wireless-tools.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: SPECS/wireless-tools.spec
diff -u SPECS/wireless-tools.spec:1.36 SPECS/wireless-tools.spec:1.37
--- SPECS/wireless-tools.spec:1.36 Mon Oct 2 16:36:46 2006
+++ SPECS/wireless-tools.spec Wed Dec 27 04:19:38 2006
@@ -72,7 +72,7 @@
Wireless Extension library (static library).
%description -n libiw-static -l pl
-iblioteka rozszerzeń bezprzewodowych (biblioteka statyczna).
+Biblioteka rozszerzeń bezprzewodowych (biblioteka statyczna).
%prep
%setup -q -n wireless_tools.%{version}
@@ -81,13 +81,15 @@
%build
%{__make} \
- CC="%{__cc}" OPT="%{rpmcflags}" \
+ CC="%{__cc}" \
+ OPT="%{rpmcflags}" \
KERNEL_SRC=%{_kernelsrcdir} \
OPTFLAGS="%{rpmcflags}"
sed -i -e 's#.*BUILD_STATIC = y#BUILD_STATIC = y#g' Makefile
%{__make} libiw.a \
- CC="%{__cc}" OPT="%{rpmcflags}" \
+ CC="%{__cc}" \
+ OPT="%{rpmcflags}" \
KERNEL_SRC=%{_kernelsrcdir} \
OPTFLAGS="%{rpmcflags}"
@@ -115,16 +117,16 @@
%files -n libiw
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libiw.so.*
%files -n libiw-devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libiw.so
%{_includedir}/*.h
%files -n libiw-static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libiw.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -132,6 +134,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2006/12/27 03:19:38 qboosh
+- typo, more verbose files
+
Revision 1.36 2006/10/02 14:36:46 pluto
- updated to 29-pre10.
the main features of the latest beta is WE-21 support (long/short retry,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wireless-tools.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list