summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-05-07 12:48:14 -0400
committerBill Peck <bpeck@redhat.com>2015-05-07 12:48:14 -0400
commitffe8d93eed61b08b52dfc37cc6657479a1770bf3 (patch)
treeffecbd4f4c00055a4df26c24c90b6533f1730a09
parent781d31470b958adb5f2f12b9579405e637a0e509 (diff)
downloadtaskrepo-ffe8d93eed61b08b52dfc37cc6657479a1770bf3.tar.gz
taskrepo-ffe8d93eed61b08b52dfc37cc6657479a1770bf3.tar.xz
taskrepo-ffe8d93eed61b08b52dfc37cc6657479a1770bf3.zip
fix authors
-rw-r--r--git-taskrepo.spec13
-rw-r--r--setup.py1
2 files changed, 3 insertions, 11 deletions
diff --git a/git-taskrepo.spec b/git-taskrepo.spec
index 22c7260..77d18c2 100644
--- a/git-taskrepo.spec
+++ b/git-taskrepo.spec
@@ -11,32 +11,25 @@ Source0: http://fedorahosted.org/releases/g/i/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
-Requires: python-devel
+Requires: python-setuptools
%description
This creates and maintains a taskrepo inside of an existing git repo. Allows
you to easily create xml jobs which can be run with the test harness restraint.
%prep
-%setup -q
-
+%setup -q -n %{name}-%{version}
%build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
-
+%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
%files
%attr(0755, root, root)%{_bindir}/%{name}
%{python_sitelib}/git_taskrepo*
-
%changelog
* Wed May 06 2015 Bill Peck <bpeck@redhat.com> 0-1
- new package built with tito
-
-* Wed May 06 2015 Bill Peck <bpeck@redhat.com> 0.1
-- Initial release
diff --git a/setup.py b/setup.py
index b179afb..4e223b7 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,6 @@
# License along with fedmsg; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Ralph Bean <rbean@redhat.com>
# Authors: Bill Peck <bpeck@redhat.com>
#