[tcd-utils/f16] Update to 20120115

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Jan 20 06:08:46 UTC 2012


commit 3f5c0caf38ec07a6ae1427d8044f4bd18c75f5e0
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Fri Jan 20 15:08:43 2012 +0900

    Update to 20120115

 .gitignore     |    1 +
 sources        |    2 +-
 tcd-utils.spec |   18 ++++++++++--------
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32f1731..78242e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tcd-utils-20080820.tar.bz2
+/tcd-utils-20120115.tar.bz2
diff --git a/sources b/sources
index c1a9e9b..4db66ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ff295d40e9309804b8f0e3f502b75fb  tcd-utils-20080820.tar.bz2
+54b0f463d027a8d28c316896be48d22e  tcd-utils-20120115.tar.bz2
diff --git a/tcd-utils.spec b/tcd-utils.spec
index 66e0456..ef1adba 100644
--- a/tcd-utils.spec
+++ b/tcd-utils.spec
@@ -1,13 +1,12 @@
 Name:		tcd-utils
-Version:	20080820
-Release:	5%{?dist}
+Version:	20120115
+Release:	1%{?dist}
 Summary:	TCD (Tide Constituent Database) Utils
 
 Group:		Applications/Engineering
 License:	Public Domain
 URL:		http://www.flaterco.com/xtide/
 Source0:	ftp://ftp.flaterco.com/xtide/tcd-utils-%{version}.tar.bz2
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libtcd-devel
 
@@ -23,14 +22,11 @@ TCD Utils includes:
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install
  
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
@@ -38,6 +34,12 @@ TCD Utils includes:
 %{_bindir}/*
 
 %changelog
+* Fri Jan 20 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 20120115-1
+- Update to 20120115
+
+* Thu Jan  5 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 20080820-6
+- F-17: rebuild against gcc47
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20080820-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list