[gnustep-make/f19] Remove %gnustep_movefiles and %gnustep_bothfiles from macros.gnustep

Jochen Schmitt s4504kr at fedoraproject.org
Tue May 7 17:48:18 UTC 2013


commit 09c985a4f102801654855ecf787e1fe26438485e
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue May 7 17:37:07 2013 +0200

    Remove %gnustep_movefiles and %gnustep_bothfiles from macros.gnustep

 gnustep-make.spec |    5 ++++-
 macros.gnustep    |   10 ----------
 2 files changed, 4 insertions(+), 11 deletions(-)
---
diff --git a/gnustep-make.spec b/gnustep-make.spec
index e9fc2c2..f9b92f3 100644
--- a/gnustep-make.spec
+++ b/gnustep-make.spec
@@ -2,7 +2,7 @@
 
 Name:           gnustep-make
 Version:        2.6.4
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        GNUstep makefile package
 
 Group:          Development/Tools
@@ -124,6 +124,9 @@ fi
 
 
 %changelog
+* Tue May  7 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.6.4-13
+- Remove %%gnustep_movefiles and %%gnustep_bothfiles from macros.gnustep
+
 * Tue May  7 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.6.4-12
 - Move DTDs subdir back to %%{gnustep_libdir} in macros.gnustep
 
diff --git a/macros.gnustep b/macros.gnustep
index 62b0968..d491454 100644
--- a/macros.gnustep
+++ b/macros.gnustep
@@ -49,13 +49,3 @@ make -C Documentation install messages=yes \\\
     DESTDIR=%{buildroot} \\\
     GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \\\
     GNUSTEP_MAKEFILES=%{gnustep_makefiles} 
-
-%gnustep_movefiles() \
-DEST=%{buildroot}%{gnustep_libdir}/%(basename %1) \
-mv -f $DEST %{buildroot}%1 \
-ln -sf %1 $DEST \
-%{nil}
-
-%gnustep_bothfiles() \
-%1 \
-%gnustep_libdir/%(basename %1)/
\ No newline at end of file


More information about the scm-commits mailing list