General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

fiesta spec file : Dries RPM Repository

Back to the fiesta rpms

Current spec in pydar2:


# $Id: fiesta.spec 5951 2007-11-01 21:24:36Z dag $
# Authority: dag

Summary: Analyse the Hidden Protected Area (HPA) of your hard disk
Name: fiesta
Version: 1.0.0
Release: 1
License: GPL
Group: Applications/System
URL: http://sourceforge.net/projects/fiesta/

Source: http://dl.sf.net/fiesta/fiesta-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
fiesta is a tool to help you analyse the structure of the Hidden Protected
Area of your hard disk, allowing for a backup to be made. It can be used as
a backup tool for your HPA equipped computer.

%prep
%setup

%build
OPTS="%{optflags}" sh compile.sh

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 fiesta %{buildroot}%{_bindir}/fiesta

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc BEER-SIGNATURE-ISSUE LICENSE README TODO
%{_bindir}/fiesta

%changelog
* Thu Nov 01 2007 Dag Wieers  - 1.0.0-1
- Initial package. (using DAR)