nix.spec.in: RHEL 7/CentOS 7 do not require a group for each package.
This commit is contained in:
		
							parent
							
								
									f32c6ed873
								
							
						
					
					
						commit
						0610486d61
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										10
									
								
								nix.spec.in
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								nix.spec.in
									
										
									
									
									
								
							|  | @ -6,7 +6,7 @@ Name: nix | ||||||
| Version: @PACKAGE_VERSION@ | Version: @PACKAGE_VERSION@ | ||||||
| Release: 2%{?dist} | Release: 2%{?dist} | ||||||
| License: LGPLv2+ | License: LGPLv2+ | ||||||
| %if 0%{?rhel} | %if 0%{?rhel} && 0%{?rhel} < 7 | ||||||
| Group: Applications/System | Group: Applications/System | ||||||
| %endif | %endif | ||||||
| URL: http://nixos.org/ | URL: http://nixos.org/ | ||||||
|  | @ -41,7 +41,7 @@ it can be used equally well under other Unix systems. | ||||||
| 
 | 
 | ||||||
| %package        devel | %package        devel | ||||||
| Summary:        Development files for %{name} | Summary:        Development files for %{name} | ||||||
| %if 0%{?rhel} | %if 0%{?rhel} && 0%{?rhel} < 7 | ||||||
| Group:          Development/Libraries | Group:          Development/Libraries | ||||||
| %endif | %endif | ||||||
| Requires:       %{name}%{?_isa} = %{version}-%{release} | Requires:       %{name}%{?_isa} = %{version}-%{release} | ||||||
|  | @ -53,7 +53,7 @@ developing applications that use %{name}. | ||||||
| 
 | 
 | ||||||
| %package doc | %package doc | ||||||
| Summary:        Documentation files for %{name} | Summary:        Documentation files for %{name} | ||||||
| %if 0%{?rhel} | %if 0%{?rhel} && 0%{?rhel} < 7 | ||||||
| Group:          Documentation | Group:          Documentation | ||||||
| %endif | %endif | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
|  | @ -65,7 +65,7 @@ The %{name}-doc package contains documentation files for %{name}. | ||||||
| 
 | 
 | ||||||
| %package -n emacs-%{name} | %package -n emacs-%{name} | ||||||
| Summary:        Nix mode for Emacs | Summary:        Nix mode for Emacs | ||||||
| %if 0%{?rhel} | %if 0%{?rhel} && 0%{?rhel} < 7 | ||||||
| Group:          Applications/Editors | Group:          Applications/Editors | ||||||
| %endif | %endif | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
|  | @ -77,7 +77,7 @@ This package provides a major mode for editing Nix expressions. | ||||||
| 
 | 
 | ||||||
| %package -n emacs-%{name}-el | %package -n emacs-%{name}-el | ||||||
| Summary:        Elisp source files for emacs-%{name} | Summary:        Elisp source files for emacs-%{name} | ||||||
| %if 0%{?rhel} | %if 0%{?rhel} && 0%{?rhel} < 7 | ||||||
| Group:          Applications/Editors | Group:          Applications/Editors | ||||||
| %endif | %endif | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue