summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2008-01-06 17:30:00 -0800
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-01-06 17:30:00 -0800
commit5fad51973a30f6618c8cc367daf72d097f83fb4d (patch)
treee5e5635ff7f87edf184ab147db7a0f4d2074d45e
parent259815714229a3f579e9ba8b08e27479d3258c74 (diff)
downloadps3-utils-5fad51973a30f6618c8cc367daf72d097f83fb4d.tar.gz
Update ps3-utils.spec.
-rw-r--r--Makefile.am11
-rw-r--r--ps3-utils.spec21
2 files changed, 16 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index 56ca2cd..dff6327 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,15 +30,12 @@ EXTRA_DIST = \
MAINTAINERCLEANFILES = Makefile.in
-raw_bin_scripts =
-
-composed_bin_scripts = \
+composed_sbin_scripts = \
ps3-boot-game-os \
ps3-dump-bootloader
-bin_SCRIPTS = \
- $(raw_bin_scripts) \
- $(composed_bin_scripts)
+sbin_SCRIPTS = \
+ $(composed_sbin_scripts)
bin_PROGRAMS = \
ps3-video-mode
@@ -49,7 +46,7 @@ sbin_PROGRAMS = \
man_MANS = \
ps3-flash-util.8
-CLEANFILES = $(composed_bin_scripts)
+CLEANFILES = $(composed_sbin_scripts)
AM_CPPFLAGS = \
$(USER_INCLUDES) \
diff --git a/ps3-utils.spec b/ps3-utils.spec
index 764d02a..5602ecf 100644
--- a/ps3-utils.spec
+++ b/ps3-utils.spec
@@ -1,14 +1,14 @@
-Summary: Utilities for ps3pf
-Name: ps3pf_utils
-Version: 1.0.10
+Summary: Utilities for PS3 game console
+Name: ps3-utils
+Version: 2.0.0
Release: 1
License: GPL
Group: Applications/System
-Source: ps3pf_utils-%{version}.tar.bz2
+Source: ps3-utils-%{version}.tar.bz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
-ps3pf_utils is a set of utilities for ps3pf.
+ps3-utils is a set of utilities for the PS3 game console.
%prep
%setup -q
@@ -25,12 +25,15 @@ rm -rf %{buildroot}
%files
%defattr(0644, root, root, 755)
-%attr(555,root,root) /sbin/other-os-flash-util
-%attr(555,root,root) /sbin/boot-game-os
-%attr(555,root,root) /sbin/find-other-os-flash
-%attr(555,root,root) /usr/bin/ps3videomode
+%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
%changelog
+* Thu Jan 6 2008 Sony Corporation
+- update to ps3-utils
+
* Thu Sep 7 2006 Sony Corporation
- update