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

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

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

Revision 1.16 by jpp, Fri Feb 25 02:50:32 2022 UTC Revision 1.17 by jpp, Wed Mar 9 20:26:37 2022 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 36  %define release 37
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    * Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-37.sme
22    - add collaboraoffice repo [SME: 11888]
23    
24  * Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme  * Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme
25  - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751]  - add Copr repo for fusioninventory-agent owned by trasher [SME: 11751]
26  - fix update event for sclo [SME: 11876]  - fix update event for sclo [SME: 11876]
# Line 328  createrepo Line 331  createrepo
331    
332  #####################  #####################
333  #####################  #####################
334    #collaboraoffice.com
335    #####################
336    #####################
337    REPO['reponame']='collaboraoffice'
338    REPO['pkgname']= ${REPO['reponame']}
339    REPO['fullreponame']='collaboraoffice.com_repos_CollaboraOnline_CODE-centos'
340    REPO['EnableGroups']='no'
341    REPO['Visible']='yes'
342    REPO['status']='enabled'
343    REPO['BaseURL']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos$releasever'
344    REPO['MirrorList']=''
345    REPO['GPGCheck']='yes'
346    REPO['GPGKey']='https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos7/repodata/repomd.xml.key'
347    REPO['Exclude']=''
348    REPO['IncludePkgs']=''
349    createrepo
350    
351    
352    #####################
353    #####################
354  #egroupware  #egroupware
355  #####################  #####################
356  #####################  #####################
# Line 1320  cat %{name}-%{version}-filelist|grep ast Line 1343  cat %{name}-%{version}-filelist|grep ast
1343  cat %{name}-%{version}-filelist| grep atomic                    > %{name}-%{version}-filelist-atomic  cat %{name}-%{version}-filelist| grep atomic                    > %{name}-%{version}-filelist-atomic
1344  cat %{name}-%{version}-filelist| grep bareos                    > %{name}-%{version}-filelist-bareos  cat %{name}-%{version}-filelist| grep bareos                    > %{name}-%{version}-filelist-bareos
1345  cat %{name}-%{version}-filelist| grep centos-sclo               > %{name}-%{version}-filelist-centos-sclo  cat %{name}-%{version}-filelist| grep centos-sclo               > %{name}-%{version}-filelist-centos-sclo
1346    cat %{name}-%{version}-filelist| grep collaboraoffice           > %{name}-%{version}-filelist-collaboraoffice
1347  cat %{name}-%{version}-filelist| grep egroupware                > %{name}-%{version}-filelist-egroupware  cat %{name}-%{version}-filelist| grep egroupware                > %{name}-%{version}-filelist-egroupware
1348  cat %{name}-%{version}-filelist| grep elastic                   > %{name}-%{version}-filelist-elastic  cat %{name}-%{version}-filelist| grep elastic                   > %{name}-%{version}-filelist-elastic
1349  cat %{name}-%{version}-filelist| grep elrepo                    > %{name}-%{version}-filelist-elrepo  cat %{name}-%{version}-filelist| grep elrepo                    > %{name}-%{version}-filelist-elrepo
# Line 1405  CentOS Red-Hat software collection repos Line 1429  CentOS Red-Hat software collection repos
1429  %files centos-sclo -f  %{name}-%{version}-filelist-centos-sclo  %files centos-sclo -f  %{name}-%{version}-filelist-centos-sclo
1430  %defattr(-,root,root)  %defattr(-,root,root)
1431    
1432    %package collaboraoffice
1433    Summary: collaboraoffice repo
1434    %description collaboraoffice
1435    collaboraoffice repo
1436    %files collaboraoffice -f  %{name}-%{version}-filelist-collaboraoffice
1437    %defattr(-,root,root)
1438    
1439  %package egroupware  %package egroupware
1440  Summary: Repository for eGroupWare  Summary: Repository for eGroupWare
1441  %description egroupware  %description egroupware


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