diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 124c11e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -cmospwd-5.0.tar.bz2 diff --git a/cmospwd.spec b/cmospwd.spec deleted file mode 100644 index ba8b049..0000000 --- a/cmospwd.spec +++ /dev/null @@ -1,72 +0,0 @@ -Name: cmospwd -Version: 5.0 -Release: 1%{?dist} -Summary: BIOS password cracker utility - -Group: System Environment/Base -License: GPLv2+ -URL: http://www.cgsecurity.org/wiki/CmosPwd -Source0: http://www.cgsecurity.org/%{name}-%{version}.tar.bz2 -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - -# Fails to build on other arches and not useful there either, I think -ExclusiveArch: %{ix86} x86_64 - -BuildRequires: dos2unix - -%description -CmosPwd decrypts password stored in cmos used to access BIOS SETUP. -Works with the following BIOSes - - * ACER/IBM BIOS - * AMI BIOS - * AMI WinBIOS 2.5 - * Award 4.5x/4.6x/6.0 - * Compaq (1992) - * Compaq (New version) - * IBM (PS/2, Activa, Thinkpad) - * Packard Bell - * Phoenix 1.00.09.AC0 (1994), a486 1.03, 1.04, 1.10 A03, 4.05 rev 1.02.943, - 4.06 rev 1.13.1107 - * Phoenix 4 release 6 (User) - * Gateway Solo - Phoenix 4.0 release 6 - * Toshiba - * Zenith AMI - -With CmosPwd, you can also backup, restore and erase/kill cmos. - - -%prep -%setup -q - -rm src/%{name} - -dos2unix %{name}.txt -iconv -f iso-8859-1 -t utf-8 %{name}.txt > %{name}.new -touch -r %{name}.txt %{name}.new -mv %{name}.new %{name}.txt - - -%build -cd src -make CFLAGS="%{optflags}" %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -install -D -m 755 src/%{name} $RPM_BUILD_ROOT%{_sbindir}/%{name} - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc COPYING %{name}.txt -%{_sbindir}/%{name} - - -%changelog -* Thu Oct 15 2009 Alexey Torkhov - 5.0-1 -- Initial packaging diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..d9f2c42 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2014-10-18: Retired, because it was orphaned and not available in the EPEL5 repo + diff --git a/sources b/sources deleted file mode 100644 index b5964e3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -24c8caf61ff244dc2aae0ebfde47dd45 cmospwd-5.0.tar.bz2