/[smecontribs]/rpms/smeserver-extrarepositories/contribs9/smeserver-extrarepositories.spec
ViewVC logotype

Diff of /rpms/smeserver-extrarepositories/contribs9/smeserver-extrarepositories.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.24 by jpp, Sat Jan 5 03:54:38 2019 UTC Revision 1.26 by jpp, Sat Mar 21 11:19:24 2020 UTC
# Line 1  Line 1 
1  %define name smeserver-extrarepositories  %define name smeserver-extrarepositories
2  %define version 0.1  %define version 0.1
3  %define release 19  %define release 21
4  Summary: easy configuration of extra yum repo  Summary: easy configuration of extra yum repo
5  Name: %{name}  Name: %{name}
6  Version: %{version}  Version: %{version}
# Line 18  AutoReqProv: no Line 18  AutoReqProv: no
18  Provides configuration for external yum repository comaptible with Koozali SME Server.  Provides configuration for external yum repository comaptible with Koozali SME Server.
19    
20  %changelog  %changelog
21    * Sat Mar 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-21.sme
22    - update zabbix repo [SME: 10900]
23    - add Springdale / PUIAS repo [SME: 10673]
24    
25    * Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-20.sme
26    - add node repos [SME: 10727]
27    
28  * Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme  * Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme
29  - improve zmrepo migrate fragment to avoid action if not needed.  - improve zmrepo migrate fragment to avoid action if not needed.
30  - migrate fragment for openfusion  - migrate fragment for openfusion
# Line 438  REPO['fullreponame']='Libreswan' Line 445  REPO['fullreponame']='Libreswan'
445  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
446  REPO['Visible']='no'  REPO['Visible']='no'
447  REPO['status']='disabled'  REPO['status']='disabled'
448  REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/6/x86_64/'  REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/'
449  REPO['MirrorList']=''  REPO['MirrorList']=''
450  REPO['GPGCheck']='yes'  REPO['GPGCheck']='yes'
451  REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan'  REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan'
# Line 447  REPO['IncludePkgs']='' Line 454  REPO['IncludePkgs']=''
454  createrepo  createrepo
455    
456    
457    #####################
458    #####################
459    # NodeJS 4
460    #####################
461    #####################
462    REPO['reponame']='node4'
463    REPO['fullreponame']='NodeJS 4'
464    REPO['EnableGroups']='no'
465    REPO['Visible']='no'
466    REPO['status']='disabled'
467    REPO['BaseURL']='https://rpm.nodesource.com/pub_4.x/el/$releasever/$basearch/'
468    REPO['MirrorList']=''
469    REPO['GPGCheck']='no'
470    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
471    REPO['Exclude']=''
472    REPO['IncludePkgs']=''
473    createrepo
474    
475    #####################
476    #####################
477    # NodeJS 5
478    #####################
479    #####################
480    REPO['reponame']='node5'
481    REPO['fullreponame']='NodeJS 5'
482    REPO['EnableGroups']='no'
483    REPO['Visible']='no'
484    REPO['status']='disabled'
485    REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/'
486    REPO['MirrorList']=''
487    REPO['GPGCheck']='no'
488    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
489    REPO['Exclude']=''
490    REPO['IncludePkgs']=''
491    createrepo
492    
493    #####################
494    #####################
495    # NodeJS 6
496    #####################
497    #####################
498    REPO['reponame']='node6'
499    REPO['fullreponame']='NodeJS 6'
500    REPO['EnableGroups']='no'
501    REPO['Visible']='no'
502    REPO['status']='disabled'
503    REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/'
504    REPO['MirrorList']=''
505    REPO['GPGCheck']='no'
506    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
507    REPO['Exclude']=''
508    REPO['IncludePkgs']=''
509    createrepo
510    
511    #####################
512    #####################
513    # NodeJS 7
514    #####################
515    #####################
516    REPO['reponame']='node7'
517    REPO['fullreponame']='NodeJS 7'
518    REPO['EnableGroups']='no'
519    REPO['Visible']='no'
520    REPO['status']='disabled'
521    REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/'
522    REPO['MirrorList']=''
523    REPO['GPGCheck']='no'
524    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
525    REPO['Exclude']=''
526    REPO['IncludePkgs']=''
527    createrepo
528    
529    #####################
530    #####################
531    # NodeJS
532    #####################
533    #####################
534    REPO['reponame']='node8'
535    REPO['fullreponame']='NodeJS 8'
536    REPO['EnableGroups']='no'
537    REPO['Visible']='no'
538    REPO['status']='disabled'
539    REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/'
540    REPO['MirrorList']=''
541    REPO['GPGCheck']='no'
542    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
543    REPO['Exclude']=''
544    REPO['IncludePkgs']=''
545    createrepo
546    
547    #####################
548    #####################
549    # NodeJS 9
550    #####################
551    #####################
552    REPO['reponame']='node9'
553    REPO['fullreponame']='NodeJS 9'
554    REPO['EnableGroups']='no'
555    REPO['Visible']='no'
556    REPO['status']='disabled'
557    REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/'
558    REPO['MirrorList']=''
559    REPO['GPGCheck']='no'
560    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
561    REPO['Exclude']=''
562    REPO['IncludePkgs']=''
563    createrepo
564    
565    #####################
566    #####################
567    # NodeJS 10
568    #####################
569    #####################
570    REPO['reponame']='node10'
571    REPO['fullreponame']='NodeJS 10'
572    REPO['EnableGroups']='no'
573    REPO['Visible']='no'
574    REPO['status']='disabled'
575    REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/'
576    REPO['MirrorList']=''
577    REPO['GPGCheck']='no'
578    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
579    REPO['Exclude']=''
580    REPO['IncludePkgs']=''
581    createrepo
582    
583    #####################
584    #####################
585    # NodeJS 11
586    #####################
587    #####################
588    REPO['reponame']='node11'
589    REPO['fullreponame']='NodeJS 11'
590    REPO['EnableGroups']='no'
591    REPO['Visible']='no'
592    REPO['status']='disabled'
593    REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/'
594    REPO['MirrorList']=''
595    REPO['GPGCheck']='no'
596    REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
597    REPO['Exclude']=''
598    REPO['IncludePkgs']=''
599    createrepo
600    
601    
602    
603  if  ( "%{?dist}"  == "el7" ); then  if  ( "%{?dist}"  == "el7" ); then
604  #####################  #####################
605  #####################  #####################
# Line 740  createrepo Line 893  createrepo
893    
894  #####################  #####################
895  #####################  #####################
896    #Springdale
897    #####################
898    #####################
899    REPO['reponame']='springdale-core'
900    REPO['fullreponame']='PUIAS core Base'
901    REPO['EnableGroups']='no'
902    REPO['Visible']='yes'
903    REPO['status']='disabled'
904    REPO['BaseURL']=''
905    REPO['MirrorList']='http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/mirrorlist'
906    REPO['GPGCheck']='yes'
907    REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias'
908    REPO['Exclude']=''
909    REPO['IncludePkgs']=''
910    createrepo
911    
912    REPO['reponame']='springdale-updates'
913    REPO['fullreponame']='PUIAS core Updates'
914    REPO['EnableGroups']='no'
915    REPO['Visible']='yes'
916    REPO['status']='disabled'
917    REPO['BaseURL']=''
918    REPO['MirrorList']='http://puias.math.ias.edu/data/puias/updates/$releasever/$basearch/en/os/mirrorlist'
919    REPO['GPGCheck']='yes'
920    REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/updates/$basearch/en/os/RPM-GPG-KEY-puias'
921    REPO['Exclude']=''
922    REPO['IncludePkgs']=''
923    createrepo
924    
925    REPO['reponame']='springdale-addons'
926    REPO['fullreponame']='PUIAS Addons'
927    REPO['EnableGroups']='no'
928    REPO['Visible']='yes'
929    REPO['status']='disabled'
930    REPO['BaseURL']=''
931    REPO['MirrorList']='http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/Addons/mirrorlist'
932    REPO['GPGCheck']='yes'
933    REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias'
934    REPO['Exclude']=''
935    REPO['IncludePkgs']=''
936    createrepo
937    
938    REPO['reponame']='springdale-addons-updates'
939    REPO['fullreponame']='PUIAS Addons Updates'
940    REPO['EnableGroups']='no'
941    REPO['Visible']='yes'
942    REPO['status']='disabled'
943    REPO['BaseURL']=''
944    REPO['MirrorList']='http://puias.math.ias.edu/data/puias/updates/Addons/$releasever/$basearch/mirrorlist'
945    REPO['GPGCheck']='yes'
946    REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias'
947    REPO['Exclude']=''
948    REPO['IncludePkgs']=''
949    createrepo
950    
951    
952    REPO['reponame']='springdale-unsupported'
953    REPO['fullreponame']='PUIAS Unsupported'
954    REPO['EnableGroups']='no'
955    REPO['Visible']='yes'
956    REPO['status']='disabled'
957    REPO['BaseURL']=''
958    REPO['MirrorList']='http://puias.math.ias.edu/data/puias/unsupported/$releasever/$basearch/mirrorlist'
959    REPO['GPGCheck']='yes'
960    REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias'
961    REPO['Exclude']=''
962    REPO['IncludePkgs']=''
963    createrepo
964    
965    REPO['reponame']='springdale-computational'
966    REPO['fullreponame']='PUIAS Computational'
967    REPO['EnableGroups']='no'
968    REPO['Visible']='yes'
969    REPO['status']='disabled'
970    REPO['BaseURL']=''
971    REPO['MirrorList']='http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist'
972    REPO['GPGCheck']='yes'
973    REPO['GPGKey']='http://puias.princeton.edu/data/puias/$releasever/$basearch/os/RPM-GPG-KEY-puias'
974    REPO['Exclude']=''
975    REPO['IncludePkgs']=''
976    createrepo
977    
978    
979    
980    
981    #####################
982    #####################
983  #stephDL  #stephDL
984  #####################  #####################
985  #####################  #####################
# Line 819  createrepo Line 1059  createrepo
1059  #Zabbix2.4  #Zabbix2.4
1060  #####################  #####################
1061  #####################  #####################
1062  declare -A zabshort=( ['2.4']='24' ['2.5']='25' ['3.0']='30' ['3.1']='31' ['3.2']='32' ['3.4']='35' ['3.5']='35')  declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44')
1063  for elasver  in "2.4" "2.5" "3.0"; do  for elasver  in "4.2" "4.4" ; do
1064  REPO['reponame']="zabbix${zabshort[$elasver]}"  REPO['reponame']="zabbix${zabshort[$elasver]}"
1065  REPO['fullreponame']="Zabbix $elasver Official Repository"  REPO['fullreponame']="Zabbix $elasver Official Repository"
1066  REPO['EnableGroups']='no'  REPO['EnableGroups']='no'
# Line 1021  cat %{name}-%{version}-filelist| grep od Line 1261  cat %{name}-%{version}-filelist| grep od
1261  fi  fi
1262  cat %{name}-%{version}-filelist| grep okay                      > %{name}-%{version}-filelist-okay  cat %{name}-%{version}-filelist| grep okay                      > %{name}-%{version}-filelist-okay
1263  cat %{name}-%{version}-filelist| grep openfusion                > %{name}-%{version}-filelist-openfusion  cat %{name}-%{version}-filelist| grep openfusion                > %{name}-%{version}-filelist-openfusion
1264    cat %{name}-%{version}-filelist| grep node                      > %{name}-%{version}-filelist-node
1265  cat %{name}-%{version}-filelist| grep reetp                     > %{name}-%{version}-filelist-reetp  cat %{name}-%{version}-filelist| grep reetp                     > %{name}-%{version}-filelist-reetp
1266  cat %{name}-%{version}-filelist| grep remi-safe                 > %{name}-%{version}-filelist-remi-safe  cat %{name}-%{version}-filelist| grep remi-safe                 > %{name}-%{version}-filelist-remi-safe
1267  cat %{name}-%{version}-filelist| grep remi-ocsinventory         > %{name}-%{version}-filelist-remi-ocsinventory  cat %{name}-%{version}-filelist| grep remi-ocsinventory         > %{name}-%{version}-filelist-remi-ocsinventory
# Line 1029  cat %{name}-%{version}-filelist| grep re Line 1270  cat %{name}-%{version}-filelist| grep re
1270  cat %{name}-%{version}-filelist| grep rpmfusion                 > %{name}-%{version}-filelist-rpmfusion  cat %{name}-%{version}-filelist| grep rpmfusion                 > %{name}-%{version}-filelist-rpmfusion
1271  cat %{name}-%{version}-filelist| grep sogo                      > %{name}-%{version}-filelist-sogo  cat %{name}-%{version}-filelist| grep sogo                      > %{name}-%{version}-filelist-sogo
1272  cat %{name}-%{version}-filelist| grep spectrum2                 > %{name}-%{version}-filelist-spectrum2  cat %{name}-%{version}-filelist| grep spectrum2                 > %{name}-%{version}-filelist-spectrum2
1273    cat %{name}-%{version}-filelist| grep springdale                > %{name}-%{version}-filelist-springdale
1274  cat %{name}-%{version}-filelist| grep stephdl                   > %{name}-%{version}-filelist-stephdl  cat %{name}-%{version}-filelist| grep stephdl                   > %{name}-%{version}-filelist-stephdl
1275  cat %{name}-%{version}-filelist| grep virtualbox                > %{name}-%{version}-filelist-virtualbox  cat %{name}-%{version}-filelist| grep virtualbox                > %{name}-%{version}-filelist-virtualbox
1276  cat %{name}-%{version}-filelist| grep webtatic                  > %{name}-%{version}-filelist-webtatic  cat %{name}-%{version}-filelist| grep webtatic                  > %{name}-%{version}-filelist-webtatic
# Line 1142  Geekery Repository Line 1384  Geekery Repository
1384  %package libreswan  %package libreswan
1385  Summary: Libreswan Repository  Summary: Libreswan Repository
1386  %description libreswan  %description libreswan
1387  Geekery Repository  Libreswan Repository
1388  %files libreswan -f  %{name}-%{version}-filelist-libreswan  %files libreswan -f  %{name}-%{version}-filelist-libreswan
1389  %defattr(-,root,root)  %defattr(-,root,root)
1390    
1391    %package node
1392    Summary: NodeJS Repositories
1393    %description node
1394    NodeJS Repositories
1395    %files node -f  %{name}-%{version}-filelist-node
1396    %defattr(-,root,root)
1397    
1398  %package odoo  %package odoo
1399  Summary: Odoo 10 Nightly - EL7 Repository  Summary: Odoo 10 Nightly - EL7 Repository
1400  Distribution: el7  Distribution: el7
# Line 1225  Spectrum2 Repository Line 1474  Spectrum2 Repository
1474  %files spectrum2 -f  %{name}-%{version}-filelist-spectrum2  %files spectrum2 -f  %{name}-%{version}-filelist-spectrum2
1475  %defattr(-,root,root)  %defattr(-,root,root)
1476    
1477    %package springdale
1478    Summary: Springdale PUIAS Linux repos
1479    %description springdale
1480    Springdale PUIAS Linux repos
1481    %files springdale -f  %{name}-%{version}-filelist-springdale
1482    %defattr(-,root,root)
1483    
1484  %package stephdl  %package stephdl
1485  Summary: Stephane De Labrusse Repository  Summary: Stephane De Labrusse Repository
1486  %description stephdl  %description stephdl


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed