From 5113d58dc64de70fcc75ad2d6d05c8c8dae2de7f Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 18 May 2016 13:23:54 -0400 Subject: [PATCH] fixed spec errors --- autogen.sh | 0 paper-gtk-theme.spec | 9 ++++----- 2 files changed, 4 insertions(+), 5 deletions(-) mode change 100644 => 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755 diff --git a/paper-gtk-theme.spec b/paper-gtk-theme.spec index a5ecf17..fc85d95 100644 --- a/paper-gtk-theme.spec +++ b/paper-gtk-theme.spec @@ -31,7 +31,7 @@ Paper is a modern desktop theme suite. Its design is mostly flat with a minimal %prep %setup -q -find -L . -type l -print -delete +chmod +x autogen.sh chmod a-x AUTHORS README.md %build @@ -40,10 +40,9 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %{?_smp_mflags} -rm -f %{buildroot}%{_datadir}/theme/Paper/AUTHORS -%fdupes %{buildroot}%{_datadir}/theme/Paper +rm -f %{buildroot}%{_datadir}/themes/Paper/AUTHORS %files %defattr(-,root,root) -%doc AUTHORS LICENSE_* README.md -%{_datadir}/theme/Paper \ No newline at end of file +%doc AUTHORS LICENSE README.md +%{_datadir}/themes/Paper