Blame SPECS/comps-extras.spec

c5976d
Summary: Images for package groups
c5976d
Name: comps-extras
c5976d
Version: 7
4cbbc6
Release: 2%{?dist}
c5976d
URL: http://git.fedorahosted.org/git/?p=comps-extras.git;a=summary
c5976d
Source0: http://fedorahosted.org/releases/c/o/comps-extras/%{name}-%{version}.tar.gz
c5976d
Epoch: 1
c5976d
# while GPL isn't normal for images, it is the case here
c5976d
# No version specified.
c5976d
# KDE logo is LGPLv2+
c5976d
# Ruby logos is CC-BY-SA
c5976d
# See COPYING for more details
c5976d
License: GPL+ and LGPLv2+ and CC-BY-SA
c5976d
Group: Applications/System
c5976d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c5976d
BuildArch: noarch
c5976d
c5976d
%description
c5976d
This package contains images for the components included in this distribution.
c5976d
c5976d
%prep
c5976d
%setup -q
c5976d
c5976d
%build
c5976d
# nothing to do
c5976d
c5976d
%install
c5976d
rm -rf $RPM_BUILD_ROOT
c5976d
make DESTDIR=$RPM_BUILD_ROOT install
c5976d
c5976d
%clean
c5976d
rm -rf $RPM_BUILD_ROOT
c5976d
c5976d
%files
c5976d
%defattr(-,root,root,-)
c5976d
%doc comps.dtd comps-cleanup.xsl
c5976d
%dir %{_datadir}/pixmaps/comps
c5976d
%{_datadir}/pixmaps/comps/*
c5976d
c5976d
%changelog
4cbbc6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:7-2
4cbbc6
- Mass rebuild 2013-12-27
4cbbc6
c5976d
* Tue Oct 29 2013 Bill Nottingham <notting@redhat.com> - 7-1
c5976d
- new version for EL 7 (#983163, #1024325)