Compare commits
75 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| edecf3addf | |||
|
|
2fe388869b | ||
| 510c99822c | |||
| 07cc786753 | |||
|
|
e638a4f4d6 | ||
| 00cb5e0f90 | |||
| 7739e805bc | |||
| d37b1b3a55 | |||
| 61f6cf2560 | |||
| 815006aaf2 | |||
| 1920954713 | |||
| 7675831392 | |||
| 7a0cf2ce1b | |||
|
|
3087390db6 | ||
|
|
f4c0ef34ab | ||
|
|
f5d6af1400 | ||
| 9c2ceb71fe | |||
| 4d1d1cd761 | |||
|
|
673220e876 | ||
| 53437ee5ce | |||
| 83053f8fb1 | |||
| 839a8c8eb6 | |||
| 310ac542a5 | |||
| 6ac2e41dad | |||
|
|
abe49a955c | ||
|
|
290283cdac | ||
|
|
38173f51e7 | ||
| d83551f679 | |||
| e55f815f8f | |||
| 5bfb490b64 | |||
| 6c74fcb750 | |||
| 94b5b59949 | |||
| 8e0248cdb8 | |||
|
|
0a221ff30c | ||
|
|
736578b14c | ||
|
|
2a9ed1e408 | ||
|
|
bb2302c6dd | ||
| e68a2f3cf5 | |||
| 663f100df7 | |||
|
|
bcde06c2f4 | ||
| e14f982e66 | |||
| 7700964948 | |||
| 5c5bb01851 | |||
| 43789b1eaa | |||
| c5df23f34c | |||
| 2d71de1ca5 | |||
|
|
8a43b1b936 | ||
|
|
af3ac7fe3f | ||
|
|
d46d959e0d | ||
| 04b111c156 | |||
| d4b9b96d28 | |||
| b2a9f5349a | |||
| 48446669ef | |||
| e315db38d6 | |||
| 970966be09 | |||
| 6ee8c0a5af | |||
| 67ea84810b | |||
| 9d719ee444 | |||
|
|
b7e65a1021 | ||
| 552319a638 | |||
| 28e9711af6 | |||
| e36b99035f | |||
| bd187d113a | |||
| 410170d2e7 | |||
| d7947196bd | |||
| 810c7cefe3 | |||
| b4fce50f37 | |||
| df8baf3d2b | |||
|
|
42c1e498ee | ||
| 4486627ab2 | |||
| 9373172dca | |||
| cc7b75a487 | |||
| 39fcbdb446 | |||
|
|
f22fb56970 | ||
| 407dbd8bd9 |
8 changed files with 1 additions and 1142 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
zarafa-6.40.3.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Package is retired
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
a2177498a1cc054b8beaba9a3887ec89 zarafa-6.40.3.tar.gz
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
Patch by Robert Scheck <robert@fedoraproject.org> for zarafa >= 6.40.0, which only
|
||||
removes the paths from autoconf/automake related files, that don't exist in the OSS
|
||||
version of Zarafa. Having these paths not removed causes autoreconf to fail, but a
|
||||
re-run of autoreconf is needed in order to get the rpaths completely out of all the
|
||||
libraries and binaries built during the make process.
|
||||
|
||||
--- zarafa-6.40.0/configure.ac 2010-05-31 15:45:19.000000000 +0200
|
||||
+++ zarafa-6.40.0/configure.ac.package 2010-06-06 02:48:22.000000000 +0200
|
||||
@@ -772,19 +772,6 @@
|
||||
version
|
||||
specialbuild
|
||||
])
|
||||
-dnl non-oss files
|
||||
-if test -d `dirname $0`/licensed; then
|
||||
-AC_CONFIG_FILES([
|
||||
- liblicense/Makefile
|
||||
- licensed/Makefile
|
||||
- ECtools/zarafa-backup/Makefile
|
||||
- ECtools/zarafa-backup/helpers/Makefile
|
||||
- ECtools/zarafa-report/Makefile
|
||||
- ECtools/libarchiver/Makefile
|
||||
- ECtools/zarafa-archiver/Makefile
|
||||
- debian/zarafa.install
|
||||
-])
|
||||
-fi
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
--- zarafa-6.40.0/Makefile.am 2010-05-31 15:45:19.000000000 +0200
|
||||
+++ zarafa-6.40.0/Makefile.am.package 2010-06-06 02:51:29.000000000 +0200
|
||||
@@ -1,9 +1,5 @@
|
||||
AUTOMAKE_OPTIONS = 1.9 foreign
|
||||
|
||||
-if ! OSS_ONLY
|
||||
-PROSUBS = liblicense licensed
|
||||
-endif
|
||||
-
|
||||
SUBDIRS = common libfreebusy zarafa-libsync mapi4linux $(PROSUBS) provider libicalmapi inetmapi php-ext spooler gateway caldav ECtools installer po doc
|
||||
|
||||
if WITH_PERL
|
||||
@@ -17,10 +13,6 @@
|
||||
common/ecversion.h: versionheader.sh
|
||||
sh ${top_srcdir}/versionheader.sh > common/ecversion.h
|
||||
|
||||
-if ! OSS_ONLY
|
||||
-CLEANFILES=common/ecversion.h
|
||||
-endif
|
||||
-
|
||||
dist-hook:
|
||||
find $(distdir) -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true
|
||||
if OSS_ONLY
|
||||
--- zarafa-6.40.0/ECtools/Makefile.am 2010-05-31 15:45:18.000000000 +0200
|
||||
+++ zarafa-6.40.0/ECtools/Makefile.am.package 2010-06-06 02:48:37.000000000 +0200
|
||||
@@ -1,7 +1,3 @@
|
||||
-if ! OSS_ONLY
|
||||
-PROSUBS = zarafa-backup zarafa-report libarchiver zarafa-archiver
|
||||
-endif
|
||||
-
|
||||
if WITH_TESTTOOLS
|
||||
TESTSUBS = ECTestTools
|
||||
endif
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
#
|
||||
# Zarafa Webaccess featuring a 'Look & Feel' similar to Outlook
|
||||
#
|
||||
|
||||
Alias /webaccess /usr/share/zarafa-webaccess/
|
||||
|
||||
# Following Apache and PHP settings need to be set to work correct
|
||||
#
|
||||
<Directory /usr/share/zarafa-webaccess/>
|
||||
# Some apache settings
|
||||
Options -Indexes +FollowSymLinks
|
||||
|
||||
# Register globals must be off
|
||||
php_flag register_globals off
|
||||
|
||||
# Magic quotes must be off
|
||||
php_flag magic_quotes_gpc off
|
||||
php_flag magic_quotes_runtime off
|
||||
|
||||
# The maximum POST limit. To upload large files, this value must
|
||||
# be larger than upload_max_filesize.
|
||||
php_value post_max_size 31M
|
||||
php_value upload_max_filesize 30M
|
||||
|
||||
# Short open tags must be on
|
||||
php_flag short_open_tag on
|
||||
|
||||
# Uncomment for debugging purposes only. Make sure Apache/PHP can
|
||||
# write to this file or no errors will be logged!
|
||||
# php_flag log_errors on
|
||||
# php_value error_log /var/lib/zarafa-webaccess/error_log
|
||||
</Directory>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
; Enable Zarafa mapi extension module
|
||||
extension=mapi.so
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/var/log/zarafa/SERVICE.log {
|
||||
weekly
|
||||
missingok
|
||||
rotate 52
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
postrotate
|
||||
killall -HUP zarafa-SERVICE 2> /dev/null || true
|
||||
endscript
|
||||
create 0644 zarafa zarafa
|
||||
}
|
||||
|
||||
1032
zarafa.spec
1032
zarafa.spec
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue