]> git.pld-linux.org Git - packages/acp.git/commitdiff
- adapterize master
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Aug 2016 07:02:51 +0000 (09:02 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Aug 2016 07:02:51 +0000 (09:02 +0200)
acp.spec

index 483b41f5b9d4c58dfa603e53636010930893a1c5..a67b12e47bc34cd1fb867f2783e94d8918fb96d7 100644 (file)
--- 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
This page took 0.056394 seconds and 4 git commands to generate.