[arm-boot-config] initial import

Dennis Gilmore ausil at fedoraproject.org
Wed May 15 11:35:58 UTC 2013


commit 20edba2850f8bc7e00e997762ed92843a5e873e5
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed May 15 06:35:36 2013 -0500

    initial import

 .gitignore           |    1 +
 arm-boot-config.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c187881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/arm-boot-config-0.43.tar.bz2
diff --git a/arm-boot-config.spec b/arm-boot-config.spec
new file mode 100644
index 0000000..0c9add9
--- /dev/null
+++ b/arm-boot-config.spec
@@ -0,0 +1,49 @@
+Name:		arm-boot-config
+Version:	0.43
+Release:	1%{?dist}
+Summary:	ARM Boot Configuration library and boot script generator
+License:	GPLv2+
+Group:		System Environment/Base
+URL:		https://git.fedorahosted.org/git/arm-boot-config.git
+Source0:	%{name}-%{version}.tar.bz2
+ExclusiveArch:	%{arm}
+Requires:	grubby
+Requires:	uboot-tools
+
+# There are no binaries in this package, but it is for 32 bit ARM systems only.
+%global debug_package %{nil}
+
+%description
+ARM Boot Configuration library and boot script generator
+
+%prep
+%setup -q
+
+%build
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%_defaultdocdir/%{name}-%{version}
+cp LICENSE Authors src/a-b-c/README $RPM_BUILD_ROOT/%_defaultdocdir/%{name}-%{version}
+cp -a src/a-b-c/uenv-examples $RPM_BUILD_ROOT/%_defaultdocdir/%{name}-%{version}/uenv-examples
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+true
+
+%post -p /usr/sbin/a-b-c
+
+%files
+%defattr(-,root,root,-)
+%_sbindir/a-b-c
+%config(noreplace) %{_sysconfdir}/a-b-c.d
+%_sbindir/a-b-c
+%_defaultdocdir/%{name}-%{version}
+
+%changelog
+* Tue May 14 2013 Brendan Conoboy <blc at redhat.com> - 0.43-1
+- Updates to pass rpmlint
+
+* Fri May 10 2013 Brendan Conoboy <blc at redhat.com> - 0.40
+- Begin at version 0.40
diff --git a/sources b/sources
index e69de29..466447a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b61a568699f12dfec92a0a25b5a2d1a2  arm-boot-config-0.43.tar.bz2


More information about the scm-commits mailing list