[cmake-fedora] Add new project building script; Build for EL-5, EL-6; Fixed error in UseFedpkg

Ding-Yi Chen dchen at fedoraproject.org
Thu Oct 14 07:06:54 UTC 2010


commit 63c49850804f387beb4d873b03b2ce2898914a83
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Thu Oct 14 17:06:46 2010 +1000

    Add new project building script;Build for EL-5, EL-6;Fixed error in UseFedpkg

 .gitignore        |    1 +
 cmake-fedora.spec |   17 +++++++++++------
 sources           |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 149ec0b..c1508f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /cmake-fedora-0.1.4-Source.tar.gz
+/cmake-fedora-0.2.1-Source.tar.gz
diff --git a/cmake-fedora.spec b/cmake-fedora.spec
index 4771f59..4e843c7 100644
--- a/cmake-fedora.spec
+++ b/cmake-fedora.spec
@@ -1,11 +1,11 @@
 Name:       cmake-fedora
-Version:    0.1.4
+Version:    0.2.1
 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.1.4-Source.tar.gz
+Source0:    https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.2.1-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.1.4
+(cd $RPM_BUILD_ROOT//usr/share/doc/cmake-fedora-0.2.1
     %__rm -rf RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING TODO
 )
 
@@ -40,7 +40,7 @@ helper macros and targets for fedora developers.
 %files
 %defattr(-,root,root,-)
 %doc RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING TODO
-
+%{_bindir}/cmake-fedora-newprj.sh
 %{_datadir}/cmake/Modules/CMakeVersion.cmake
 %{_datadir}/cmake/Modules/CompileEnv.cmake
 %{_datadir}/cmake/Modules/DateTimeFormat.cmake
@@ -56,10 +56,15 @@ helper macros and targets for fedora developers.
 %{_datadir}/cmake/Modules/UseHostingService.cmake
 %{_datadir}/cmake/Modules/UseUninstall.cmake
 %{_datadir}/cmake/Modules/cmake_uninstall.cmake.in
+%{_datadir}/cmake/Templates/fedora
 
 %changelog
-* Thu Oct 07 2010 Ding-Yi Chen <dchen at redhat.com> - 0.1.4-1
-- Fixed error in UseFedpkg.
+* Thu Oct 14 2010 Ding-Yi Chen <dchen at redhat.com> - 0.2.1-1
+- Add new project building script.
+- Build for EL-5, EL-6
+- Add el5, el6 build.
+- Fixed errors in UseFedpkg.
+- Fix tag target.
 
 * Mon Oct 04 2010 Ding-Yi Chen <dchen at redhat.com> - 0.1.1-1
 - Added koji scratch build target.
diff --git a/sources b/sources
index 5b26fb3..da9f302 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a47ccc85242ae272b0edb53c16bdb36  cmake-fedora-0.1.4-Source.tar.gz
+32dad7566794014e00255909657d58c8  cmake-fedora-0.2.1-Source.tar.gz


More information about the scm-commits mailing list