[packages/acp] - adapterize
arekm
arekm at pld-linux.org
Tue Aug 9 09:02:56 CEST 2016
commit 01e9fd57f533ea90237d8254c3d15b3ee826e363
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Aug 9 09:02:51 2016 +0200
- adapterize
acp.spec | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/acp.spec b/acp.spec
index 483b41f..a67b12e 100644
--- a/acp.spec
+++ b/acp.spec
@@ -2,22 +2,24 @@ Summary: Acp is a rough implementation of an optimized filesystem walker
Name: acp
Version: 0.6
Release: 1
-License: GPL v3+
-Group: Networking/Utilities
-Source0: https://oss.oracle.com/~mason/acp/acp-0.6.tar.bz2
+License: unknown
+Group: Utilities
+Source0: https://oss.oracle.com/~mason/acp/%{name}-%{version}.tar.bz2
# Source0-md5: 47bbf4a22eaf37d7932ecb92d4c623ce
-# Source1-md5: f412602a3cba0b872adfaed905a0aa28
URL: https://oss.oracle.com/~mason/acp/
BuildRequires: rpmbuild(macros) >= 1.318
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Acp is a rough implementation of an optimized filesystem walker. In general, when doing a full read of a directory tree you touch three different groups of objects.
+Acp is a rough implementation of an optimized filesystem walker. In
+general, when doing a full read of a directory tree you touch three
+different groups of objects.
-Directory data
-Inode data (things returned by stat(2))
-File bodies
-Acp creates queues corresponding to each of these groups, and tries to do work in bulk in each one. As it finds files and directories the are sorted by either inode number (the default) or by the first block in the file (acp -b).
+Directory data Inode data (things returned by stat(2)) File bodies Acp
+creates queues corresponding to each of these groups, and tries to do
+work in bulk in each one. As it finds files and directories the are
+sorted by either inode number (the default) or by the first block in
+the file (acp -b).
%prep
%setup -q
@@ -31,7 +33,7 @@ Acp creates queues corresponding to each of these groups, and tries to do work i
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-install %{name} $RPM_BUILD_ROOT%{_bindir}
+cp -p %{name} $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/acp.git/commitdiff/01e9fd57f533ea90237d8254c3d15b3ee826e363
More information about the pld-cvs-commit
mailing list