SPECS: libifp.spec - fixed build, ifpline utility is back

qboosh qboosh at pld-linux.org
Tue May 23 20:46:28 CEST 2006


Author: qboosh                       Date: Tue May 23 18:46:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build, ifpline utility is back

---- Files affected:
SPECS:
   libifp.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/libifp.spec
diff -u SPECS/libifp.spec:1.6 SPECS/libifp.spec:1.7
--- SPECS/libifp.spec:1.6	Thu May 18 09:33:34 2006
+++ SPECS/libifp.spec	Tue May 23 20:46:23 2006
@@ -48,17 +48,18 @@
 %setup -q
 
 %build
-%configure
-%{__make} -C src/
+%configure \
+	--with-libusb
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install -C src/ \
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_mandir}/man3/
-install docs/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/
+install -d $RPM_BUILD_ROOT%{_mandir}/man3
+install docs/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,7 +70,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog TODO
-#%attr(755,root,root) %{_bindir}/ifpline
+%attr(755,root,root) %{_bindir}/ifpline
 %attr(755,root,root) %{_libdir}/libifp.so.*.*.*
 
 %files devel
@@ -89,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/05/23 18:46:23  qboosh
+- fixed build, ifpline utility is back
+
 Revision 1.6  2006/05/18 07:33:34  paszczus
 - oops, qmake is for another package, reverted
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libifp.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list