Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d91e4cabc8 | ||
|
|
95cdd920a2 | ||
| a7b1859d17 | |||
|
|
dbeecb2bec |
5 changed files with 9 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
xfsdump-3.0.0.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfsdump-3.0.1.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfsdump
|
||||
# $Id$
|
||||
NAME := xfsdump
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
63f05d3d131cedae2a1cdf78b47e448d xfsdump-3.0.0.tar.gz
|
||||
48a65424ccc359f81426b74715c15802 xfsdump-3.0.1.tar.gz
|
||||
|
|
|
|||
12
xfsdump.spec
12
xfsdump.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Administrative utilities for the XFS filesystem
|
||||
Name: xfsdump
|
||||
Version: 3.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||
# in source, with no mention of version.
|
||||
License: GPL+
|
||||
|
|
@ -9,7 +9,7 @@ Group: System Environment/Base
|
|||
URL: http://oss.sgi.com/projects/xfs/
|
||||
Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf, libtool, gettext, gawk
|
||||
BuildRequires: libtool, gettext, gawk
|
||||
BuildRequires: xfsprogs-devel, e2fsprogs-devel, libattr-devel ncurses-devel
|
||||
Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
|
||||
|
||||
|
|
@ -34,7 +34,6 @@ subtrees may be restored from full or partial backups.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
autoconf
|
||||
%configure --libdir=/%{_lib} --libexecdir=%{_libdir} \
|
||||
--sbindir=/sbin --bindir=%{_sbindir} \
|
||||
--enable-lib64=yes
|
||||
|
|
@ -61,11 +60,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/sbin/*
|
||||
|
||||
%changelog
|
||||
* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Feb 04 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-1
|
||||
-New upstream release
|
||||
- New upstream release
|
||||
|
||||
* Wed Nov 12 2008 Eric Sandeen <sandeen@redhat.com> 2.2.48-2
|
||||
- Enable parallel builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue