SPECS: shfs.spec - alt kernel support

glen glen at pld-linux.org
Sun May 18 17:20:15 CEST 2008


Author: glen                         Date: Sun May 18 15:20:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- alt kernel support

---- Files affected:
SPECS:
   shfs.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: SPECS/shfs.spec
diff -u SPECS/shfs.spec:1.73 SPECS/shfs.spec:1.74
--- SPECS/shfs.spec:1.73	Sun May 18 17:16:58 2008
+++ SPECS/shfs.spec	Sun May 18 17:20:10 2008
@@ -16,27 +16,32 @@
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine	with_userspace
 %endif
+%if %{without userspace}
+# nothing to be placed to debuginfo package
+%define		_enable_debug_packages	0
+%endif
 
-%define		rel	20
+%define		rel		20
+%define		pname	shfs
 Summary:	(Secure) SHell FileSystem utilities
 Summary(pl.UTF-8):	Narzędzia obsługujące system plików przez ssh
-Name:		shfs
+Name:		%{pname}%{_alt_kernel}
 Version:	0.35
 Release:	%{rel}
 License:	GPL v2
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/shfs/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/shfs/%{pname}-%{version}.tar.gz
 # Source0-md5:	016f49d71bc32eee2b5d11fc1600cfbe
-Patch0:		%{name}-opt.patch
-Patch1:		%{name}-df.patch
-Patch2:		%{name}-space_chars.patch
-Patch3:		%{name}-uidgid32.patch
-Patch4:		%{name}-gcc4.patch
-Patch5:		%{name}-inode_oops.patch
-Patch6:		%{name}-d_entry.patch
-Patch7:		%{name}-shfs_get_sb.patch
-Patch8:		%{name}-2.6.19.patch
-Patch9:		%{name}-kmem_cache.patch
+Patch0:		%{pname}-opt.patch
+Patch1:		%{pname}-df.patch
+Patch2:		%{pname}-space_chars.patch
+Patch3:		%{pname}-uidgid32.patch
+Patch4:		%{pname}-gcc4.patch
+Patch5:		%{pname}-inode_oops.patch
+Patch6:		%{pname}-d_entry.patch
+Patch7:		%{pname}-shfs_get_sb.patch
+Patch8:		%{pname}-2.6.19.patch
+Patch9:		%{pname}-kmem_cache.patch
 URL:		http://shfs.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
@@ -85,7 +90,7 @@
 Moduł jądra Linuksa obsługujący powłokowy system plików.
 
 %prep
-%setup -q
+%setup -q -n %{pname}-%{version}
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
@@ -162,6 +167,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2008-05-18 15:20:10  glen
+- alt kernel support
+
 Revision 1.73  2008-05-18 15:16:58  glen
 - drop grsec_kernel bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/shfs.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list