fixed spec errors

This commit is contained in:
Sam Hewitt 2016-05-18 13:23:54 -04:00
parent 8819b6cb4e
commit 5113d58dc6
2 changed files with 4 additions and 5 deletions

0
autogen.sh Normal file → Executable file
View File

View File

@ -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
%doc AUTHORS LICENSE README.md
%{_datadir}/themes/Paper