rpms/bios_extract/devel bios_extract.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov peter at fedoraproject.org
Thu Jul 23 16:51:34 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/bios_extract/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16416/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bios_extract.spec import.log 
Log Message:
initial commit


--- NEW FILE bios_extract.spec ---
%define git_commit 17ca1c5e6a8df6b5663e899504d197862c286d1e
%define git_commit_date 20090713

Name:		bios_extract
Version:	0
Release:	0.2.%{git_commit_date}git%{?dist}
Summary:	Tools to extract the different submodules of common legacy bioses

Group:		Applications/System
License:	GPLv2+
URL:		http://cgit.freedesktop.org/~libv/bios_extract
Source0:	http://cgit.freedesktop.org/~libv/bios_extract/snapshot/%{name}-%{git_commit}.tar.bz2
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
Tools to extract the different submodules of common legacy bioses.


%prep
%setup -q -n %{name}-%{git_commit}
sed -i s/^CFLAGS.*$// Makefile


%build
CFLAGS="%{optflags}" make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
install -p -m 0755 -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -p -m 0755 -D bcpvpd $RPM_BUILD_ROOT%{_bindir}/bcpvpd

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/%{name}
%{_bindir}/bcpvpd


%changelog
* Wed Jul 22 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.2.20090713git
- Small changes, based on Yanko Kaneti's suggestions.

* Wed Jul 22 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.1.20090713git
- Initial package for Fedora



--- NEW FILE import.log ---
bios_extract-0-0_2_20090713git_fc11:HEAD:bios_extract-0-0.2.20090713git.fc11.src.rpm:1248367822


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bios_extract/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jul 2009 16:39:48 -0000	1.1
+++ .cvsignore	23 Jul 2009 16:51:04 -0000	1.2
@@ -0,0 +1 @@
+bios_extract-17ca1c5e6a8df6b5663e899504d197862c286d1e.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bios_extract/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jul 2009 16:39:48 -0000	1.1
+++ sources	23 Jul 2009 16:51:04 -0000	1.2
@@ -0,0 +1 @@
+538704606cbd27a85a0f2aaa74592862  bios_extract-17ca1c5e6a8df6b5663e899504d197862c286d1e.tar.bz2




More information about the fedora-extras-commits mailing list