Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3dff08cd66 | ||
|
fd40a54493 | ||
|
0c3b16c467 | ||
|
e6841409d6 | ||
|
ba4564a451 | ||
|
d3f5b31e6e | ||
|
83f547b6b7 |
@ -1 +0,0 @@
|
|||||||
Alien-wxWidgets-0.24.tar.gz
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
Alien-wxWidgets-0.29.tar.gz
|
21
Makefile
21
Makefile
@ -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)
|
|
@ -1,10 +1,10 @@
|
|||||||
Name: perl-Alien-wxWidgets
|
Name: perl-Alien-wxWidgets
|
||||||
Version: 0.24
|
Version: 0.32
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Building, finding and using wxWidgets binaries
|
Summary: Building, finding and using wxWidgets binaries
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Alien-wxWidgets/
|
URL: http://search.cpan.org/dist/Alien-wxWidgets/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -55,6 +55,30 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
|
||||||
- Update to 0.24.
|
- Update to 0.24.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user