]> git.pld-linux.org Git - packages/xfsdump.git/commitdiff
- started update do 2.1.2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Aug 2002 16:30:16 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsdump.spec -> 1.15

xfsdump.spec

index 7642ee32bb05d3a7e6358764a23effb0236bde88..35f983bbb385cfb09feabf6b08db80ba3a196856 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Tools for the XFS filesystem
 Summary(pl):   Narzêdzia do systemu plikowego XFS
 Name:          xfsdump
-Version:       2.0.3
+Version:       2.1.3
 Release:       1
 License:       GPL
 Group:         Applications/Archiving
@@ -11,11 +11,14 @@ Patch0:             %{name}-miscfix.patch
 Patch1:                xfsdump-getdents64.patch
 BuildRequires: autoconf
 BuildRequires: e2fsprogs-devel
-BuildRequires: xfsprogs-devel >= 1.2.7
+BuildRequires: xfsprogs-devel >= 2.1.0
 BuildRequires: attr-devel
 BuildRequires: dmapi-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir        /sbin
+%define                _bindir         /usr/sbin
+
 %description
 The xfsdump package contains xfsdump, xfsrestore and a number of other
 utilities for administering XFS filesystems.
@@ -57,6 +60,7 @@ u
 %build
 DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"; export DEBUG
 %{__autoconf}
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses" ; export CFLAGS
 %configure
 
 %{__make}
@@ -80,6 +84,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/{CHANGES,README.*}
+%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) /sbin/*
 %{_mandir}/man8/*
This page took 0.0484059999999999 seconds and 4 git commands to generate.