Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

32 commits

Author SHA1 Message Date
Bill Nottingham
16e0de30df Retire valide. 2011-02-23 17:03:01 -05:00
Dennis Gilmore
bf5c2728c8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:54:15 -06:00
bioinfornatics
d3533ce58f New Revision 2010-10-08 22:58:25 +02:00
bioinfornatics
c4db22f2d9 New Revision 2010-10-08 22:49:49 +02:00
bioinfornatics
63ffbe9340 fix spec 2010-09-04 12:39:36 +02:00
bioinfornatics
821d4eb080 update to last revision 689 2010-09-04 12:30:16 +02:00
bioinfornatics
31a453398f Fix spec 2010-09-03 21:31:13 +02:00
bioinfornatics
5b4fbcc8f2 Fix spec 2010-09-03 21:24:42 +02:00
bioinfornatics
a6ce5b4533 Update to stable release 0.7.0 2010-09-03 21:11:38 +02:00
bioinfornatics
e66b07b689 fix spec 2010-09-02 13:25:59 +02:00
bioinfornatics
d3b89a9d82 fix spec 2010-09-02 13:18:28 +02:00
bioinfornatics
0d2399810e add source 2010-09-02 13:10:28 +02:00
bioinfornatics
25a12d4d8d add source 2010-09-02 13:07:02 +02:00
bioinfornatics
a10978927b Add valadoc.py file 2010-09-02 12:57:55 +02:00
bioinfornatics
4ef7200d15 update to revision 686 2010-09-02 12:49:05 +02:00
Fedora Release Engineering
1593e93ae7 dist-git conversion 2010-07-29 14:53:10 +00:00
MERCIER Jonathan
14ac099060 Update to new major release 7.0 2010-06-01 20:18:54 +00:00
MERCIER Jonathan
c529feb8ed *** empty log message *** 2010-06-01 19:38:04 +00:00
MERCIER Jonathan
39ec6347d2 Update to newest relase for val(a)ide 2010-03-30 23:50:36 +00:00
MERCIER Jonathan
a0c91a7f67 Update valide to newest version 0.6.1 2010-01-15 13:07:26 +00:00
Bill Nottingham
acd02f946f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:18 +00:00
MERCIER Jonathan
e1bf354ab7 *** empty log message *** 2009-10-19 17:04:27 +00:00
MERCIER Jonathan
aded6344c9 Update Valaide to the newest release 2009-10-19 15:26:16 +00:00
MERCIER Jonathan
2643b1d27d Update valaide to the newest version 2009-10-19 14:57:44 +00:00
MERCIER Jonathan
a4e63d78a2 Update Valaide to newest release 2009-10-19 14:16:30 +00:00
MERCIER Jonathan
a3206efc83 Fix the empty debuginfo with a newest option --debug in build section and
install section
2009-07-30 21:29:48 +00:00
MERCIER Jonathan
b68b98fafa Update valide to revision 303 and add require for devel package 2009-07-28 23:03:31 +00:00
Jesse Keating
f68b62494a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:43:20 +00:00
MERCIER Jonathan
b8f33474aa *** empty log message *** 2009-07-20 17:14:13 +00:00
MERCIER Jonathan
7b295975b1 *** empty log message *** 2009-07-15 19:05:25 +00:00
MERCIER Jonathan
9fd7fb4a62 *** empty log message *** 2009-07-15 17:41:08 +00:00
MERCIER Jonathan
921d660de9 *** empty log message *** 2009-07-15 11:37:39 +00:00
5 changed files with 7 additions and 21 deletions

View file

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
valide-20101105svn609.tar.xz
/valide-20100901svn686.tar.xz
/valadoc.py
/valide-0.7.0.tar.gz
/valide-20100904svn689.tar.xz
/valide-20100923bzr557.tar.xz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: valide
# $Id$
NAME := valide
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
dead.package Normal file
View file

@ -0,0 +1 @@
This package was retired due to no active owner on 2011-02-23

View file