Compare commits

...

4 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering bbecf86f3a dist-git conversion 2010-07-29 05:44:46 +00:00
Bill Nottingham 5f64a76949 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:05:52 +00:00
Tom Callaway 4c3d002ea1 0.42 2008-12-08 21:18:58 +00:00
Jesse Keating 35aeed1300 Initialize branch F-9 for perl-Alien-wxWidgets 2008-04-21 07:32:15 +00:00
4 changed files with 6 additions and 24 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Alien-wxWidgets
# $Id$
NAME := perl-Alien-wxWidgets
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)

View File

@ -1,6 +1,6 @@
Name: perl-Alien-wxWidgets
Version: 0.32
Release: 4%{?dist}
Version: 0.42
Release: 1%{?dist}
Summary: Building, finding and using wxWidgets binaries
Group: Development/Libraries
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Dec 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.42-1
- 0.42
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-4
- Rebuild for perl 5.10 (again)

View File

@ -1 +1 @@
534164c7b1f9c0d60397a689ffa90cb4 Alien-wxWidgets-0.32.tar.gz
f96c09d393bc8b4cbd7ff8e412183032 Alien-wxWidgets-0.42.tar.gz