[ddpt] - modernize spec - rebuilt for aarch64 (#925243)

Dan Horák sharkcz at fedoraproject.org
Sun Jun 2 16:07:25 UTC 2013


commit e5766b65254347cd88e145e68814d27e17bfd36b
Author: Dan Horák <dan at danny.cz>
Date:   Sun Jun 2 18:07:10 2013 +0200

    - modernize spec
    - rebuilt for aarch64 (#925243)

 ddpt.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/ddpt.spec b/ddpt.spec
index 1d737e4..797701d 100644
--- a/ddpt.spec
+++ b/ddpt.spec
@@ -1,13 +1,12 @@
 Name:           ddpt
 Version:        0.92
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Variant of the dd utility for SCSI/storage devices
 
 Group:          Applications/System
 License:        BSD
 URL:            http://sg.danny.cz/sg/ddpt.html
 Source0:        http://sg.danny.cz/sg/p/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  sg3_utils-devel
 
@@ -31,22 +30,20 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING CREDITS ChangeLog README TODO doc/ddpt_examples.txt
 %{_bindir}/%{name}
 %{_mandir}/man8/%{name}.8*
 
 
 %changelog
+* Sun Jun 02 2013 Dan Horák <dan at danny.cz> - 0.92-5
+- modernize spec
+- rebuilt for aarch64 (#925243)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.92-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list