Author: hunter                       Date: Wed Jun 29 18:04:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use snapshot,
- it compiles  

---- Files affected:
SPECS:
   owfs.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/owfs.spec
diff -u SPECS/owfs.spec:1.2 SPECS/owfs.spec:1.3
--- SPECS/owfs.spec:1.2 Wed Jun 22 23:34:40 2005
+++ SPECS/owfs.spec     Wed Jun 29 20:04:13 2005
@@ -2,21 +2,34 @@
 #
 # Note that library has diffrent licence!
 # XXX: where is this library???
+# module/owlib -- afer building.
+#
+# ToDo:
+#    --enable-parport
+#    fails on:
+#    ow_ds1410.c: In function `CLAIM':
+#    ow_ds1410.c:74: error: `devfd' undeclared (first use in this function)
+#    ow_ds1410.c:74: error: (Each undeclared identifier is reported only once
+#    ow_ds1410.c:74: error: for each function it appears in.)
+#
 #
 # Conditional build:
 %bcond_without libusb          # build without USB support
 #
-#%define extra_ver     a
 
 Summary:       One-wire file system using FUSE
 Summary(pl):   System plików 1-Wire wykorzystujący FUSE
 Name:          owfs
-Version:       2.1p0RC
+#Version:      2.1p0RC
+#Snapshot works, release doesn't...
+Version:       20050629
 Release:       0.1
+Epoch:         1
 License:       GPL v2+
 Group:         Applications
-Source0:       http://dl.sourceforge.net/owfs/%{name}-%{version}.tar.gz
-# Source0-md5: a4a42dc1ce2b2d248642251417159429
+###Source0:    http://dl.sourceforge.net/owfs/%{name}-%{version}.tar.gz
+Source0:       http://duch.mimuw.edu.pl/~hunter/%{name}-%{version}.tar.gz
+# Source0-md5: 7722b7ca7b3fa00bcee3321b06a6ae09
 URL:           http://owfs.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -28,14 +41,14 @@
 %description
 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.
+- */temperature" to have all the temperatures sensors measure and
+  print their data.
 
 %description -l pl
 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.
+- */temperature" i spowodować pomiar temperatury przez wszystkie
+  czujniki oraz wypisanie danych.
 
 %package lib
 Summary:       Shared gcc library
@@ -50,7 +63,7 @@
 Biblioteka współdzielona.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
 %{__libtoolize}
@@ -59,10 +72,14 @@
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-owfs \
-       --enable-owphp \
-       --enable-parport \
-       --enable-usb
+       --enable-owfs           \
+       --enable-owphp          \
+       --enable-tcl            \
+       --enable-usb            \
+       --enable-owftpd     \
+       --enable-ownfsd     \
+
+#      --enable-parport        \
 
 %{__make}
 
@@ -89,6 +106,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/06/29 18:04:13  hunter
+- use snapshot,
+- it compiles
+
 Revision 1.2  2005/06/22 21:34:40  qboosh
 - fixed URL and descs, partial cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/owfs.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to