Author: qboosh Date: Wed Jun 22 21:34:46 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed URL and descs, partial cleanup
---- Files affected: SPECS: owfs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/owfs.spec diff -u SPECS/owfs.spec:1.1 SPECS/owfs.spec:1.2 --- SPECS/owfs.spec:1.1 Mon Jun 20 23:23:29 2005 +++ SPECS/owfs.spec Wed Jun 22 23:34:40 2005 @@ -1,6 +1,7 @@ # $Revision$, $Date$ # # Note that library has diffrent licence! +# XXX: where is this library??? # # Conditional build: %bcond_without libusb # build without USB support @@ -8,7 +9,7 @@ #%define extra_ver a Summary: One-wire file system using FUSE -Summary(pl): system plików 1-Wire wykorzystujący FUSE +Summary(pl): System plików 1-Wire wykorzystujący FUSE Name: owfs Version: 2.1p0RC Release: 0.1 @@ -16,21 +17,25 @@ Group: Applications Source0: http://dl.sourceforge.net/owfs/%{name}-%{version}.tar.gz # Source0-md5: a4a42dc1ce2b2d248642251417159429 -URL: http://oww.sourceforge.net/ +URL: http://owfs.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: swig-php BuildRequires: libtool %{?with_libusb:BuildRequires: libusb-devel >= 0.1.5} +BuildRequires: swig-php BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Oww is a Linux interface to the Dallas Semiconductor / AAGElectronica -1-Wire weather station kits. +owfs is a method under Linux to allow 1-wire devices to appear like +files in a directory. You can then enter a command like "cat +*/temperature" to have all the temperatures sensors measure and print +their data. %description -l pl -Oww jest linuksowym interfejsem do stacji pogody Dallas Semiconductor -/ AAGElectronica pracujących na szynie 1-Wire. +owfs to metoda umożliwiająca pod Linuksem dostęp do urządzeń 1-wire +jak do plików w katalogu. Można wpisać polecenie w stylu "cat +*/temperature" i spowodować pomiar temperatury przez wszystkie +czujniki oraz wypisanie danych. %package lib Summary: Shared gcc library @@ -42,7 +47,7 @@ Shared library. %description lib -l pl -Biblioteka +Biblioteka współdzielona. %prep %setup -q @@ -53,11 +58,11 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure \ - --enable-owphp \ - --enable-owfs \ - --enable-usb \ - --enable-parport \ +%configure \ + --enable-owfs \ + --enable-owphp \ + --enable-parport \ + --enable-usb %{__make} @@ -84,7 +89,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/06/22 21:34:40 qboosh +- fixed URL and descs, partial cleanup + Revision 1.1 2005/06/20 21:23:29 hunter - new - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/owfs.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
