[owncloud] update bundling notes again

Adam Williamson adamwill at fedoraproject.org
Tue Dec 31 10:27:33 UTC 2013


commit 98c87c318bac2ec9c34f70611539cce4ddc0045a
Author: Adam Williamson <awilliam at redhat.com>
Date:   Tue Dec 31 02:26:49 2013 -0800

    update bundling notes again
    
    Drop notes for things that are no longer bundled (google and openid), add detailed notes about what the stuff in mediawiki does and a reference to an upstream proposal which would remove them

 owncloud.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index cb72446..00c611d 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -171,14 +171,16 @@ rm -r apps/files_external/3rdparty/{Dropbox,irodsphp}
 
 # bundling notes:
 ## smb4php - forked php class from http://www.phpclasses.org/package/4129-PHP-Stream-wrapper-to-access-Windows-shared-files.html
-## openid/phpMyID - forked from http://siege.org/projects/phpMyID and adjusted to oC needs
-## openid/SimpleOpenID - adjusted class from http://roosenmaallen.com/2008/03/20/simpleopenid-for-php/
-## Google - copy of a google playground project https://code.google.com/p/gdata-samples/source/browse/trunk/oauth_playground/
-# containing random OAuth.php lib from http://oauth.googlecode.com/svn/code/php/ - I don't know what to say
+
 ## mediawiki contains two files picked from the mediawiki distribution
 # Fedora packages mediawiki but not in a way that it's files would be reusable
 # (i.e. the package doesn't contain the files itself but the tarball + deployment
 # script)
+# the two files are for doing CSS and javascript minification.
+# Alternatives are available, e.g. jshrink, and upstream is proposing
+# to kill their run-time minification:
+# https://github.com/owncloud/core/issues/4469
+
 ## php patchwork - https://github.com/nicolas-grekas/Patchwork-UTF8
 ## php-opencloud - https://github.com/rackspace/php-opencloud
 ## php-seclib - http://phpseclib.sourceforge.net/


More information about the scm-commits mailing list