Пакет livecd-clean-locale: Specfile

# -*- rpm-spec -*-

Name: livecd-clean-locale
Version: 0.1.2
Release: alt1

Summary: setup for LiveCD creation - clean locale/timezone data (WARNING!)
License: GPL
Group: System/Configuration/Other

Source0: %name-%version.tar
BuildArch: noarch
Conflicts: lilo grub

%description
This package removes locale/timezone data from LiveCD tree.

DON'T INSTALL IN NORMAL SYSTEM!

%prep
%setup -qc

%install
# sandman-defined
%__mkdir -p %buildroot%_libdir/isosetup
%__install -p -m0644 library/* %buildroot%_libdir/isosetup

%files
%_libdir/isosetup/*

%changelog
* Thu Dec 02 2004 Michael Shigorin <mike@altlinux.ru> 0.1.2-alt1
- added Conflicts to deter unsuspecting users trying to install
  potentially harmful scripts (run after livecd-base installation)
  into their _normal_ system(s)

* Mon Apr 26 2004 Michael Shigorin <mike@altlinux.ru> 0.1.1-alt1
- fix packaging

* Mon Apr 05 2004 Michael Shigorin <mike@altlinux.ru> 0.1-alt1
- initial spec