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.

16 commits

Author SHA1 Message Date
Till Maas
cf55f20f91 Retired on 2014-07-06 in preparation to branch Fedora 21 because it failed to build for two releases (FTBFS Cleanup) 2014-07-06 17:57:00 +02:00
Dennis Gilmore
177687899a - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 13:10:02 -05:00
Dennis Gilmore
470ce1b7bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:52:45 -05:00
Dennis Gilmore
48455bf867 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:20:48 -06:00
034c447ae5 fix configuration file for httpd 2.4, #871501 2013-01-04 19:10:24 +01:00
Dennis Gilmore
a638d81089 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 03:19:39 -05:00
Dennis Gilmore
0c2c2f0b9f - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:37:09 -06:00
Dennis Gilmore
c4c243400c - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 02:53:18 -06:00
Fedora Release Engineering
7e3258a56b dist-git conversion 2010-07-29 16:29:52 +00:00
David Nalley
1f670f2873 - upgrading to 1.2.3 bz 589727 521193
- removed jsminify patch, and thus requirement for custom tarball
- fixes XSS and CSRF security problems. bz 589290 589292
2010-05-13 00:36:26 +00:00
Bill Nottingham
e2cbc063a9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:19 +00:00
David Nalley
3fe55c57b3 - changed requirement for dos2unix to build requirement 2009-08-24 01:01:45 +00:00
David Nalley
6d03659fe3 - added requirement for dos2unix 2009-08-24 00:43:04 +00:00
David Nalley
a702b0afbf - upgraded to 1.1.2 to match upstream bug 514301
- changed php version requirements to 5.1.2 to remove bundling of sha256
    library
- added symlinks silencing per ian wellers bug 511137
- silenced selinux problems
- Added requires for php-Smarty, php-adodb, php-mcrypt
- Deleted unused JSON, encrypytion, and hashes libraries which were bundled
    for 493237
2009-08-24 00:21:32 +00:00
Jesse Keating
8daa6cd171 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 09:02:02 +00:00
David Nalley
d29bdff4ee - Initial commit 2009-03-20 16:03:44 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: zikula
# $Id$
NAME := zikula
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 @@
Retired on 2014-07-06 in preparation to branch Fedora 21 because it failed to build for two releases (FTBFS Cleanup)

View file