[tango/f18] Updating to rev 96fea24

MERCIER Jonathan bioinfornatics at fedoraproject.org
Mon Jun 10 23:35:50 UTC 2013


commit 2d138476649314912822253fcc88e13f5be0bb5e
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Tue Jun 11 01:35:37 2013 +0200

    Updating to rev 96fea24

 tango.spec |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/tango.spec b/tango.spec
index 334ab2b..2a72b85 100644
--- a/tango.spec
+++ b/tango.spec
@@ -1,5 +1,5 @@
-%global     snapdate            20120821
-%global     tango_revision      7b92443
+%global     snapdate            20130530
+%global     tango_revision      96fea24
 %global     debug_package       %{nil}
 %global     alphatag            %{snapdate}git%{tango_revision}
 
@@ -7,19 +7,19 @@
 # Use the following commands to generate the tarball:
 # cd Tango-D2; git rev-parse --short HEAD            -> for tango_rev
 # git clone git://github.com/SiegeLord/Tango-D2.git
-# cd Tango-D2; git checkout %%tango_rev  
+# cd Tango-D2; git checkout %%tango_rev
 # git archive --prefix=tango-%%{alphatag}/ HEAD --format=tar | xz > ../tango-%%{alphatag}.xz
 
 Name:           tango
 Version:        2
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        The Developer's Library for D
 
 Group:          Development/Libraries
 # Preferred license is the Academic Free License v3.0. All Tango project
 # release their code under the terms of this license.
 # Depending on your needs, the binary attribution of the BSD license may be an
-# unwelcome restriction, in which case the AFL is the correct license to apply. 
+# unwelcome restriction, in which case the AFL is the correct license to apply.
 License:        AFL or BSD
 URL:            http://www.dsource.org/projects/tango
 Source0:        %{name}-%{alphatag}.tar.xz
@@ -34,7 +34,7 @@ and utilities.
 Tango tries hard to provide a platform agnostic API where it makes sense, and
 avoid too many application specific features.
 Tango is a cross-platform open-source software library, written in the D
-programming language for D programmers. 
+programming language for D programmers.
 Availability of solid and extensive documentation represents a prime factor in
 library accessibility, and thus this project is as much about documentation
 production as it is about top-notch functionality.
@@ -145,7 +145,7 @@ find . -type f \( -name "*.d" -or -name "*.xml" \) -exec sed -i 's/\r//' {} \;
 # temp geany config directory for allow geany to generate tags
 mkdir geany_config
 %build
-#./build/script/bob.rb -v -r ldc -c ldc  -p linux . 
+#./build/script/bob.rb -v -r ldc -c ldc  -p linux .
 make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags}" LIBDIR=%{_libdir} DCFLAGS_IMPORT="-Itango" all-shared
 
 # generate geany tags
@@ -158,7 +158,7 @@ mkdir -p %{buildroot}%{_d_includedir}/%{name}
 mkdir -p %{buildroot}/%{_datadir}/geany/tags/
 
 # Tango
-make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags} -d" DESTDIR=%{buildroot} DATA_DIR=%{_datadir} INCLUDE_DIR=%{_d_includedir} LIB_DIR=%{_libdir} install-shared 
+make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags} -d" DESTDIR=%{buildroot} DATA_DIR=%{_datadir} INCLUDE_DIR=%{_d_includedir} LIB_DIR=%{_libdir} install-shared
 pushd %{buildroot}%{_libdir}/
 ln -s libtango-ldc.so.2 libtango-ldc.so.2.0.0
 ln -s libtango-ldc.so.2 libtango-ldc.so
@@ -186,6 +186,9 @@ install -m0755 tango.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 
 %changelog
+* Mon Jun 10 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 2-13
+- Update to rev 96fea24
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2-12.20120821git7b92443
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list