[cmake-fedora] Improved cmake-fedora-newprj.sh; Source and tarball dependency now checked.

Ding-Yi Chen dchen at fedoraproject.org
Tue Oct 19 23:31:21 UTC 2010


commit bbf178b12dcaaf739e749198a7e863393a1eea80
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Wed Oct 20 09:29:31 2010 +1000

    Improved cmake-fedora-newprj.sh; Source and tarball dependency now checked.

 .gitignore        |    1 +
 cmake-fedora.spec |   15 ++++++++-------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c0816e..d77d3ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /cmake-fedora-0.2.1-Source.tar.gz
 /cmake-fedora-0.2.2-Source.tar.gz
 /cmake-fedora-0.2.3-Source.tar.gz
+/cmake-fedora-0.2.4-Source.tar.gz
diff --git a/cmake-fedora.spec b/cmake-fedora.spec
index c599a60..12498f5 100644
--- a/cmake-fedora.spec
+++ b/cmake-fedora.spec
@@ -1,11 +1,11 @@
 Name:       cmake-fedora
-Version:    0.2.3
+Version:    0.2.4
 Release:    1%{?dist}
 Summary:    CMake helper modules for fedora developers
 License:    BSD
 Group:      System Environment/Libraries
 URL:        http://git.fedorahosted.org/git/?p=cmake-fedora.git
-Source0:    https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.2.3-Source.tar.gz
+Source0:    https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.2.4-Source.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
@@ -30,7 +30,7 @@ helper macros and targets for fedora developers.
 %__rm -rf $RPM_BUILD_ROOT
 %__make install DESTDIR=$RPM_BUILD_ROOT
 # We install document using %doc
-(cd $RPM_BUILD_ROOT//usr/share/doc/cmake-fedora-0.2.3
+(cd $RPM_BUILD_ROOT//usr/share/doc/cmake-fedora-0.2.4
     %__rm -rf RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING TODO
 )
 
@@ -59,10 +59,11 @@ helper macros and targets for fedora developers.
 %{_datadir}/cmake/Templates/fedora
 
 %changelog
-* Sat Oct 16 2010 Ding-Yi Chen <dchen at redhat.com> - 0.2.3-1
-- Inserted git pull for each fedpkg targets. Reduce the chance of conflict.
-- Fixed target: bodhi_new. So it will actually run this command instead of
-  just showing it.
+* Wed Oct 20 2010 Ding-Yi Chen <dchen at redhat.com> - 0.2.4-1
+- cmake-fedora-newprj.sh: New option "-e" that extract value from specified
+  spec or spec.in.
+- Now usage is printed instead of junk output when project_name is not given.
+- Source code (whatever is packed) and tarball dependency now checked.
 
 * Fri Oct 15 2010 Ding-Yi Chen <dchen at redhat.com> - 0.2.2-1
 - Add new project building script.
diff --git a/sources b/sources
index ec169ea..35f4b71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64ebc6edd9981563503ac8505f29f808  cmake-fedora-0.2.3-Source.tar.gz
+5b119c4dc31f7e5d4f23df95167da7b7  cmake-fedora-0.2.4-Source.tar.gz


More information about the scm-commits mailing list