summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2008-01-26 20:06:28 -0800
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-01-26 20:06:28 -0800
commitc762313fa563064e15bed329627d9c72ddccdd59 (patch)
tree7608a6234c9553a1e933b8484fc7e3fa4bdbf675
parentec228ec39baa0e866857e0b802fc8271aad0954b (diff)
downloadps3-utils-c762313fa563064e15bed329627d9c72ddccdd59.tar.gz
ps3-utils.spec: Cleanup.
-rw-r--r--Makefile.am4
-rw-r--r--ps3-utils.spec19
2 files changed, 12 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index f8495ec..6a0350b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,9 @@ sbin_SCRIPTS = \
$(composed_sbin_scripts)
sbin_PROGRAMS = \
- ps3-flash-util \
+ ps3-flash-util
+
+bin_PROGRAMS = \
ps3-video-mode
man_MANS = \
diff --git a/ps3-utils.spec b/ps3-utils.spec
index 5602ecf..e0c27fc 100644
--- a/ps3-utils.spec
+++ b/ps3-utils.spec
@@ -1,20 +1,23 @@
-Summary: Utilities for PS3 game console
+Summary: Utilities for the PS3 Game Console
Name: ps3-utils
-Version: 2.0.0
+Version: 2.2.0-rc1
Release: 1
+URL: http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/
License: GPL
Group: Applications/System
Source: ps3-utils-%{version}.tar.bz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
-ps3-utils is a set of utilities for the PS3 game console.
+The ps3-utils package is a set of system administration utilites for
+the PS3 game console.
%prep
%setup -q
%build
-make CC="gcc $RPM_OPT_FLAGS"
+%configure
+make
%install
rm -rf %{buildroot}
@@ -24,14 +27,10 @@ make DESTDIR=%{buildroot} install
rm -rf %{buildroot}
%files
-%defattr(0644, root, root, 755)
-%attr(555,root,root) /sbin/ps3-flash-util
-%attr(555,root,root) /sbin/ps3-boot-game-os
-%attr(555,root,root) /sbin/ps3-dump-bootloader
-%attr(555,root,root) /usr/bin/ps3-video-mode
+%defattr(-,root,root)
%changelog
-* Thu Jan 6 2008 Sony Corporation
+* Thu Jan 26 2008 geoff
- update to ps3-utils
* Thu Sep 7 2006 Sony Corporation