Skip to content

Commit

Permalink
Merge pull request #60 from jouvin/el7.x-misc
Browse files Browse the repository at this point in the history
sl6.x: various package group added/adjusted
  • Loading branch information
jrha committed Nov 7, 2014
2 parents 9fb8c62 + 27fb326 commit c24b475
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
13 changes: 6 additions & 7 deletions rpms/development-base-tools.pan
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ include { 'rpms/group/development' };

prefix '/software/packages';

# CMake 2.8
'{cmake28-gui}' ?= nlist();

# Compat gcc
'{compat-gcc-34}' ?= nlist();
'{compat-gcc-34-g77}' ?= nlist();

# Git
'{git}' ?= nlist();

Expand All @@ -32,9 +25,15 @@ prefix '/software/packages';
'{libcanberra-gtk2}' ?= nlist();
'{libXi-devel}' ?= nlist();

# Openmpi
'{openmpi}' ?= nlist();

# Perl
'{perl-SVN-Notify}' ?= nlist();

# Python
'{python-devel}' ?= nlist();

# XML
'{expat-devel}' ?= nlist();

3 changes: 2 additions & 1 deletion rpms/document-viewers.pan
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ unique template rpms/document-viewers;
prefix '/software/packages';

'{evince}' = nlist();
'{a2ps}' = nlist();
'{a2ps}' = nlist();
'{xdvik}' = nlist();
1 change: 1 addition & 0 deletions rpms/editors.pan
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ prefix '/software/packages';
'{xemacs-packages-extra}' = nlist();
'{xemacs=packages-extra-el}' = nlist();
'{xemacs-packages-extra-info}' = nlist();
'{nedit}' ?= nlist();
2 changes: 0 additions & 2 deletions rpms/group/development.pan
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ prefix '/software/packages';
'{cvs}' ?= nlist();
'{dejagnu}' ?= nlist();
'{diffstat}' ?= nlist();
'{docker-io}' ?= nlist();
'{ElectricFence}' ?= nlist();
'{elfutils}' ?= nlist();
'{expect}' ?= nlist();
Expand All @@ -35,7 +34,6 @@ prefix '/software/packages';
'{indent}' ?= nlist();
'{intltool}' ?= nlist();
'{ksc}' ?= nlist();
'{libcanberra-gtk2}' ?= nlist();
'{libtool}' ?= nlist();
'{make}' ?= nlist();
'{mercurial}' ?= nlist();
Expand Down
8 changes: 1 addition & 7 deletions rpms/interactive-server.pan
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ prefix '/software/packages';
'{xterm}' ?= nlist();
'{xorg-x11-xauth}' ?= nlist();
'{dbus-x11}' ?= nlist();

# Cernlib
'{cernlib-utils}' ?= nlist();
'{cernlib-g77-utils}' ?= nlist();
'{cernlib-packlib}' ?= nlist();
'{cernlib-packlib-g77}' ?= nlist();
'{cernlib-packlib-gfortran}' ?= nlist();
'{libXScrnSaver}' ?= nlist();

# Libreoffice
'{libreoffice}' ?= nlist();
Expand Down

0 comments on commit c24b475

Please sign in to comment.