linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Luca Berra <bluca@comedia.it>
To: linux-lvm@sistina.com
Subject: [linux-lvm] lvm-cvs.spec
Date: Tue, 11 Sep 2001 10:21:56 +0200	[thread overview]
Message-ID: <20010911102155.B12843@colombina.comedia.it> (raw)

%define name lvm
%define version 1.0.1
%define release 1CVS
Name: %{name}
Version: %{version}
Release: %{release}
Summary: Heinz Mauelshagen's LVM (Logical Volume Manager) for Linux
Group: System Environment/Base
Copyright: GPL
Source0: lvm-cvs.tar.bz2
BuildRoot: /tmp/%{name}-%{version}-root
Packager: Luca Berra <bluca@vodka.it>
%description
It includes all of the support for handling read/write operations on
physical volumes (hard disks, RAID-Systems, magneto optical, etc. and
even multiple devices (MD), see mdadd(8) etc.), creating volume groups
from one or more physical volumes and creating one or more logical volumes
in volume groups.

#:r!date "+\%a \%b \%d \%Y"
%changelog

%prep
%setup -q -n LVM
%define _exec_prefix %{nil}
%configure --with-user=`id -un` --with-group=`id -gn`

%build

%install
rm -Rf $RPM_BUILD_ROOT
%makeinstall
ln -snf /lib/liblvm-10.so.CVS.CVS $RPM_BUILD_ROOT/usr/lib/liblvm-10.so
ln -snf liblvm-10.so $RPM_BUILD_ROOT/usr/lib/liblvm.so
ln -snf liblvm-10.a $RPM_BUILD_ROOT/usr/lib/liblvm.a

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -Rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, 755)
%doc ABSTRACT CHANGELOG CONTRIBUTORS FAQ
%doc INSTALL KNOWN_BUGS LVM-HOWTO README TODO WHATSNEW
%doc PATCHES
/%{_libdir}/liblvm-10.so.CVS.CVS
/%{_sbindir}/e2fsadm
/%{_sbindir}/lv*
/%{_sbindir}/pv*
/%{_sbindir}/vg*
/usr/lib/liblvm*.a
/usr/lib/liblvm*.so
/%{_mandir}/man8/e2fsadm.8*
/%{_mandir}/man8/lv*.8*
/%{_mandir}/man8/pv*.8*
/%{_mandir}/man8/vg*.8*

-- 
Luca Berra -- bluca@comedia.it
        Communication Media & Services S.r.l.
 /"\
 \ /     ASCII RIBBON CAMPAIGN
  X        AGAINST HTML MAIL
 / \

                 reply	other threads:[~2001-09-11  8:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010911102155.B12843@colombina.comedia.it \
    --to=bluca@comedia.it \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).