Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117749840
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile.am b/Makefile.am
index 45ce2f0..9c364b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,165 +1,166 @@
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
INTLTOOL_FILES = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
PYTHON_FILES = \
bin/kolab_smtp_access_policy.py \
cyruslib.py \
conf.py \
kolab.py \
kolabd.py \
kolabtest.py \
saslauthd.py \
setup-kolab.py
EXTRA_DIST = \
AUTHORS \
ChangeLog \
COPYING \
INSTALL \
NEWS \
README \
README.tests \
pykolab.spec \
pykolab.spec.in \
$(PYTHON_FILES)
SUBDIRS = \
conf \
kolab \
kolabd \
po \
pykolab \
saslauthd
ChangeLog:
(GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
srpm: ChangeLog dist
@rpmbuild -ts $(PACKAGE)-$(VERSION).tar.gz
rpm: srpm
@rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
binary:
python ext/python/Tools/freeze/freeze.py \
-p $(prefix) \
-b $(libdir) \
-x BaseHTTPServer \
-x ConfigParser \
-x FixTk \
-x MySQLdb \
-x SocketServer \
-x StringIO \
-x Tkconstants \
-x Tkinter \
-x UserDict \
-x __future__ \
-x _abcoll \
-x _threading_local \
-x _weakrefset \
-x _xmlplus \
-x abc \
-x atexit \
-x base64 \
-x bdb \
-x bisect \
-x calendar \
-x cmd \
-x collections \
-x copy \
-x copy_reg \
-x difflib \
-x dis \
-x distutils \
-x doctest \
-x dsml \
-x dummy_thread \
-x encodings \
-x fnmatch \
-x formatter \
-x ftplib \
-x functools \
-x genericpath \
-x getopt \
-x getpass \
-x gettext \
-x glob \
-x gzip \
-x hashlib \
-x hmac \
-x httplib \
-x imaplib \
-x inspect \
-x io \
-x ldapurl \
-x ldif \
-x linecache \
-x locale \
-x logging \
-x mimetools \
-x mimetypes \
-x ntpath \
-x nturl2path \
-x optparse \
-x os2emxpath \
-x pdb \
-x pickle \
-x pkgutil \
-x posixpath \
-x pprint \
-x py_compile \
-x pydoc \
-x pydoc_data \
-x quopri \
-x random \
-x repr \
-x rfc822 \
-x shlex \
-x shutil \
-x site \
-x smtplib \
-x socket \
-x ssl \
-x stat \
-x string \
-x struct \
-x subprocess \
-x sysconfig \
-x tarfile \
-x tempfile \
-x textwrap \
-x threading \
-x traceback \
-x types \
-x urlparse \
-x uu \
-x warnings \
-o src/kolabd/ \
kolabd.py
cd src/kolabd/; $(MAKE)
clean:
rm -rf src/*; mkdir -p src/
find -type f -name "*.pyo" -o -name "*.pyc" -delete
execdir = $(sbindir)
install-exec-local:
mkdir -p $(DESTDIR)/$(sbindir) $(DESTDIR)/$(bindir) \
$(DESTDIR)/$(libexecdir)/postfix \
$(DESTDIR)/$(localstatedir)/lib/kolab \
+ $(DESTDIR)/$(localstatedir)/lib/kolab/kolab_smtp_access_policy \
$(DESTDIR)/$(localstatedir)/log/kolab
$(INSTALL) -p -m 755 conf.py $(DESTDIR)/$(sbindir)/kolab-conf
$(INSTALL) -p -m 755 kolab.py $(DESTDIR)/$(sbindir)/kolab
$(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd
$(INSTALL) -p -m 644 saslauthd.py $(DESTDIR)/$(sbindir)/kolab-saslauthd
$(INSTALL) -p -m 755 kolabtest.py $(DESTDIR)/$(bindir)/kolab-test
$(INSTALL) -p -m 644 cyruslib.py $(DESTDIR)/$(pythondir)
$(INSTALL) -p -m 755 bin/kolab_smtp_access_policy.py $(DESTDIR)/$(libexecdir)/postfix/kolab_smtp_access_policy
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Apr 4, 1:49 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18773193
Default Alt Text
(3 KB)
Attached To
Mode
rP pykolab
Attached
Detach File
Event Timeline