Author: zbyniu                       Date: Thu Nov  8 22:40:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.84.12, blksize.patch obsoleted
- some BRs if with userspace

---- Files affected:
SPECS:
   anyfs-tools.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/anyfs-tools.spec
diff -u SPECS/anyfs-tools.spec:1.23 SPECS/anyfs-tools.spec:1.24
--- SPECS/anyfs-tools.spec:1.23 Sun May 27 14:16:03 2007
+++ SPECS/anyfs-tools.spec      Thu Nov  8 23:40:44 2007
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - fix make anyfs_module
 # - make subpackage for libany.a ( -libany or just -static)
 
 #
@@ -10,27 +9,29 @@
 %bcond_without kernel          # don't build 'any' kernel module
 %bcond_without userspace       # don't build userspace utilities
 #
+%define                _rel    1
 Summary:       anyfs-tools - a unix-like toolset for recovering and converting 
filesystems
 Summary(pl.UTF-8):     anyfs-tools - uniksowy zestaw narzędzi do odzyskiwania 
i konwersji systemów plików
 Name:          anyfs-tools
-Version:       0.84.11
-Release:       1
+Version:       0.84.12
+Release:       %{_rel}
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/anyfs-tools/%{name}-%{version}.tar.bz2
-# Source0-md5: c5d13e636b0097386f5aebf4c445d627
+# Source0-md5: 548126cb199da13c632805ef3fcca26c
 Patch0:                %{name}-DFL_RTEXTSIZE.patch
-Patch1:                %{name}-blksize.patch
 URL:           http://anyfs-tools.sourceforge.net/
-BuildRequires: e2fsprogs-devel >= 1.38
+%{?with_userspace:BuildRequires:       e2fsprogs-devel >= 1.38}
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 
3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
 %endif
+%if %{with userspace}
 BuildRequires: libfuse-devel >= 2.5
 BuildRequires: mjpegtools-devel
 BuildRequires: mpeg2dec-devel
 BuildRequires: xfsprogs-devel >= 2.8.11
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -144,7 +145,6 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p0
 
 %if %{with kernel}
 cat > anyfs/Makefile <<'EOF'
@@ -170,14 +170,14 @@
 %if %{with userspace}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
 %endif
 
 %if %{with kernel}
 %install_kernel_modules -m anyfs/any -d kernel/fs -n any -s current
 %endif
 
-%find_lang %{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -219,7 +219,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.23  2007-05-27 12:16:03  wolf
+Revision 1.24  2007-11-08 22:40:44  zbyniu
+- up to 0.84.12, blksize.patch obsoleted
+- some BRs if with userspace
+
+Revision 1.23  2007/05/27 12:16:03  wolf
 - cosmetics
 
 Revision 1.22  2007/04/12 15:16:09  shadzik
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/anyfs-tools.spec?r1=1.23&r2=1.24&f=u

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

Reply via email to