fpaste/fpaste.spec

60 lines
1.2 KiB
RPMSpec
Raw Normal View History

2019-11-06 19:07:06 +08:00
Name: fpaste
2020-07-27 19:56:23 +08:00
Version: 0.4.0.1
2020-09-05 16:40:34 +08:00
Release: 2
2019-11-06 19:07:06 +08:00
Summary: A simple paste util
License: GPLv3+
URL: https://pagure.io/%{name}
2020-09-05 16:40:34 +08:00
Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
2019-11-06 19:07:06 +08:00
BuildArch: noarch
Requires: python3
%description
It allows easy uploading of multiple files, or of copy&pasted text from stdin,
without requiring a web browser. A unique fpaste link is returned, which can
then be given to others who are offering help.
%package_help
%prep
%autosetup
%build
%install
mkdir -p %{buildroot}%{_bindir}
make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}
%pre
%preun
%post
%postun
%files
%defattr(-,root,root)
%license COPYING
%{_bindir}/%{name}
%files help
%doc README.rst TODO
%{_mandir}/man1/%{name}.1.gz
%changelog
2020-09-05 16:40:34 +08:00
* Sat Sep 5 2020 shixuantong <shixuantong@huawei.com> - 0.4.0.1-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: update Source0
2020-07-27 19:56:23 +08:00
* Mon Jul 27 2020wenzhanli<wenzhanli2@huawei.com> - 0.4.0.1-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:version update 0.4.0.1
2019-11-06 19:07:06 +08:00
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.0.0-1
- Package init