[scl-utils/f17] Update to 20120809 - processes the SCL buildroot correctly now - add functionality that allows to li

Jindrich Novy jnovy at fedoraproject.org
Thu Aug 9 08:32:42 UTC 2012


commit 2fc98925987638df893aeeccf4b8a245d5a434e7
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Thu Aug 9 10:35:34 2012 +0200

    Update to 20120809
    - processes the SCL buildroot correctly now
    - add functionality that allows to list all packages in a collection
    - add dependency generators

 .gitignore     |    5 +----
 scl-utils.spec |   13 ++++++++++---
 sources        |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5735897..93fa70d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-/scl
-/scl.o
-/scl.1
-/scl-utils-20120613.tar.gz
+/scl-utils-20120809.tar.gz
diff --git a/scl-utils.spec b/scl-utils.spec
index 2a23d43..c3765bb 100644
--- a/scl-utils.spec
+++ b/scl-utils.spec
@@ -1,6 +1,6 @@
 Summary:	Utilities for alternative packaging
 Name:		scl-utils
-Version:	20120613
+Version:	20120809
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/File
@@ -24,8 +24,7 @@ Essential RPM build macros for alternative packaging.
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-make
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
 
 %install
 rm -rf %buildroot
@@ -50,8 +49,16 @@ rm -rf %buildroot
 %files build
 %defattr(-,root,root,-)
 %{_sysconfdir}/rpm/macros.scl
+%{_rpmconfigdir}/scldeps.sh
+%{_rpmconfigdir}/fileattrs/scl.attr
 
 %changelog
+* Thu Aug 09 2012 Jindrich Novy <jnovy at redhat.com> 20120809-1
+- update to 20120809
+- processes the SCL buildroot correctly now
+- add functionality that allows to list all packages in a collection
+- add dependency generators
+
 * Sat Jun 16 2012 Jindrich Novy <jnovy at redhat.com> 20120613-1
 - Requires: iso-codes for basic filesystem in build subpackage
 - add scl_require_package() macro to depend on a particular package
diff --git a/sources b/sources
index 1c690eb..f7b84eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c21ef8094140752052f83d90d176a0b5  scl-utils-20120613.tar.gz
+e325eb9e4a1c2fb3e507a01817a74c39  scl-utils-20120809.tar.gz


More information about the scm-commits mailing list