2015-03-03 14:08:29 -05:00
|
|
|
# Spec file for package paper-icon-theme
|
|
|
|
#
|
2015-04-28 16:29:14 -04:00
|
|
|
# Copyright (c) 2015 Sam Hewitt <sam@snwh.org>
|
2015-03-03 14:08:29 -05:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2015-11-25 11:23:28 -05:00
|
|
|
# GitHub Stuff
|
|
|
|
%global commit0 40-CHARACTER-HASH-VALUE
|
|
|
|
|
2015-12-07 10:28:37 +05:30
|
|
|
name: paper-icon-theme
|
2015-12-08 18:36:53 -05:00
|
|
|
version: 1.1
|
2015-12-07 10:28:37 +05:30
|
|
|
release: 1
|
2015-03-03 14:08:29 -05:00
|
|
|
|
2015-12-07 10:28:37 +05:30
|
|
|
Summary: Paper Icon theme
|
|
|
|
Group: System/GUI/Other
|
2015-03-03 14:08:29 -05:00
|
|
|
License: CC-BY-SA-4.0
|
2015-11-25 11:20:57 -05:00
|
|
|
Url: http://samuelhewitt.com/paper/icons
|
2015-11-29 21:00:53 +05:30
|
|
|
Source0: https://github.com/snwh/%{name}/archive/%{commit0}.tar.gz
|
2015-12-07 10:28:37 +05:30
|
|
|
Requires: hicolor-icon-theme, gnome-icon-theme
|
|
|
|
BuildArch: noarch
|
2015-03-03 14:08:29 -05:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
Paper Icon Theme
|
|
|
|
|
|
|
|
%prep
|
2015-11-25 11:20:57 -05:00
|
|
|
%setup -qn %{name}-%{commit0}
|
2015-03-03 14:08:29 -05:00
|
|
|
|
|
|
|
# Delete dead icon symlinks
|
|
|
|
find -L . -type l -delete
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -dpm 0755 $RPM_BUILD_ROOT%{_datadir}/icons/
|
|
|
|
cp -a Paper/ $RPM_BUILD_ROOT%{_datadir}/icons/
|
|
|
|
|
|
|
|
%files
|
2015-12-07 10:28:37 +05:30
|
|
|
%doc AUTHORS COPYING
|
2015-03-03 14:08:29 -05:00
|
|
|
%{_datadir}/icons/Paper/
|