[techne] Changes to the spec file that follow the latest Packaging Guidelines: - replaced "make DESTDIR=%{b

Tadej Janež tadej at fedoraproject.org
Sun Mar 3 17:24:23 UTC 2013


commit aa35d7a189aa6c0724d2e53e87018cc9fd33fc29
Author: Tadej Janež <tadej.janez at tadej.hicsalta.si>
Date:   Sun Mar 3 18:23:24 2013 +0100

    Changes to the spec file that follow the latest Packaging Guidelines:
      - replaced "make DESTDIR=%{buildroot} install" with "%make_install"

 techne.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/techne.spec b/techne.spec
index 580a1af..e1ddf27 100644
--- a/techne.spec
+++ b/techne.spec
@@ -1,6 +1,6 @@
 Name:		techne
 Version:	0.2.3
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A general purpose, programmable physical simulator and renderer
 
 Group:		System Environment/Libraries
@@ -35,7 +35,7 @@ make %{?_smp_mflags}
 
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 # remove a redundant README file in an unappropriate place
 rm -f %{buildroot}/%{_docdir}/%{name}/README
 
@@ -55,6 +55,10 @@ rm -f %{buildroot}/%{_docdir}/%{name}/README
 
 
 %changelog
+* Sun Mar 03 2013 Tadej Janež <tadej.janez at tadej.hicsalta.si> 0.2.3-5
+- Changes to the spec file that follow the latest Packaging Guidelines:
+  - replaced "make DESTDIR=%%{buildroot} install" with "%%make_install"
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list