From 4ef7b745220c02d480dc3e9ed50aa3ee2a72e206 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Sep 24 2012 12:13:01 +0000 Subject: Update specfile to current version --- diff --git a/fedora-review.spec b/fedora-review.spec index 38db25c..f8afed2 100644 --- a/fedora-review.spec +++ b/fedora-review.spec @@ -1,6 +1,6 @@ Name: fedora-review -Version: 0.1.0 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: Review tool for fedora rpm packages License: GPLv2+ @@ -9,19 +9,24 @@ Source0: https://fedorahosted.org/released/FedoraReview/%{name}-%{version}.ta BuildArch: noarch +BuildRequires: python-BeautifulSoup +BuildRequires: python-bugzilla +BuildRequires: python-straight-plugin BuildRequires: python2-devel -Requires: python-straight-plugin +BuildRequires: rpm-python + +Requires: fedora-packager Requires: python-BeautifulSoup Requires: python-bugzilla -Requires: fedora-packager -Requires: python-requests Requires: python-kitchen +Requires: python-straight-plugin +Requires: rpm-python Requires: rpmdevtools -Requires: python-fedora # Let's be consistent with the name used on fedorahosted provides: FedoraReview = %{version}-%{release} + %description FedoraReview: Tools to help review packages for inclusion in Fedora @@ -56,14 +61,46 @@ install -d -m755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/plugins %doc COPYING AUTHORS TODO README api %{python_sitelib}/* %{_bindir}/fedora-review +%{_bindir}/fedora-create-review +%{_bindir}/koji-download-scratch %{_mandir}/man1/%{name}.1.* +%{_mandir}/man1/fedora-create-review.1.* %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/plugins %changelog +* Mon Sep 24 2012 Stanislav Ochotnicky - 0.3.0-1 +- Update to lastest upstream (0.3.0) +- Remove no longer needed build workarounds + +* Thu Aug 9 2012 Stanislav Ochotnicky - 0.2.2-1 +- Update to lastest upstream (0.2.2) +- Add koji-download-scratch script + +* Thu Jul 19 2012 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jul 11 2012 Stanislav Ochotnicky - 0.2.0-1 +- Update to latest release (0.2.0) + +* Fri Feb 24 2012 Stanislav Ochotnicky - 0.1.3-1 +- Update to latest bugfix release + +* Fri Jan 13 2012 Stanislav Ochotnicky - 0.1.2-1 +- Update to latest bugfix release +- Add fedora-create-review script + +* Fri Jan 13 2012 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Jan 11 2012 Pierre-Yves Chibon - 0.1.1-2 +- Add wget as requires + +* Wed Nov 23 2011 Stanislav Ochotnicky - 0.1.1-1 +- New upstream bugfix release + * Wed Nov 16 2011 Stanislav Ochotnicky - 0.1.0-2 - Remove things not needed in el6+ * Thu Nov 10 2011 Pierre-Yves Chibon - 0.1.0-1 - Initial packaging work for Fedora -