[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/doc/rpm-build/ -> egroupware-fedora4.spec (source)

   1  %define packagename eGroupWare
   2  %define egwdirname egroupware
   3  %define egwversion 1.2.106
   4  %define packaging 2
   5  %define epoch 1
   6  %define httpdroot  /var/www/html
   7  %define httpdconfd  /etc/httpd/conf.d
   8  %define osversion 4
   9  
  10  %define addressbook addressbook
  11  %define backup backup
  12  %define browser browser
  13  %define bookmarks bookmarks
  14  %define calendar calendar
  15  %define chatty chatty
  16  %define comic comic
  17  %define developer_tools developer_tools
  18  %define email email
  19  %define emailadmin emailadmin
  20  %define egwical egwical
  21  %define felamimail felamimail
  22  %define filescenter filescenter
  23  %define filemanager filemanager
  24  %define forum forum
  25  %define ftp ftp
  26  %define fudforum fudforum
  27  %define headlines headlines
  28  %define infolog infolog
  29  %define icalsrv icalsrv
  30  %define jinn jinn
  31  %define manual manual
  32  %define messenger messenger
  33  %define mydms mydms
  34  %define news_admin news_admin
  35  %define phpldapadmin phpldapadmin
  36  %define phpbrain phpbrain
  37  %define phpsysinfo phpsysinfo
  38  %define polls polls
  39  %define projects projects
  40  %define projectmanager projectmanager
  41  %define registration registration
  42  %define resources resources
  43  %define sambaadmin sambaadmin
  44  %define sitemgr sitemgr
  45  %define stocks stocks
  46  %define switchuser switchuser
  47  %define syncml syncml
  48  %define timesheet timesheet
  49  %define tts tts
  50  %define wiki wiki
  51  %define workflow workflow
  52  
  53  
  54  Name: %{packagename}
  55  Version: %{egwversion}.FC%{osversion}
  56  Release: %{packaging}
  57  Epoch: %{epoch}
  58  Summary: eGroupWare is a web-based groupware suite written in php.
  59  Distribution: Fedora Core %{osversion}
  60                                                                                                                               
  61  Group: Web/Database
  62  License: GPL/LGPL
  63  URL: http://www.egroupware.org/
  64  Source0: http://download.sourceforge.net/egroupware/%{packagename}-%{egwversion}-%{packaging}.tar.bz2
  65  Source1: http://download.sourceforge.net/egroupware/%{packagename}-contrib-%{egwversion}-%{packaging}.tar.bz2
  66  Source2: egroupware_fedora.tar.bz2
  67  Patch0: manageheader.php.patch
  68  Patch1: class.uiasyncservice.inc.php.patch
  69  BuildRoot: /tmp/%{packagename}-buildroot
  70  Requires: php >= 5.0 php-mbstring php-imap php-gd vixie-cron
  71  Provides: egw-core egw-%{addressbook} egw-%{etemplate}
  72  Conflicts: %{packagename}-core %{packagename}-%{addressbook} %{packagename}-%{bookmarks} %{packagename}-%{calendar} %{packagename}-%{developer_tools} %{packagename}-%{emailadmin} %{packagename}-%{felamimail} %{packagename}-%{filemanager} %{packagename}-%{infolog} %{packagename}-%{manual} %{packagename}-%{mydms} %{packagename}-%{news_admin} %{packagename}-%{phpbrain} %{packagename}-%{polls} %{packagename}-%{projectmanager} %{packagename}-%{registration} %{packagename}-%{resources} %{packagename}-%{sambaadmin} %{packagename}-%{sitemgr} %{packagename}-%{syncml} %{packagename}-%{timesheet} %{packagename}-%{wiki}
  73                                                                                                                               
  74  Prefix: /usr/share
  75  Buildarch: noarch
  76  AutoReqProv: no
  77                                                                                                                               
  78  Vendor: eGroupWare
  79  Packager: Ralf Becker <RalfBecker@outdoor-training.de>
  80  
  81  %description
  82  eGroupWare is a web-based groupware suite written in PHP. 
  83  
  84  This package provides the eGroupWare default applications:
  85  
  86  egroupware core with: admin, api, docs, etemplate, prefereces and setup, 
  87  addressbook, bookmarks, calendar, translation-tools, emailadmin, felamimail, 
  88  filemanager, infolog, manual, mydms, news admin, knowledgebase, polls, 
  89  projectmanager, resources, sambaadmin, sitemgr, syncml, timesheet, wiki, workflow
  90  
  91  It also provides an API for developing additional applications. 
  92  
  93  Further contributed applications are avalible in single packages.
  94  
  95  %package core
  96  Version: %{egwversion}.FC%{osversion}
  97  Summary: The eGroupWare contrib package
  98  Group: Web/Database
  99  Requires: php >= 5.0 php-mbstring >= 5.0 php-imap php-gd vixie-cron
 100  Provides: egw-core
 101  Conflicts: %{packagename}
 102  %description core
 103  This package provides the eGroupWare contrib applications.
 104  
 105  %package %{addressbook}
 106  Version: %{egwversion}
 107  Summary: The eGroupWare %{addressbook} application
 108  Group: Web/Database
 109  Conflicts: %{packagename}
 110  AutoReqProv: no
 111  Requires: egw-core = %{egwversion}-%{packaging}
 112  Provides: egw-%{addressbook}
 113  %description %{addressbook}
 114  Contact manager with Vcard support.
 115  %{addressbook} is the egroupware default contact application.
 116  It makes use of the egroupware contacts class to store and retrieve 
 117  contact information via SQL, LDAP or Active Directory.
 118  
 119  %package %{backup}
 120  Version: %{egwversion}
 121  Summary: The eGroupWare %{backup} application
 122  Group: Web/Database
 123  AutoReqProv: no
 124  Requires: egw-core = %{egwversion}-%{packaging}
 125  %description %{backup}
 126  An online configurable backup app to store data offline. 
 127  Can store files in zip, tar.gz and tar.bz2 on the local machine 
 128  or Remote via FTP, SMBMOUNT or NFS 
 129  
 130  %package %{browser}
 131  Version: %{egwversion}
 132  Summary: The eGroupWare %{browser} application
 133  Group: Web/Database
 134  AutoReqProv: no
 135  Requires: egw-core = %{egwversion}-%{packaging}
 136  %description %{browser}
 137  Intergrated browser to surf the web within eGroupWare.
 138  
 139  %package %{bookmarks}
 140  Version: %{egwversion}
 141  Summary: The eGroupWare %{bookmarks} application
 142  Group: Web/Database
 143  AutoReqProv: no
 144  Requires: egw-core = %{egwversion}-%{packaging}
 145  %description %{bookmarks}
 146  Manage your bookmarks with eGroupWare. Has Netscape plugin.
 147  
 148  %package %{calendar}
 149  Version: %{egwversion}
 150  Summary: The eGroupWare %{calendar} application
 151  Group: Web/Database
 152  Conflicts: %{packagename}
 153  AutoReqProv: no
 154  Requires: egw-core = %{egwversion}-%{packaging}
 155  %description %{calendar}
 156  Powerful calendar with meeting request system, Alarms, ICal and E-Mail support, 
 157  and ACL security.
 158  
 159  %package %{chatty}
 160  Version: %{egwversion}
 161  Summary: Instant messenger for eGroupWare
 162  Group: Web/Database
 163  AutoReqProv: no
 164  Requires: egw-core = %{egwversion}-%{packaging}
 165  %description %{chatty}
 166  Instant messenger application using AJAX.
 167  
 168  %package %{comic}
 169  Version: %{egwversion}
 170  Summary: The eGroupWare %{comic} application
 171  Group: Web/Database
 172  AutoReqProv: no
 173  Requires: egw-core = %{egwversion}-%{packaging}
 174  %description %{comic}
 175  This application display comic strips.
 176  
 177  %package %{developer_tools}
 178  Version: %{egwversion}
 179  Summary: The eGroupWare %{developer_tools} application
 180  Group: Web/Database
 181  Conflicts: %{packagename}
 182  AutoReqProv: no
 183  Requires: egw-core = %{egwversion}-%{packaging}
 184  %description %{developer_tools}
 185  The TranslationTools allow to create and extend translations-files for eGroupWare. 
 186  They can search the sources for new / added phrases and show you the ones missing in your language. 
 187  
 188  %package %{email}
 189  Version: %{egwversion}
 190  Summary: The eGroupWare %{email} application
 191  Group: Web/Database
 192  AutoReqProv: no
 193  Requires: egw-core = %{egwversion}-%{packaging}, %{packagename}-%{addressbook} = %{egwversion}-%{packaging}
 194  %description %{email}
 195  AngleMail for eGroupWare at www.anglemail.org is an Email reader with multiple accounts and mailbox filtering. Also Anglemail support IMAP, IMAPS, POP3 and POP3S accounts.
 196  
 197  %package %{emailadmin}
 198  Version: %{egwversion}
 199  Summary: The eGroupWare %{emailadmin} application
 200  Group: Web/Database
 201  Conflicts: %{packagename}
 202  AutoReqProv: no
 203  Requires: egw-core = %{egwversion}-%{packaging}
 204  %description %{emailadmin}
 205  EmailAdmin allow to maintain User email accounts 
 206  
 207  %package %{egwical}
 208  Version: %{egwversion}
 209  Summary: The eGroupWare %{egwical} application
 210  Group: Web/Database
 211  AutoReqProv: no
 212  Requires: egw-core = %{egwversion}-%{packaging} 
 213  %description %{egwical}
 214  This is the %{egwical} app for eGroupWare.
 215  
 216  %package %{felamimail}
 217  Version: %{egwversion}
 218  Summary: The eGroupWare %{felamimail} application
 219  Group: Web/Database
 220  Conflicts: %{packagename}
 221  AutoReqProv: no
 222  Requires: egw-core = %{egwversion}-%{packaging}, %{packagename}-%{emailadmin} = %{egwversion}-%{packaging}
 223  %description %{felamimail}
 224  The %{felamimail} Email Reader is a other Email application for eGroupWare.
 225  
 226  %package %{filemanager}
 227  Version: %{egwversion}
 228  Summary: The eGroupWare %{filemanager} application
 229  Group: Web/Database
 230  Conflicts: %{packagename}
 231  AutoReqProv: no
 232  Requires: egw-core = %{egwversion}-%{packaging}
 233  %description %{filemanager}
 234  This is the %{filemanager} app for eGroupWare.
 235  
 236  %package %{filescenter}
 237  Version: %{egwversion}
 238  Summary: The eGroupWare %{filescenter} application
 239  Group: Web/Database
 240  AutoReqProv: no
 241  Requires: egw-core = %{egwversion}-%{packaging}
 242  %description %{filescenter}
 243  This is the %{filescenter} app for eGroupWare.
 244  
 245  %package %{forum}
 246  Version: %{egwversion}
 247  Summary: The eGroupWare %{forum} application
 248  Group: Web/Database
 249  AutoReqProv: no
 250  Requires: egw-core = %{egwversion}-%{packaging}
 251  %description %{forum}
 252  This is the %{forum} app for eGroupWare.
 253  
 254  %package %{ftp}
 255  Version: %{egwversion}
 256  Summary: The eGroupWare %{ftp} application
 257  Group: Web/Database
 258  AutoReqProv: no
 259  Requires: egw-core = %{egwversion}-%{packaging} 
 260  %description %{ftp}
 261  This is the %{ftp} app for eGroupWare.
 262  
 263  %package %{fudforum}
 264  Version: %{egwversion}
 265  Summary: The eGroupWare %{fudforum} application
 266  Group: Web/Database
 267  AutoReqProv: no
 268  Requires: egw-core = %{egwversion}-%{packaging}
 269  %description %{fudforum}
 270  This is the %{fudforum} app for eGroupWare.
 271  
 272  %package %{headlines}
 273  Version: %{egwversion}
 274  Summary: The eGroupWare %{headlines} application
 275  Group: Web/Database
 276  AutoReqProv: no
 277  Requires: egw-core = %{egwversion}-%{packaging} 
 278  %description %{headlines}
 279  This is the %{headlines} app for eGroupWare.
 280  
 281  %package %{icalsrv}
 282  Version: %{egwversion}
 283  Summary: The eGroupWare %{icalsrv} application
 284  Group: Web/Database
 285  AutoReqProv: no
 286  Requires: egw-core = %{egwversion}-%{packaging} 
 287  %description %{icalsrv}
 288  This is the %{icalsrv} app for eGroupWare.
 289  
 290  %package %{infolog}
 291  Version: %{egwversion}
 292  Summary: The eGroupWare %{infolog} application
 293  Group: Web/Database
 294  Conflicts: %{packagename}
 295  AutoReqProv: no
 296  Requires: egw-core = %{egwversion}-%{packaging}, egw-%{etemplate} = %{egwversion}-%{packaging}
 297  %description %{infolog}
 298  This is the %{infolog} app for eGroupWare (Notes, ToDo, Phonelogs, CRM).
 299  
 300  %package %{jinn}
 301  Version: %{egwversion}
 302  Summary: The eGroupWare %{jinn} application
 303  Group: Web/Database
 304  AutoReqProv: no
 305  Requires: egw-core = %{egwversion}-%{packaging}
 306  %description %{jinn}
 307  The %{jinn} app is a multi-site, multi-database, multi-user/-group, database driven Content Management System written in and for the eGroupWare Framework.
 308  
 309  %package %{manual}
 310  Version: %{egwversion}
 311  Summary: The eGroupWare %{manual} application
 312  Group: Web/Database
 313  Conflicts: %{packagename}
 314  AutoReqProv: no
 315  Requires: egw-core = %{egwversion}-%{packaging}
 316  %description %{manual}
 317  This is the %{manual} app for eGroupWare: online help system.
 318  
 319  %package %{messenger}
 320  Version: %{egwversion}
 321  Summary: The eGroupWare %{messenger} application
 322  Group: Web/Database
 323  AutoReqProv: no
 324  Requires: egw-core = %{egwversion}-%{packaging} 
 325  %description %{messenger}
 326  This is the %{messenger} app for eGroupWare.
 327  
 328  %package %{mydms}
 329  Version: %{egwversion}
 330  Summary: The eGroupWare %{mydms} application
 331  Group: Web/Database
 332  Conflicts: %{packagename}
 333  AutoReqProv: no
 334  Requires: egw-core = %{egwversion}-%{packaging} 
 335  %description %{mydms}
 336  This is a %{mydms} port to eGroupWare.
 337  
 338  %package %{news_admin}
 339  Version: %{egwversion}
 340  Summary: The eGroupWare %{news_admin} application
 341  Group: Web/Database
 342  Conflicts: %{packagename}
 343  AutoReqProv: no
 344  Requires: egw-core = %{egwversion}-%{packaging} 
 345  %description %{news_admin}
 346  This is the %{news_admin} app for eGroupWare.
 347  
 348  %package %{phpbrain}
 349  Version: %{egwversion}
 350  Summary: The eGroupWare %{phpbrain} application
 351  Group: Web/Database
 352  Conflicts: %{packagename}
 353  AutoReqProv: no
 354  Requires: egw-core = %{egwversion}-%{packaging}, %{packagename}-%{addressbook} = %{egwversion}-%{packaging}
 355  %description %{phpbrain}
 356  This is the %{phpbrain} app for eGroupWare.
 357  
 358  %package %{phpldapadmin}
 359  Version: %{egwversion}
 360  Summary: The eGroupWare %{phpldapadmin} application
 361  Group: Web/Database
 362  AutoReqProv: no
 363  Requires: egw-core = %{egwversion}-%{packaging}
 364  %description %{phpldapadmin}
 365  This is the cire %{phpldapadmin} of eGroupWare.
 366  
 367  %package %{phpsysinfo}
 368  Version: %{egwversion}
 369  Summary: The eGroupWare %{phpsysinfo} application
 370  Group: Web/Database
 371  Conflicts: %{packagename}
 372  AutoReqProv: no
 373  Requires: egw-core = %{egwversion}-%{packaging}
 374  %description %{phpsysinfo}
 375  This is the %{phpsysinfo} app for eGroupWare.
 376  
 377  %package %{polls}
 378  Version: %{egwversion}
 379  Summary: The eGroupWare %{polls} application
 380  Group: Web/Database
 381  AutoReqProv: no
 382  Requires: egw-core = %{egwversion}-%{packaging}
 383  %description %{polls}
 384  This is the %{polls} app for eGroupWare.
 385  
 386  %package %{projectmanager}
 387  Version: %{egwversion}
 388  Summary: The eGroupWare %{projectmanager} application
 389  Group: Web/Database
 390  Conflicts: %{packagename}
 391  AutoReqProv: no
 392  Requires: egw-core = %{egwversion}-%{packaging},
 393  %description %{projectmanager}
 394  The %{projectmanager} is eGroupWare's new project management application.
 395  It's fully integrated into eGroupWare and use the data of InfoLog and Calendar.
 396  Plugable datasources allow to support and manage further applications.
 397  
 398  %package %{projects}
 399  Version: %{egwversion}
 400  Summary: The eGroupWare %{projects} application
 401  Group: Web/Database
 402  AutoReqProv: no
 403  Requires: egw-core = %{egwversion}-%{packaging},
 404  %description %{projects}
 405  This is the %{projects} app for eGroupWare.
 406  
 407  %package %{registration}
 408  Version: %{egwversion}
 409  Summary: The eGroupWare %{registration} application
 410  Group: Web/Database
 411  Conflicts: %{packagename}
 412  AutoReqProv: no
 413  Requires: egw-core = %{egwversion}-%{packaging}
 414  %description %{registration}
 415  This is the %{registration} app for eGroupWare.
 416  
 417  %package %{resources}
 418  Version: %{egwversion}
 419  Summary: The eGroupWare %{resources} application
 420  Group: Web/Database
 421  Conflicts: %{packagename}
 422  AutoReqProv: no
 423  Requires: egw-core = %{egwversion}-%{packaging}
 424  %description %{resources}
 425  %{resources} is a resource booking sysmtem for eGroupWare.
 426  Which integrates into the calendar.
 427  
 428  %package %{sambaadmin}
 429  Version: %{egwversion}
 430  Summary: The eGroupWare %{sambaadmin} application
 431  Group: Web/Database
 432  Conflicts: %{packagename}
 433  AutoReqProv: no
 434  Requires: egw-core = %{egwversion}-%{packaging}
 435  %description %{sambaadmin}
 436  Manage LDAP based sambaacounts and workstations.
 437  
 438  %package %{sitemgr}
 439  Version: %{egwversion}
 440  Summary: The eGroupWare Sitemanager CMS application
 441  Group: Web/Database
 442  Conflicts: %{packagename}
 443  AutoReqProv: no
 444  Requires: egw-core = %{egwversion}-%{packaging}
 445  %description %{sitemgr}
 446  This is the Sitemanager CMS app for eGroupWare.
 447  
 448  %package %{stocks}
 449  Version: %{egwversion}
 450  Summary: The eGroupWare %{stocks} application
 451  Group: Web/Database
 452  AutoReqProv: no
 453  Requires: egw-core = %{egwversion}-%{packaging}
 454  %description %{stocks}
 455  This is the %{stocks} app for eGroupWare.
 456  
 457  %package %{syncml}
 458  Version: %{egwversion}
 459  Summary: The eGroupWare %{syncml} application
 460  Group: Web/Database
 461  Conflicts: %{packagename}
 462  AutoReqProv: no
 463  Requires: egw-core = %{egwversion}-%{packaging}, php >= 5.0.0
 464  %description %{syncml}
 465  This is the %{syncml} app for eGroupWare.
 466  
 467  %package %{timesheet}
 468  Version: %{egwversion}
 469  Summary: The eGroupWare timesheet application
 470  Group: Web/Database
 471  Conflicts: %{packagename}
 472  AutoReqProv: no
 473  Requires: egw-core = %{egwversion}-%{packaging}
 474  %description %{timesheet}
 475  Simple timesheet application, which allow to record and report
 476  the times and other expenses. It can be uses as well standalone 
 477  as together with the ProjectManager application.
 478  
 479  %package %{tts}
 480  Version: %{egwversion}
 481  Summary: The eGroupWare trouble ticket system application
 482  Group: Web/Database
 483  AutoReqProv: no
 484  Requires: egw-core = %{egwversion}-%{packaging}
 485  %description %{tts}
 486  This is the trouble ticket system} app for eGroupWare.
 487  
 488  %package %{wiki}
 489  Version: %{egwversion}
 490  Summary: The eGroupWare %{wiki} application
 491  Group: Web/Database
 492  Conflicts: %{packagename}
 493  AutoReqProv: no
 494  Requires: egw-core = %{egwversion}-%{packaging},
 495  %description %{wiki}
 496  This is the %{wiki} app for eGroupWare.
 497  
 498  %package %{workflow}
 499  Version: %{egwversion}
 500  Summary: The eGroupWare %{workflow} application
 501  Group: Web/Database
 502  AutoReqProv: no
 503  Requires: egw-core = %{egwversion}-%{packaging},
 504  %description %{workflow}
 505  This is the %{workflow} app for eGroupWare.
 506  
 507  %prep
 508  %setup0 -c -n %{egwdirname}
 509  #%setup1 -T -D -a 1 -n %{egwdirname}
 510  %setup2 -T -D -a 2 -n %{egwdirname}
 511  %patch0 -p 0
 512  %patch1 -p 0
 513  
 514  %build
 515  
 516  %install
 517  [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
 518  mkdir -p $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
 519  cp -aRf  etc var $RPM_BUILD_ROOT
 520  cp -aRf egroupware/* $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
 521  
 522  rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess
 523  rm -rf $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/xmlrpc
 524  rm -rf $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/switchuser
 525  rm -rf $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/skel
 526  rm -rf $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/soap
 527  
 528  find $RPM_BUILD_ROOT%{prefix}/%{egwdirname} -name .svn | xargs rm -rf
 529  
 530  cd $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
 531  ln -s ../../../var/lib/egroupware/header.inc.php
 532  ln -s sitemgr/sitemgr-link
 533  
 534  %clean
 535  [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
 536  
 537  %post
 538  %postun
 539  
 540  %files
 541  %defattr(-,root,root)
 542  %dir %{prefix}/%{egwdirname}
 543  %dir /var/lib/egroupware
 544  %{prefix}/%{egwdirname}/about.php
 545  %{prefix}/%{egwdirname}/anon_wrapper.php
 546  %{prefix}/%{egwdirname}/header.inc.php
 547  %{prefix}/%{egwdirname}/header.inc.php.template
 548  %{prefix}/%{egwdirname}/index.php
 549  %{prefix}/%{egwdirname}/login.php
 550  %{prefix}/%{egwdirname}/logout.php
 551  %{prefix}/%{egwdirname}/notify.php
 552  %{prefix}/%{egwdirname}/notify_simple.php
 553  %{prefix}/%{egwdirname}/notifyxml.php
 554  %{prefix}/%{egwdirname}/redirect.php
 555  %{prefix}/%{egwdirname}/rpc.php
 556  %{prefix}/%{egwdirname}/set_box.php
 557  %{prefix}/%{egwdirname}/soap.php
 558  %{prefix}/%{egwdirname}/xajax.php
 559  %{prefix}/%{egwdirname}/xmlrpc.php
 560  %{prefix}/%{egwdirname}/icalsrv.php
 561  %{prefix}/%{egwdirname}/admin
 562  %{prefix}/%{egwdirname}/doc
 563  %{prefix}/%{egwdirname}/etemplate
 564  %{prefix}/%{egwdirname}/home
 565  %{prefix}/%{egwdirname}/phpgwapi
 566  %{prefix}/%{egwdirname}/preferences
 567  %{prefix}/%{egwdirname}/setup
 568  %{prefix}/%{egwdirname}/addressbook
 569  %{prefix}/%{egwdirname}/bookmarks
 570  %{prefix}/%{egwdirname}/calendar
 571  %{prefix}/%{egwdirname}/developer_tools
 572  %{prefix}/%{egwdirname}/emailadmin
 573  %{prefix}/%{egwdirname}/felamimail
 574  %{prefix}/%{egwdirname}/filemanager
 575  %{prefix}/%{egwdirname}/infolog
 576  %{prefix}/%{egwdirname}/manual
 577  %{prefix}/%{egwdirname}/mydms
 578  %{prefix}/%{egwdirname}/news_admin
 579  %{prefix}/%{egwdirname}/phpbrain
 580  %{prefix}/%{egwdirname}/phpsysinfo
 581  %{prefix}/%{egwdirname}/polls
 582  %{prefix}/%{egwdirname}/projectmanager
 583  %{prefix}/%{egwdirname}/registration
 584  %{prefix}/%{egwdirname}/resources
 585  %{prefix}/%{egwdirname}/sambaadmin
 586  %{prefix}/%{egwdirname}/sitemgr
 587  %{prefix}/%{egwdirname}/sitemgr-link
 588  %{prefix}/%{egwdirname}/syncml
 589  %{prefix}/%{egwdirname}/timesheet
 590  %{prefix}/%{egwdirname}/wiki
 591  %{prefix}/%{egwdirname}/workflow
 592  %attr(0644,root,root) /etc/cron.d/egroupware
 593  %dir %attr(0755,apache,apache) /var/lib/egroupware/default
 594  %dir %attr(0755,apache,apache) /var/lib/egroupware/default/files
 595  %dir %attr(0755,apache,apache) /var/lib/egroupware/default/backup
 596  %dir %attr(0755,apache,apache) /var/lib/egroupware/sessions
 597  %config %attr(0644,root,root) %{httpdconfd}/egroupware.conf
 598  %config %attr(0640,apache,apache) /var/lib/egroupware/header.inc.php
 599  
 600  %files core
 601  %defattr(-,root,root)
 602  %dir %{prefix}/%{egwdirname}
 603  %dir /var/lib/egroupware
 604  %{prefix}/%{egwdirname}/about.php
 605  %{prefix}/%{egwdirname}/anon_wrapper.php
 606  %{prefix}/%{egwdirname}/header.inc.php.template
 607  %{prefix}/%{egwdirname}/index.php
 608  %{prefix}/%{egwdirname}/login.php
 609  %{prefix}/%{egwdirname}/logout.php
 610  %{prefix}/%{egwdirname}/notify.php
 611  %{prefix}/%{egwdirname}/notify_simple.php
 612  %{prefix}/%{egwdirname}/notifyxml.php
 613  %{prefix}/%{egwdirname}/redirect.php
 614  %{prefix}/%{egwdirname}/rpc.php
 615  %{prefix}/%{egwdirname}/set_box.php
 616  %{prefix}/%{egwdirname}/soap.php
 617  %{prefix}/%{egwdirname}/xajax.php
 618  %{prefix}/%{egwdirname}/xmlrpc.php
 619  %{prefix}/%{egwdirname}/icalsrv.php
 620  %{prefix}/%{egwdirname}/admin
 621  %{prefix}/%{egwdirname}/doc
 622  %{prefix}/%{egwdirname}/etemplate
 623  %{prefix}/%{egwdirname}/home
 624  %{prefix}/%{egwdirname}/phpgwapi
 625  %{prefix}/%{egwdirname}/preferences
 626  %{prefix}/%{egwdirname}/setup
 627  %attr(0644,root,root) /etc/cron.d/egroupware
 628  %dir %attr(0755,apache,apache) /var/lib/egroupware/default
 629  %dir %attr(0755,apache,apache) /var/lib/egroupware/default/files
 630  %dir %attr(0755,apache,apache) /var/lib/egroupware/default/backup
 631  %dir %attr(0755,apache,apache) /var/lib/egroupware/sessions
 632  %config %attr(0644,root,root) %{httpdconfd}/egroupware.conf
 633  %config %attr(0640,apache,apache) /var/lib/egroupware/header.inc.php
 634  
 635  %changelog
 636  * Wed Jan 03 2007 Ralf Becker <RalfBecker@outdoor-training.de> 1.2.106-2
 637  - more PHP5.2 fixes
 638  - added display_errors off to etc/apache2/conf.d/egroupware.conf
 639  
 640  * Mon Nov 13 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-106
 641  - various bugfixes
 642  
 643  * Thu Oct 19 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-105
 644  - bugfix release to prevent exploit by php serialize bug
 645  
 646  * Sat Jul 17 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-104
 647  - bugfix release
 648  
 649  * Sat Jun 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-102
 650  - improved SyncML handling
 651  - improved authentication trough existing imap/pop3 server
 652  - updated many translations
 653  - duplicated folders fixed in mydms
 654  - icalsrv updates
 655  
 656  * Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1
 657  - manual is now available via http://manual.egroupware.org
 658  - various bugfixes in calendar and projectmanager
 659  - timesheet has now reports for each day, week, month and year
 660  - the colums for both views are now configureable via the user preferences
 661  - syncml supports now also the calendar using the sycn4j client
 662  - added phpsysinfo to the egroupware base package
 663  - various bugfixes for icalserver
 664  
 665  * Wed Mar 22 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2RC8-1
 666  - added support for sync4j syncml clients
 667  - splitted status and percent done in two fields in infolog
 668  - added support for adding multiple hours to tasks
 669  - added icalsrv to contrib package
 670  - moved workflow to core package
 671  - fixed display of mime messages in FeLaMiMail
 672  
 673  * Sat Mar 06 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2RC7-1
 674  - fixed all critical bugs since RC 6
 675  - tested eGroupWare extensive on Debian, SUSE and RedHat with MySQL, Postgress and LDAP
 676  - improved translations
 677  - SyncML can now syncronize recuring events too
 678  - updated specfile to automaticly install cron and apache config files
 679  
 680  * Sat Jan 22 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2RC6-1
 681  - fixed calendar bugs
 682  - fixed async service problems
 683  - fixed mysql index length
 684  - implemented WBXML decoder/encoder in php(based in Horde code)
 685  - added php based nt/lanmanager password creation code
 686  
 687  * Thu Dec 15 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC5-1
 688  - creation of new groups in LDAP working again
 689  - no more negative id's in the account-table (auto column) itself, 
 690    as not all DBMS can deal with it (mapping is done in the class now)
 691  - infolog list shows (optional) the times and can switch details on and off 
 692  - projectmanager records and shows now the resources and details of the elements
 693  - wiki is include in the linkage system now
 694  - new instant messenger application chatty in contrib
 695  - other bugfixes and translation updates
 696  
 697  * Fri Dec 02 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC4-1
 698  - Bugfixes in Kalendar: Freetimesearch, disabled not working stuff under IE
 699  - MyDMS install: boolean columns are now created correct under mysql4+5
 700  - registration with email approval working again
 701  - workflow and vfs/filemanager fixed to deal with negative group-ids
 702  - setup: charset-conversation now via backup, deinstall & reinstall backup
 703  - xmlrpc: fixes in calendar and infolog
 704  - fixed several other bugs
 705  
 706  * Mon Nov 28 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC3-1
 707  - fixed registration app, is not longer in contrib now
 708  - fixed egroupware zip, which wrongly included the contrib stuff
 709  - fixed several other bugs
 710  
 711  * Fri Nov 25 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC2-3
 712  - fixed not working account creation
 713  - fixed not working category creation in sitemgr
 714  
 715  * Fri Nov 25 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC2-2
 716  - fixed bug which prefented installation under php4 of RC2.
 717  - some minor bug-fixes happening this morning
 718  
 719  * Thu Nov 24 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC2-1
 720  - calendar now fully supports groups as participatns and xmlrpc is working again
 721  - group-id's are now negative to improve ldap support
 722  - modified logo and look for the 1.2 idots template
 723  - bugfixes in many areas
 724  
 725  * Mon Nov 14 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC1-1
 726  - first release candidate of the upcomming 1.2 release:
 727  - complete rewrite of the calendar, plus new resource booking system
 728  - new projectmanager applications using infolog and calendar data
 729  - syncml to synchronise cell-phones, PDA's and outlook
 730  - workflow application
 731  - and many more ...
 732  
 733  * Tue Sep 20 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.0.0.009-3
 734  - disabled the xmlrpc log again by default
 735  - fixed addressbook bug introduced by a backported bugfix from HEAD
 736  
 737  * Mon Sep 12 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.0.0.009-2
 738  - further xmlrpc security fixes (already included in the tgz from mid Aug)
 739  - xmlrpc and soap subsystem is now deactivated by default, it can be enabled
 740    via Admin >> site configuration if needed
 741  
 742  * Fri Jul 16 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.0.0.008-2
 743  - Fixed projects problem (editing of project not working, dates are allways 
 744    set to ~ 1970-01-01) introduced by security fix between 007 and 008
 745  
 746  * Fri Jul 08 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.0.0.008-1
 747  - Fixed xmlrpc security problems
 748  
 749  * Sat Apr 15 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.0.0.007-2
 750  - Fixed security problems reported by James from GulfTech Security Research
 751  - new croation translations, significant enhancements in other languages
 752  - many Bugfixes, see http://egroupware.org/cvschangelog-1.0/
 753  
 754  * Sat Nov 06 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.006-1
 755  - Fix a security problem in JiNN application
 756  - Bugfixes
 757  
 758  * Wed Sep 08 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.005-1
 759  - Bugfix release
 760  
 761  * Thu Aug 24 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.004-2
 762  - Bugfix for Email after security patch
 763  
 764  * Mon Aug 23 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.004-1
 765  - Security release fixes several XSS problems
 766  
 767  * Sat Aug 07 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.003-1
 768  - Final 1.0 release from eGroupWare
 769  - some bugs fixed
 770  
 771  * Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.002-1
 772  - critical bugs fixed
 773  - MS SQL server support is back
 774  - language extensions
 775  
 776  * Sun Jul 11 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.001-1
 777  - bug fixing in all applications
 778  
 779  * Thu Jun 29 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.026-1
 780  - JiNN extended.
 781  - projects updated
 782  - new knowledge base available
 783  - new language available Catalan
 784  - many languages updated
 785  - bug fixes in all applications
 786  - extend the usage of indexes for DB tables
 787  
 788  * Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.015-1
 789  - rewrite of projects added.
 790  - Wiki with WYSIWYG editor added
 791  - bugfixes for sitemgr
 792  - email don't need longer php-imap module, many bugfixes for email included
 793  - Traditional Chinese lang updated
 794  - Danish lang updated
 795  - Italien lang files updated
 796  - Russian translation started
 797  - jerryr template updated
 798  - many bugs fixed in all applications
 799  
 800  * Wed Mar 03 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.014-1
 801  - add support to spec file for SuSE directory structure.
 802    When you want build packages for SuSE, please download the source RPM and make
 803    rpmbuild --rebuild eGroupWare.xxxxx.spec.
 804  - extensions to Danish language
 805  - extensions at sitemgr
 806  - bugfixes for upcomming 1.0 release
 807  
 808  * Sat Feb 07 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.013-2
 809  - RC3-4 bugfix for broken calender ACL
 810  
 811  * Sat Feb 07 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.013-1
 812  - Release RC3-3 is only a small bugfixing for some installations
 813  - PostgreSQL bug fixed
 814  - Email Bug fixed
 815  - Login problem on some clients fixed
 816  
 817  * Wed Jan 28 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.012-2
 818  - We use the download problem at out server buf fix some other problems
 819  
 820  * Wed Jan 28 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.012
 821  - remove justweb template
 822  - Skel app added as package
 823  - Messenger back in eGW
 824  - Spanish translation finished
 825  - Ukrain translation 50% finished
 826  - extensions on Italian translation
 827  - backup rewrite
 828  - Poll upp is rewrited
 829  - Knowledge Base rewrite (start from new killer app support center)
 830  - sitemgr fist preview of 1.0 candidate
 831  - extension on idots
 832  - new template set included jerryr (preview to 1.0 version)
 833  - felamimail extension (folders)
 834  - email bugfixes and extensions
 835  - username case sensitive
 836  - encrytion from passwords for header.inc.php and database passwords added
 837  - JiNN CMS updated
 838  - addressbook import extended
 839  - wiki some extensions
 840  - many Bugs fixed
 841  - fudforum available in a updated version
 842  
 843  * Mon Dec 22 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.008-2
 844  - Bug fix for PostgreSQL error.
 845  
 846  * Mon Dec 22 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.008-1
 847  - Many Bugs fixed.
 848  - Extension in Idots
 849  - fudforum updated
 850  - Registration application working again
 851  
 852  * Mon Dec 08 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.008
 853  - Many Bugs fixed.
 854  - First available version from phpldapadmin
 855  - Dutch, Slovenia, Brasilien Portuguese and Chinese translation extended
 856  - mass delete entries in calender
 857  - setup support DB ports
 858  
 859  * Mon Nov 03 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.006
 860  - Many Bugs fixed.
 861  - First available version from FUDeGW forum
 862  - pre checking the php and folders
 863  - idots template extended
 864  
 865  * Fri Oct 10 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.005
 866  - Many Bugs fixed.
 867  - TTS with Petri Net Support
 868  - CSV import to Calendar, Infolog
 869  - Experimental, internal usage from UTF-8 available
 870  - Projects app extendet and 1st preview from gant charts available
 871  - Simplified Chinese translation added
 872  - New layout for setup
 873  
 874  * Wed Sep 25 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.004
 875  - Bugfix release.
 876                                                                                  
 877  * Mon Sep 08 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.001
 878  - update possibility via CVS
 879  - Headlines bugfixes and new gray theme
 880  - Import from new anglemail
 881  - small changes and bugfixes in Infolog
 882  - calendar show now phone calls, notes and todos
 883  - asyncservice problem fixed
 884  - wiki bugfixes
 885  - felamimail
 886  - improved displaying of messages. added some javascript code, to make switching beetwen message, attachments and header lines faster. Updated the layout of the main page and the message display page to look better. Added support for emailadmin. felamimail needs now emailadmin to beinstalled.
 887  
 888  * Sat Aug 30 2003 Reiner Jung <r.jung@creativix.net> 0.9.99.000
 889  - initial eGroupWare package anouncement.
 890  


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7