rpms/petitboot/devel petitboot-0.0.1-artwork-not-executable.patch, NONE, 1.1 petitboot.spec, NONE, 1.1 sources, 1.1, 1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Thu Apr 5 20:46:01 UTC 2007


Author: dwmw2

Update of /cvs/extras/rpms/petitboot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26343

Modified Files:
	sources 
Added Files:
	petitboot-0.0.1-artwork-not-executable.patch petitboot.spec 
Log Message:
initial import

petitboot-0.0.1-artwork-not-executable.patch:

--- NEW FILE petitboot-0.0.1-artwork-not-executable.patch ---
--- petitboot-0.0.1/Makefile~	2007-04-05 08:28:45.000000000 -0400
+++ petitboot-0.0.1/Makefile	2007-04-05 11:53:37.000000000 -0400
@@ -36,7 +36,7 @@ install: all
 	$(INSTALL) -D petitboot $(DESTDIR)$(PREFIX)/sbin/petitboot
 	$(INSTALL) -D udev-helper $(DESTDIR)$(PREFIX)/sbin/udev-helper
 	$(INSTALL) -Dd $(DESTDIR)$(PREFIX)/share/petitboot/artwork/
-	$(INSTALL) -t $(DESTDIR)$(PREFIX)/share/petitboot/artwork/ \
+	$(INSTALL) -m0644 -t $(DESTDIR)$(PREFIX)/share/petitboot/artwork/ \
 		$(foreach a,$(ARTWORK),artwork/$(a))
 
 dist:	$(PACKAGE)-$(VERSION).tar.gz


--- NEW FILE petitboot.spec ---
Name:		petitboot
Version:	0.0.1
Release:	1%{?dist}
Summary:	Graphical kexec-based bootloader, originally for PlayStation 3

Group:		System Environment/Base
License:	GPL
URL:		http://ozlabs.org/~jk/projects/petitboot/
Source0:	http://ozlabs.org/~jk/projects/petitboot/downloads/%{name}-%{version}.tar.gz
Patch0:		petitboot-0.0.1-artwork-not-executable.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libpng-devel zlib-devel libX11-devel libjpeg-devel
BuildRequires:	freetype-devel libtwin-devel

%description
Petitboot is a graphical bootloader for the PlayStation 3. It's based
on the existing kboot project, plus the twin windowing system for the
GUI.

%prep
%setup -q
%patch0 -p1

%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I."


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_sbindir}/*
%{_datadir}/petitboot



%changelog
* Thu Apr  5 2007 David Woodhouse <dwmw2 at infradead.org> 0.0.1-1
- Initial package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/petitboot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Apr 2007 20:04:09 -0000	1.1
+++ sources	5 Apr 2007 20:45:27 -0000	1.2
@@ -0,0 +1 @@
+730e7e4b559d886f01d26f56f70dbe63  petitboot-0.0.1.tar.gz




More information about the scm-commits mailing list