[svn] r6328 - in trunk/rpms: . chntpw cmospwd
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu May 22 03:49:27 CEST 2008
Author: dag
Date: 2008-05-22 02:49:27 +0100 (Thu, 22 May 2008)
New Revision: 6328
Added:
trunk/rpms/cmospwd/
trunk/rpms/cmospwd/cmospwd.spec
Modified:
trunk/rpms/chntpw/chntpw.spec
Log:
Updates
Modified: trunk/rpms/chntpw/chntpw.spec
===================================================================
--- trunk/rpms/chntpw/chntpw.spec 2008-05-22 01:22:52 UTC (rev 6327)
+++ trunk/rpms/chntpw/chntpw.spec 2008-05-22 01:49:27 UTC (rev 6328)
@@ -3,12 +3,12 @@
# Authority: dag
# Upstream: Petter Nordahl-Hagen <pnordahl$eunet,no>
-%define real_version 040818
+%define real_version 070923
Summary: Offline NT password and registry editor
Name: chntpw
-Version: 0.0.20040818
-Release: 1.2
+Version: 0.0.20070923
+Release: 1
License: GPL
Group: Applications/System
URL: http://home.eunet.no/~pnordahl/ntpasswd/
@@ -31,11 +31,10 @@
and scripts to glue the whole thing together.
%prep
-%setup -c
+%setup -n %{name}-%{real_version}
%build
-%{__make} %{?_smp_mflags} \
- OSSLLIB="%{_libdir}"
+%{__make} %{?_smp_mflags} OSSLLIB="%{_libdir}"
%install
%{__rm} -rf %{buildroot}
@@ -47,14 +46,14 @@
%files
%defattr(-, root, root, 0755)
%doc *.txt
-%{_bindir}/*
+%{_bindir}/chntpw
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.0.20040818-1.2
-- Rebuild for Fedora Core 5.
+* Thu May 22 2008 Dag Wieers <dag at wieers.com> - 0.0.20070923-1
+- Updated to release 070923.
* Thu Aug 19 2004 Bert de Bruijn <bert at debruijn.be> - 0.0.20040818-1
-- update.
+- Updated to release 040818.
* Wed Mar 31 2004 Dag Wieers <dag at wieers.com> - 0.0.20040116-2
- Cosmetic rebuild for Group-tag.
Added: trunk/rpms/cmospwd/cmospwd.spec
===================================================================
--- trunk/rpms/cmospwd/cmospwd.spec (rev 0)
+++ trunk/rpms/cmospwd/cmospwd.spec 2008-05-22 01:49:27 UTC (rev 6328)
@@ -0,0 +1,58 @@
+# $Id$
+# Authority: dag
+# Upstream: Christophe Grenier <grenier$cgsecurity,org>
+
+Summary: Decrypts password stored in cmos used to access BIOS SETUP
+Name: cmospwd
+Version: 5.0
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://www.cgsecurity.org/wiki/CmosPwd
+
+Source: http://www.cgsecurity.org/cmospwd-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+cmospwd decrypts password stored in cmos used to access BIOS SETUP.
+cmospwd works with the following BIOSes:
+
+ ACER/IBM BIOS,
+ AMI BIOS,
+ AMI WinBIOS 2.5,
+ Award 4.5x/4.6x/6.0,
+ Compaq,
+ 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, 4 release 6),
+ Gateway Solo (Phoenix 4.0 release 6),
+ Toshiba and
+ Zenith AMI
+
+With cmospwd, you can also backup, restore and erase/kill cmos.
+
+%prep
+%setup
+
+%build
+%{__cc} %{optflags} -o cmospwd src/cmospwd.c
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 cmospwd %{buildroot}%{_sbindir}/cmospwd
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING *.txt
+%{_sbindir}/cmospwd
+
+%changelog
+* Thu May 22 2008 Dag Wieers <dag at wieers.com> - 5.0-1
+- Updated to release 5.0.
+
+* Wed Nov 08 2006 Dag Wieers <dag at wieers.com> - 4.8-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/cmospwd/cmospwd.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list