From c958591714087b06b7c785e2de4aac810a01b13a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Nov 06 2016 19:39:55 +0000 Subject: Fix FTBFS in rawhide rhbz #1307351 plus spec cleanup --- diff --git a/bluecurve-gnome-theme.spec b/bluecurve-gnome-theme.spec index 3638fad..7498690 100644 --- a/bluecurve-gnome-theme.spec +++ b/bluecurve-gnome-theme.spec @@ -1,14 +1,13 @@ Summary: Bluecurve GNOME theme Name: bluecurve-gnome-theme Version: 1.0.0 -Release: 11%{?dist} +Release: 12%{?dist} BuildArch: noarch License: GPL+ Group: User Interface/Desktops # There is no official upstream yet Source0: %{name}-%{version}.tar.bz2 URL: http://www.redhat.com -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: bluecurve-gtk-themes Requires: bluecurve-icon-theme @@ -16,6 +15,7 @@ Requires: bluecurve-metacity-theme # we require XML::Parser for our in-tree intltool BuildRequires: perl(XML::Parser) +BuildRequires: perl(Getopt::Long) %description This package contains the Bluecurve GNOME meta theme. @@ -28,24 +28,23 @@ This package contains the Bluecurve GNOME meta theme. make %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # These are empty rm -f ChangeLog NEWS README # The upstream packages may gain po files at some point in the near future -%find_lang %{name} || touch %{name}.lang +# %find_lang %{name} || touch %{name}.lang -%clean -rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang -%defattr(-, root, root) +%files %doc AUTHORS COPYING %{_datadir}/themes/Bluecurve %changelog +* Sun Nov 06 2016 Filipe Rosset - 1.0.0-12 +- Fix FTBFS in rawhide rhbz #1307351 plus spec cleanup + * Wed Feb 03 2016 Fedora Release Engineering - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild