Changeset 773 for spec/trunk/SPECS


Ignore:
Timestamp:
Jun 3, 2016, 5:47:12 PM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: PyQt4: change the way shortnaes of pyd are handled, as we now have a nameshort tag in sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/PyQt4.spec

    r770 r773  
    11#define svn_url     e:/trees/pyqt4/trunk
    22%define svn_url     http://svn.netlabs.org/repos/ports/pyqt4/trunk
    3 %define svn_rev     1579
     3%define svn_rev     1590
    44
    55%define target os2
     
    2929Name:    PyQt4
    3030Version: 4.11.4
    31 Release: 1%{?dist}
     31Release: 2%{?dist}
    3232
    3333# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
     
    302302#{python2_sitearch}/PyQt4/QtDBus.pyd
    303303%{python2_sitearch}/PyQt4/QtDecl.pyd
     304%{python2_sitearch}/PyQt4/QtDeclarative.pyd
    304305%{python2_sitearch}/PyQt4/QtDsgn.pyd
     306%{python2_sitearch}/PyQt4/QtDesigner.pyd
    305307%{python2_sitearch}/PyQt4/QtGui.pyd
    306308%{python2_sitearch}/PyQt4/QtHelp.pyd
    307309#%{python2_sitearch}/PyQt4/QtMultimedia.pyd
    308310%{python2_sitearch}/PyQt4/QtNet.pyd
     311%{python2_sitearch}/PyQt4/QtNetwork.pyd
    309312#%{python2_sitearch}/PyQt4/QtOpenGL.pyd
    310313%{python2_sitearch}/PyQt4/QtScri.pyd
     314%{python2_sitearch}/PyQt4/QtScript.pyd
    311315%{python2_sitearch}/PyQt4/QtScTl.pyd
     316%{python2_sitearch}/PyQt4/QtScriptTools.pyd
    312317%{python2_sitearch}/PyQt4/QtSql.pyd
    313318%{python2_sitearch}/PyQt4/QtSvg.pyd
     
    315320%{python2_sitearch}/PyQt4/QtXml.pyd
    316321%{python2_sitearch}/PyQt4/QtXmlP.pyd
     322%{python2_sitearch}/PyQt4/QtXmlPatterns.pyd
    317323%{python2_sitearch}/PyQt4/uic/
    318324%{_qt4_plugindir}/designer/*
     
    326332%files webkit
    327333%{python2_sitearch}/PyQt4/QtWebK.pyd
     334%{python2_sitearch}/PyQt4/QtWebKit.pyd
    328335%endif
    329336
     
    359366%{python3_sitearch}/PyQt4/QtDBus.pyd
    360367%{python3_sitearch}/PyQt4/QtDecl.pyd
     368%{python3_sitearch}/PyQt4/QtDeclarative.pyd
    361369%{python3_sitearch}/PyQt4/QtDsgn.pyd
     370%{python3_sitearch}/PyQt4/QtDesigner.pyd
    362371%{python3_sitearch}/PyQt4/QtGui.pyd
    363372%{python3_sitearch}/PyQt4/QtHelp.pyd
    364373%{python3_sitearch}/PyQt4/QtMultimedia.pyd
    365374%{python3_sitearch}/PyQt4/QtNet.pyd
     375%{python3_sitearch}/PyQt4/QtNetwork.pyd
    366376%{python3_sitearch}/PyQt4/QtOpenGL.pyd
    367377%{python3_sitearch}/PyQt4/QtScri.pyd
     378%{python3_sitearch}/PyQt4/QtScript.pyd
    368379%{python3_sitearch}/PyQt4/QtScTl.pyd
     380%{python3_sitearch}/PyQt4/QtScriptTools.pyd
    369381%{python3_sitearch}/PyQt4/QtSql.pyd
    370382%{python3_sitearch}/PyQt4/QtSvg.pyd
     
    372384%{python3_sitearch}/PyQt4/QtXml.pyd
    373385%{python3_sitearch}/PyQt4/QtXmlP.pyd
     386%{python3_sitearch}/PyQt4/QtXmlPatterns.pyd
    374387%{python3_sitearch}/PyQt4/uic/
    375388
     
    393406
    394407%changelog
     408* Fri Jun 3 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 4.11.4-2
     409- add symlink for long names
     410- add nameshort tag, as inplemented in sip
     411
    395412* Thu May 26 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 4.11.4-1
    396413- initial version
Note: See TracChangeset for help on using the changeset viewer.