Compare commits
13
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3427e42d6e | ||
|
|
de34bb2cba | ||
|
|
dcc26ebd23 | ||
|
|
7be55c221a | ||
|
|
065b27da43 | ||
|
|
2c3e3efd71 | ||
|
|
4be96f0db0 | ||
|
|
e98447b25e | ||
|
|
0cca766bbd | ||
|
|
4eb54b0267 | ||
|
|
6b400d08db | ||
|
|
6ce37b814a | ||
|
|
f35985af5e |
@@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: openwsman
|
||||
# $Id$
|
||||
NAME := openwsman
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
@@ -1 +0,0 @@
|
||||
openwsman-2_1_0-1_fc9:HEAD:openwsman-2.1.0-1.fc9.src.rpm:1225537021
|
||||
+17
-3
@@ -6,7 +6,7 @@
|
||||
|
||||
Name: openwsman
|
||||
Version: 2.2.0
|
||||
Release: 2%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: BSD
|
||||
Url: http://www.openwsman.org/
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
@@ -141,9 +141,23 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 1 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-2
|
||||
* Thu Oct 1 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-8
|
||||
- Removed the past hard coding of ruby_libdir
|
||||
* Wed Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-1
|
||||
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-7
|
||||
- pywsman.py gets installed in python_sitelib - chaning back
|
||||
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-6
|
||||
- changing python_sitelib to python_sitearch
|
||||
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-5
|
||||
- making the python_sitelib and ruby_sitearch global
|
||||
- test build
|
||||
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-4
|
||||
- *.rb files are hard coded to be installed in /usr/lib in 32/64-bit
|
||||
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-3
|
||||
- increased the release for re-tagging.
|
||||
- one more try
|
||||
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-2
|
||||
- increased the release for re-tagging.
|
||||
* Wed Sep 23 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-1
|
||||
- Added the new 2.2.0 sources.
|
||||
- Changed the release and version numbers.
|
||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.0-4
|
||||
|
||||
Reference in New Issue
Block a user