]> git.pld-linux.org Git - packages/shfs.git/commitdiff
- alt kernel support
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 May 2008 15:20:10 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shfs.spec -> 1.74

shfs.spec

index 3dc3dc11b7580f682a6897b6fae4d074a0dbf6d4..584e8d9900d0cfc3a8d4b2f7676d77c38cebf458 100644 (file)
--- a/shfs.spec
+++ b/shfs.spec
 %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}
@@ -84,7 +89,7 @@ SHell File System Linux kernel module.
 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
This page took 0.046729 seconds and 4 git commands to generate.