[minion] rebuild for boost

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 11 13:32:10 UTC 2011


commit 3aafda3edf8e567e02537bf04603b050ab72d2bf
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Oct 11 14:32:08 2011 +0100

    rebuild for boost

 minion.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/minion.spec b/minion.spec
index 33895b1..c12dac9 100644
--- a/minion.spec
+++ b/minion.spec
@@ -1,6 +1,6 @@
 Name:           minion
 Version:        0.10        
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Fast, Scalable Constraint Solving
 
 Group:          Development/Libraries          
@@ -16,7 +16,6 @@ Source1:	minion-generate-tarball.sh
 # patch reported to upstream : https://mail.cs.st-andrews.ac.uk/pipermail/mug/2010-August/000061.html
 #
 Patch0:         %{name}-0.10-patch0-add-custom-compil-flags-options.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
 BuildRequires:  boost-devel
@@ -72,8 +71,6 @@ make VERBOSE=1 api-doc %{?_smp_mflags}
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 # set good rights to examples files
 find ./benchmarks ./generators -type f -exec chmod 0644 {} \;
 
@@ -84,9 +81,6 @@ install -m 0755 -D -p ./builddir/%{name} %{buildroot}%{_bindir}/%{name}
 # see devel comment : https://mail.cs.st-andrews.ac.uk/pipermail/mug/2010-August/000059.html
 find . -type f -name *.lsp -delete
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
@@ -100,6 +94,9 @@ rm -rf %{buildroot}
 %doc generators
 
 %changelog
+* Tue Oct 11 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.10-7
+- Rebuild for new boost
+
 * Sun Apr 17 2011 Kalev Lember <kalev at smartlink.ee> - 0.10-6
 - Rebuilt for boost 1.46.1 soname bump
 
@@ -122,4 +119,3 @@ rm -rf %{buildroot}
 
 * Mon Aug 16 2010 Lameire Alexis <alexisis-pristontale at hotmail.com> - 0.10-1
 - initial release
-


More information about the scm-commits mailing list