jkastner pushed to abootimg (epel7). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 5 12:47:47 UTC 2015


From b2d662bd7684f4b99374c172f223ca2f0994d801 Mon Sep 17 00:00:00 2001
From: Yanko Kaneti <yaneti at declera.com>
Date: Wed, 23 Nov 2011 13:21:07 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..9765896 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/abootimg-0.6-20110830gitff8e759.tar.gz
diff --git a/abootimg.spec b/abootimg.spec
new file mode 100644
index 0000000..603f17e
--- /dev/null
+++ b/abootimg.spec
@@ -0,0 +1,51 @@
+%global gitrev ff8e759
+%global checkout 20110830git%{gitrev}
+
+Name:           abootimg
+Version:        0.6
+Release:        3.%{checkout}%{?dist}
+Summary:        Tool for manipulating Android boot images
+
+License:        GPLv2+
+URL:            https://gitorious.org/ac100/abootimg
+# git clone git://gitorious.org/ac100/abootimg.git
+# cd abootimg ; git archive --format=tar --prefix=abootimg-%%{version}-%%{checkout}/ %%{gitrev} | gzip > abootimg-%%{version}-%%{checkout}.tar.gz
+Source0:        abootimg-%{version}-%{checkout}.tar.gz
+
+BuildRequires:  libblkid-devel
+
+%description
+abootimg is used to manipulate block devices or files with the special 
+partition format defined by the Android Open Source Project.
+
+
+%prep
+%setup -q -n abootimg-%{version}-%{checkout}
+
+
+%build
+echo "#define VERSION_STR \"%{version}\"" > version.h
+gcc ${RPM_OPT_FLAGS} -DHAS_BLKID -lblkid abootimg.c -o abootimg
+
+
+%install
+install -D abootimg ${RPM_BUILD_ROOT}/%{_bindir}/abootimg
+install -D -m 644 -p debian/abootimg.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/abootimg.1
+
+
+%files
+%{_bindir}/abootimg
+%{_mandir}/man1/*
+%doc Changelog LICENSE README
+
+
+
+%changelog
+* Wed Nov 23 2011 Yanko Kaneti <yaneti at declera.com> 0.6-3.20110830gitff8e759
+- Preserve man page timestamp on install.
+
+* Wed Nov 16 2011 Yanko Kaneti <yaneti at declera.com> 0.6-2.20110830gitff8e759
+- Fixed a typo pointed by the first review.
+
+* Tue Aug 30 2011 Yanko Kaneti <yaneti at declera.com> 0.6-1.20110830gitff8e759
+- Attempt at packaging.
diff --git a/sources b/sources
index e69de29..9bb6ec9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e5c2a7abdbcf5f95bd8ee21a5223f43b  abootimg-0.6-20110830gitff8e759.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/abootimg.git/commit/?h=epel7&id=b2d662bd7684f4b99374c172f223ca2f0994d801


More information about the scm-commits mailing list