updated spec file
This commit is contained in:
@@ -21,8 +21,8 @@ Summary: Paper Icon theme
|
|||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://snwh.org/paper-icon-theme
|
Url: http://samuelhewitt.com/paper/icons
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: https://github.com/snwh/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||||
Requires: hicolor-icon-theme, gnome-icon-theme
|
Requires: hicolor-icon-theme, gnome-icon-theme
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ BuildArch: noarch
|
|||||||
Paper Icon Theme
|
Paper Icon Theme
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %{name}-%{commit0}
|
||||||
|
|
||||||
# Delete dead icon symlinks
|
# Delete dead icon symlinks
|
||||||
find -L . -type l -delete
|
find -L . -type l -delete
|
||||||
@@ -43,5 +43,5 @@ install -dpm 0755 $RPM_BUILD_ROOT%{_datadir}/icons/
|
|||||||
cp -a Paper/ $RPM_BUILD_ROOT%{_datadir}/icons/
|
cp -a Paper/ $RPM_BUILD_ROOT%{_datadir}/icons/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS COPYING LICENSE
|
||||||
%{_datadir}/icons/Paper/
|
%{_datadir}/icons/Paper/
|
||||||
|
Reference in New Issue
Block a user