gfs2-utils/gfs2-utils.spec

145 lines
3.9 KiB
RPMSpec
Raw Normal View History

###############################################################################
###############################################################################
##
## Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
##
## This copyrighted material is made available to anyone wishing to use,
## modify, copy, or redistribute it subject to the terms and conditions
## of the GNU General Public License v.2.
##
###############################################################################
###############################################################################
Name: gfs2-utils
2007-02-21 20:41:58 +00:00
Version: 0.1.25
2006-09-13 16:18:40 +00:00
Release: 1%{?dist}
License: GPL
Group: System Environment/Kernel
Summary: Utilities for managing the global filesystem (GFS)
2006-06-15 19:42:06 +00:00
#ExclusiveArch: %{ix86} x86_64
Requires(post): /sbin/chkconfig
Requires(preun): /sbin/chkconfig
Requires: ncurses
BuildRequires: ncurses-devel
BuildRequires: glibc-kernheaders
2006-07-14 21:10:45 +00:00
BuildRequires: libvolume_id-devel
URL: http://sources.redhat.com/cluster/
2006-08-14 19:36:17 +00:00
Source0: gfs2-%{version}.tar.gz
Patch1: gfs2-utils-norun.patch
2006-08-22 19:04:20 +00:00
Patch2: gfs2-tempondisk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
The gfs2-utils package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in GFS
filesystems.
%prep
%setup -q -n gfs2-%{version}
2006-08-14 19:46:34 +00:00
%patch1 -p2 -b .norun
2006-08-22 19:04:20 +00:00
%patch2 -p1 -b .tempondisk
%build
./configure --kernel_src=/usr --libdir=%{_libdir}
sed -i '/RELEASE_MAJOR/s/= .*/= 0/' make/defines.mk
sed -i '/RELEASE_MINOR/s/= .*/= 1.0/' make/defines.mk
sed -i '/RELEASE /s/= .*/= %{version}/' make/defines.mk
2006-08-22 19:04:20 +00:00
mkdir include/linux
cp include/gfs2_ondisk.h include/linux/
make
%post
/sbin/chkconfig --add gfs2
%preun
2006-06-27 13:35:40 +00:00
if [ "$1" = 0 ]; then
/sbin/chkconfig --del gfs2
fi
2006-06-27 13:35:40 +00:00
exit 0
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
/sbin/*
/etc/rc.d/init.d/gfs2
%{_mandir}/*/*
%changelog
2007-02-21 20:41:58 +00:00
* Tue Jan 16 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
- New upstream sources.
- Resolves: rhbz#222747
* Wed Jan 03 2007 Chris Feist <cfeist@redhat.com> 0.1.24-1
- Updated sources
- Resolves: rhbz#218560
* Thu Dec 21 2006 Chris Feist <cfeist@redhat.com> 0.1.23-1
- Updated sources
- Resolves: rhbz#218560
* Tue Dec 19 2006 Chris Feist <cfeist@redhat.com> 0.1.22-1
- New upstream sources.
- Resolves: rhbz#219878
* Tue Dec 04 2006 Chris Feist <cfeist@redhat.com> 0.1.21-1
- New upstream sources.
- Resolves: rhbz#218134 rhbz#215962
* Thu Nov 30 2006 Chris Feist <cfeist@redhat.com> 0.1.19-1
- New upstream sources.
- Resolves: rhbz#217798
* Wed Nov 29 2006 Chris Feist <cfeist@redhat.com> 0.1.18-1
- New upstream sources.
- Resolves: rhbz#217460
* Thu Oct 26 2006 Chris Feist <cfeist@redhat.com> 0.1.14-1
- New upstream sources.
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.12-1
- New Upstream sources.
* Fri Oct 13 2006 Chris Feist <cfeist@redhat.com> 0.1.10-1
- New Upstream sources.
2006-10-09 18:53:30 +00:00
* Mon Oct 09 2006 Chris Feist <cfeist@redhat.com> 0.1.9-1
- New Upstream sources.
2006-09-25 19:12:02 +00:00
* Mon Sep 25 2006 Chris Feist <cfeist@redhat.com> 0.1.8-1
- New Upstream sources.
2006-09-13 16:18:40 +00:00
* Wed Sep 13 2006 Chris Feist <cfeist@redhat.com> 0.1.7-1
- New Upstream sources.
* Thu Sep 07 2006 Chris Feist <cfeist@redhat.com> 0.1.6-2
- Fix typo in uninstall script (turn off gfs2 instead of gfs)
2006-08-28 17:03:01 +00:00
* Mon Aug 28 2006 Chris Feist <cfeist@redhat.com> 0.1.6-1
- New Upstream sources.
2006-08-22 19:17:57 +00:00
* Tue Aug 22 2006 Chris Feist <cfeist@redhat.com> 0.1.5-1
2006-08-22 19:04:20 +00:00
- New Upstream sources.
2006-08-14 19:34:19 +00:00
* Mon Aug 14 2006 Chris Feist <cfeist@redhat.com> 0.1.3-0
- New Upstream sources, use dist tag.
2006-07-14 21:10:45 +00:00
* Fri Jul 14 2006 Chris Feist <cfeist@redhat.com>
- Rebuild with updated sources
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
2006-07-12 05:54:53 +00:00
- rebuild
2006-06-27 13:35:40 +00:00
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com>
- fix typo in preun script
* Fri Jun 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-1.fc6.3
- Initial build of gfs-utils.