rpms/ppc64-utils/devel .cvsignore, 1.8, 1.9 ppc64-utils.spec, 1.31, 1.32 sources, 1.15, 1.16 addRamDisk.c, 1.1, NONE addSystemMap.c, 1.1, NONE bootinfo.txt, 1.1, NONE mapping, 1.1, NONE mkzimage, 1.5, NONE ofboot.b, 1.1, NONE pmac-utils-0.4-cell.patch, 1.1, NONE ppc64-utils-1.1-64k.patch, 1.1, NONE ps3.dts, 1.1, NONE ps3pf_utils-1.0.9-types.patch, 1.1, NONE zImage.lds, 1.2, NONE

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Mon Dec 3 23:44:45 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/ppc64-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18012

Modified Files:
	.cvsignore ppc64-utils.spec sources 
Removed Files:
	addRamDisk.c addSystemMap.c bootinfo.txt mapping mkzimage 
	ofboot.b pmac-utils-0.4-cell.patch ppc64-utils-1.1-64k.patch 
	ps3.dts ps3pf_utils-1.0.9-types.patch zImage.lds 
Log Message:
kill all contents


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ppc64-utils/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	28 Nov 2007 02:14:36 -0000	1.8
+++ .cvsignore	3 Dec 2007 23:44:12 -0000	1.9
@@ -1,4 +0,0 @@
-zImage-boot.tar.gz
-zImage-wrapper.tar.gz
-ps3.dtb
-ppc64-utils.tar.gz


Index: ppc64-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ppc64-utils/devel/ppc64-utils.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ppc64-utils.spec	28 Nov 2007 02:14:36 -0000	1.31
+++ ppc64-utils.spec	3 Dec 2007 23:44:12 -0000	1.32
@@ -1,84 +1,39 @@
 
 Summary: Linux/PPC64 specific utilities
 Name:    ppc64-utils
-Version: 0.13
+Version: 0.14
 Release: 1%{?dist}
 
-# The things that do not have URLs in the source entry are Red Hat creations,
-# except pmac-utils, which just isn't available upstream anymore.
-# The licensing of these things are all different.  The Red Hat
-# creations are either GPLv2 or GPLv2+, pmac-utils is GPLv2, and
-# powerpc-utils and powerpc-utils-papr are IBM
+# La la la. There is nothing here any more.
 License: GPLv2
 
 Group:   System Environment/Base
 
-Source0: ppc64-utils.tar.gz
-Source6: zImage-boot.tar.gz
-Source9: zImage-wrapper.tar.gz
-Source10: ps3.dts
-Source11: ofboot.b
-Source12: bootinfo.txt
-Source13: mapping
-
-Patch1: ppc64-utils-1.1-64k.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: ppc ppc64
 Requires: binutils yaboot
-BuildRequires: linuxdoc-tools librtas-devel kernel-devel dtc
-Requires: powerpc-utils powerpc-utils-papr ps3pf-utils
+Requires: powerpc-utils powerpc-utils-papr ps3pf-utils kernel-bootwrapper
 
 %description
 A collection of utilities for Linux on PPC64 platforms.
 
 %prep
-%setup -n ppc64-utils -a 6 -a 9
-%patch1 -p1 -b .64k
+mkdir -p %{name}-%{version}
 
 %build
-find -type f -exec %{__perl} -pi -e "s,/usr/sbin/ibmras,%{_sbindir},g" {} \;
-
-%{__cc} -O -fno-builtin -DSTDC_HEADERS addRamDisk.c -o addRamDisk
-%{__cc} -O -fno-builtin -DSTDC_HEADERS addSystemMap.c -o addSystemMap
-
-%{__make} %{?_smp_mflags} -C zImage-boot zImage.stub
-
-KVER="$(ls -1 /usr/src/kernels | head -n 1)"
-KINCLUDES="/usr/src/kernels/${KVER}/include"
-%{__make} %{?_smp_mflags} -C zImage-wrapper CFLAGS="%{optflags} -I${KINCLUDES}"
-
-dtc -O dtb %{SOURCE10} -o ps3.dtb
 
 %install
-%{__rm} -rf %{buildroot}
-%{__mkdir} -p %{buildroot}/sbin
-%{__mkdir} -p %{buildroot}%{_bindir}
-%{__mkdir} -p %{buildroot}%{_datadir}/%{name}
-%{__install} -m 755 mkzimage %{buildroot}/%{_bindir}
-%{__install} -m 755 addRamDisk %{buildroot}/sbin
-%{__install} -m 755 addSystemMap %{buildroot}/sbin
-%{__install} -m 644 zImage-boot/zImage.lds %{buildroot}%{_datadir}/%{name}
-%{__install} -m 644 zImage-boot/zImage.stub %{buildroot}%{_datadir}/%{name}
-%{__make} -C zImage-wrapper DESTDIR=%{buildroot} install
-%{__install} -m 0644 %{SOURCE10} ps3.dtb %{buildroot}%{_datadir}/%{name}
-%{__rm} -rf %{buildroot}/%{_docdir}/packages
-
-%{__install} -m 0644 %{SOURCE11}  %{buildroot}%{_datadir}/%{name}
-%{__install} -m 0644 %{SOURCE12}  %{buildroot}%{_datadir}/%{name}
-%{__install} -m 0644 %{SOURCE13}  %{buildroot}%{_datadir}/%{name}
+mkdir -p $RPM_BUILD_ROOT
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
-/sbin/*
-%{_sbindir}/*
-%{_bindir}/*
-%{_datadir}/%{name}/
 
 %changelog
+* Mon Dec  3 2007 David Woodhouse <dwmw2 at redhat.com> 0.14-1
+- Completely empty except for Requires: now. Yay!
+
 * Wed Nov 28 2007 David Woodhouse <dwmw2 at redhat.com> 0.13-1
 - Remove powerpc-utils, powerpc-utils-papr, ps3pf-utils
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ppc64-utils/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	28 Nov 2007 02:14:36 -0000	1.15
+++ sources	3 Dec 2007 23:44:12 -0000	1.16
@@ -1,4 +0,0 @@
-1e3f958ea6d0b7313a3aee174e472138  zImage-boot.tar.gz
-787839c782f8ab9812903cfb501455c8  ps3.dtb
-cbef15544b5335e8a646d497456f3313  zImage-wrapper.tar.gz
-b475b7388cc22895290416646c0ba038  ppc64-utils.tar.gz


--- addRamDisk.c DELETED ---


--- addSystemMap.c DELETED ---


--- bootinfo.txt DELETED ---


--- mapping DELETED ---


--- mkzimage DELETED ---


--- ofboot.b DELETED ---


--- pmac-utils-0.4-cell.patch DELETED ---


--- ppc64-utils-1.1-64k.patch DELETED ---


--- ps3.dts DELETED ---


--- ps3pf_utils-1.0.9-types.patch DELETED ---


--- zImage.lds DELETED ---




More information about the fedora-extras-commits mailing list