Compare commits

...

7 Commits
rawhide ... el5

Author SHA1 Message Date
Fedora Release Engineering
3dff08cd66 dist-git conversion 2010-07-29 05:44:43 +00:00
Bill Nottingham
fd40a54493 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:05:51 +00:00
Tom Callaway
0c3b16c467 sync 2008-01-21 20:08:33 +00:00
Tom Callaway
e6841409d6 Initialize branch EL-5 for perl-Alien-wxWidgets 2008-01-21 19:57:38 +00:00
Jose Pedro Oliveira
ba4564a451 Update to 0.29. 2007-03-18 20:03:27 +00:00
Jose Pedro Oliveira
d3f5b31e6e Update to 0.26. 2006-12-16 23:30:35 +00:00
Jose Pedro Oliveira
83f547b6b7 Update to 0.25. 2006-11-11 15:04:32 +00:00
5 changed files with 28 additions and 25 deletions

View File

@ -1 +0,0 @@
Alien-wxWidgets-0.24.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Alien-wxWidgets-0.29.tar.gz

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,10 +1,10 @@
Name: perl-Alien-wxWidgets
Version: 0.24
Version: 0.32
Release: 1%{?dist}
Summary: Building, finding and using wxWidgets binaries
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Alien-wxWidgets/
Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -55,6 +55,30 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Nov 28 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-1
- Update to 0.32
* Sat Mar 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.31-1
- Update to 0.31.
* Fri Mar 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.30-1
- Update to 0.30.
* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.29-1
- Update to 0.29.
* Wed Dec 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.27-1
- Update to 0.27.
* Sat Dec 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.26-1
- Update to 0.26.
* Sat Dec 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.25-2
- Rebuild (wxGTK 2.8.0).
* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.25-1
- Update to 0.25.
* Sat Oct 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
- Update to 0.24.

View File

@ -1 +1 @@
40d3f9aedc32a14fb31be0026ba28c17 Alien-wxWidgets-0.24.tar.gz
534164c7b1f9c0d60397a689ffa90cb4 Alien-wxWidgets-0.32.tar.gz