diff --git a/fpaste.spec b/fpaste.spec index 47afaf8..f7f5ecb 100644 --- a/fpaste.spec +++ b/fpaste.spec @@ -1,9 +1,8 @@ Name: fpaste Version: 0.3.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple tool for pasting info onto sticky notes instances BuildArch: noarch -Group: Applications/Internet License: GPLv3+ URL: https://pagure.io/%{name} Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.gz @@ -19,7 +18,7 @@ some reason stuck without X, working remotely, or any other reason they may be unable to paste something into the pastebin %prep -%setup -q +%autosetup %build #nothing required @@ -28,18 +27,17 @@ reason they may be unable to paste something into the pastebin mkdir -p %{buildroot}%{_bindir} make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{_bindir}/%{name} -%doc COPYING README.rst TODO -%{_mandir}/man1/fpaste.1.gz +%doc README.rst TODO +%{_mandir}/man1/%{name}.1.gz %license COPYING %changelog +* Sun Sep 10 2017 Vasiliy N. Glazov - 0.3.9.1-2 +- Cleanup spec + * Fri Sep 08 2017 Ankur Sinha - 0.3.9.1-1 - Update to latest release - fixes rhbz 1489605