Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Appliances
>
gptsync
> gptsync.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gptsync.spec of Package gptsync
# # spec file for package gptsync (Version 0.14) # Name: gptsync Summary: Boot menu and maintenance toolkit for EFI-based machines BuildRequires: syslinux BuildRequires: python Version: 0.14 Release: 1 Group: System/Utilities License: GPL Source: gptsync-0.14.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the gptsync program from the refit project http://sourceforge.net/projects/refit. It's used to sync an MBR into a GPT image for constructing hybrid disk images Authors: -------- Marcus Schaefer <ms@suse.de> #================================================= # Preparation... #------------------------------------------------- %prep %setup -n gptsync %build test -e /.buildenv && . /.buildenv export CFLAGS=$RPM_OPT_FLAGS CXXFLAGS="$RPM_OPT_FLAGS" #================================================= # build sources #------------------------------------------------- make all #================================================= # install sources #------------------------------------------------- %install make buildroot="%{buildroot}" install %clean %{__rm} -rf %{buildroot} #================================================= # gptsync files... #------------------------------------------------- %files %defattr(-,root,root) /sbin/gptsync