[packages/owfs] - Version 2.9p1-1. Works for me.
matkor
matkor at pld-linux.org
Tue Feb 4 23:25:50 CET 2014
commit 1756d9652250e90e7f27668fb8dcb6d5432be2df
Author: Mateusz Korniak <matkor at pld-linux.org>
Date: Tue Feb 4 23:24:18 2014 +0100
- Version 2.9p1-1. Works for me.
owfs.spec | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/owfs.spec b/owfs.spec
index 1d9882b..6967df9 100644
--- a/owfs.spec
+++ b/owfs.spec
@@ -1,8 +1,8 @@
+# $Revision: 1.45 $, $Date: 2011/09/28 08:03:12 $
# TODO:
# - bconds and packages review
# - install files in proper place
-# - bunch of unpackaged files
-# - review man files packaging
+# - bunch of unpackaged files (tcl/man/perl5)
# - try to re-enable static libraries
# - add -avoid-version to php ext build and remove moving in install section
# - install ownet.php to php_data_dir instead of mv in install
@@ -21,13 +21,13 @@
Summary: One-wire file system using FUSE
Summary(pl.UTF-8): System plików 1-Wire wykorzystujący FUSE
Name: owfs
-Version: 2.8p14
-Release: 0.1
+Version: 2.9p1
+Release: 1
Epoch: 2
License: GPL v2+
Group: Applications/System
Source0: http://downloads.sourceforge.net/owfs/%{name}-%{version}.tar.gz
-# Source0-md5: cd213fd9bbfed95cca2c833c0f14dd72
+# Source0-md5: 56ba145be208002e58775a7203369851
URL: http://owfs.sourceforge.net/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
@@ -222,6 +222,8 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/owdir
%attr(755,root,root) %{_bindir}/owget
+%%attr(755,root,root) %{_bindir}/owexist
+%attr(755,root,root) %{_bindir}/owexternal
%{?with_owfs:%attr(755,root,root) %{_bindir}/owfs}
%{?with_owftpd:%attr(755,root,root) %{_bindir}/owftpd}
%attr(755,root,root) %{_bindir}/owhttpd
@@ -249,12 +251,12 @@ rm -rf $RPM_BUILD_ROOT
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libow-2.8.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libow-2.8.so.14
-%attr(755,root,root) %{_libdir}/libowcapi-2.8.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libowcapi-2.8.so.14
-%attr(755,root,root) %{_libdir}/libownet-2.8.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libownet-2.8.so.14
+%attr(755,root,root) %{_libdir}/libow-2.9.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libow-2.9.so.1
+%attr(755,root,root) %{_libdir}/libowcapi-2.9.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libowcapi-2.9.so.1
+%attr(755,root,root) %{_libdir}/libownet-2.9.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libownet-2.9.so.1
%files devel
%defattr(644,root,root,755)
@@ -264,7 +266,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libow.la
%{_libdir}/libowcapi.la
%{_libdir}/libownet.la
-%{_includedir}/ow*.h
+%{_includedir}/ow*.h
# FIXME: should be man3, not man1
%{_mandir}/man1/libowcapi.1*
%{_mandir}/man1/owcapi.1*
@@ -320,6 +322,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/owtcl-1.0/ow-1.0.so
%attr(755,root,root) %{_libdir}/owtcl-1.0/ow.so
#%%{_libdir}/owtcl-1.0/*.tc0%{_mandir}/man3/owtcl.3*
-#%{_mandir}/man3/owtcl.3*
+#%%{_mandir}/man3/owtcl.3*
#%%{_mandir}/mann/owtcl.n*
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/owfs.git/commitdiff/1756d9652250e90e7f27668fb8dcb6d5432be2df
More information about the pld-cvs-commit
mailing list