Author: paszczus Date: Thu May 18 07:28:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.0.2 ; commented out ifpline binary (not build)
---- Files affected: SPECS: libifp.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/libifp.spec diff -u SPECS/libifp.spec:1.3 SPECS/libifp.spec:1.4 --- SPECS/libifp.spec:1.3 Mon Feb 28 20:48:34 2005 +++ SPECS/libifp.spec Thu May 18 09:28:07 2006 @@ -2,12 +2,12 @@ Summary: iRiver driver library Summary(pl): Biblioteka sterownika iRiver Name: libifp -Version: 1.0.0.1 +Version: 1.0.0.2 Release: 0.1 License: GPL v2 Group: Libraries Source0: http://dl.sourceforge.net/ifp-driver/%{name}-%{version}.tar.gz -# Source0-md5: 3b692cc224391b5714f5a8fbb8abf85b +# Source0-md5: d4114794b13bd32b6b767e0870df6fc4 URL: http://ifp-driver.sourceforge.net/libifp/ BuildRequires: doxygen BuildRequires: libusb-devel @@ -49,14 +49,17 @@ %build %configure -%{__make} +%{__make} -C src/ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} install -C src/ \ DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man3/ +install docs/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/ + %clean rm -rf $RPM_BUILD_ROOT @@ -66,7 +69,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 @@ -74,7 +77,7 @@ %attr(755,root,root) %{_libdir}/libifp.so %{_libdir}/libifp.la %{_includedir}/*.h -%{_mandir}/man3/*.3* +%{_mandir}/man3/ifp.h.3.gz %files static %defattr(644,root,root,755) @@ -86,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/05/18 07:28:07 paszczus +- updated to 1.0.0.2 ; commented out ifpline binary (not build) + Revision 1.3 2005/02/28 19:48:34 qboosh - -devel R: libusb-devel; BR: doxygen ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libifp.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
