Skip to content

Commit

Permalink
Remove 'Group' field from RPM specfiles (following fedora guidelines)…
Browse files Browse the repository at this point in the history
…; refs #47
  • Loading branch information
tswilliams committed Jan 3, 2018
1 parent 0c2230d commit 1c615a3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions controlhub/pkg/cactuscore-controlhub.spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ Name: %{name}
Summary: IPbus packet-router
Version: %{version}
Release: %{release}
License: BSD License
URL: http://www.erlang.org/
Group: CACTUS
License: GPLv3
URL: https://ipbus.web.cern.ch/ipbus
Source: %{tarball_file}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: psmisc rsyslog logrotate
Expand Down
1 change: 0 additions & 1 deletion extern/boost/cactuscore-extern-boost.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Release: %{release}
Packager: %{packager}
Summary: Boost Library packaged for the CACTUS project
License: Boost Software License
Group: CACTUS
Source: %{tarball_file}
URL: http://www.boost.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Expand Down
1 change: 0 additions & 1 deletion extern/erlang/cactuscore-extern-erlang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Version: %{version}
Release: %{release}
License: Erlang Public License (EPL)
URL: http://www.erlang.org/
Group: CACTUS
Source: %{tarball_file}
Requires: gcc gcc-c++ ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Expand Down
1 change: 0 additions & 1 deletion extern/pugixml/cactuscore-extern-pugixml.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Release: %{release}
Packager: %{packager}
Summary: PugiXML - Light-weight, simple and fast XML parser for C++ with XPath support
License: MIT License
Group: CACTUS
Source: %{zip_file}
URL: http://pugixml.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Expand Down
2 changes: 0 additions & 2 deletions uhal/config/specTemplate.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Release: %{_release}
Packager: %{_author}
Summary: %{_summary}
License: GPLv3
Group: CACTUS
Source: %{_source}
URL: %{_url}
BuildArch:
Expand All @@ -49,7 +48,6 @@ __description__
%if %{defined _build_debuginfo_package}
%package -n %{_packagename}-debuginfo
Summary: Debuginfo package for %{_summary}
Group: Applications/XDAQ

%description -n %{_packagename}-debuginfo
__description__
Expand Down

0 comments on commit 1c615a3

Please sign in to comment.