]> git.pld-linux.org Git - packages/fedora-packager.git/blame - fedora-packager.spec
- from fc
[packages/fedora-packager.git] / fedora-packager.spec
CommitLineData
5b67e087
ER
1Summary: Tools for setting up a Fedora maintainer environment
2Name: fedora-packager
3Version: 0.5.1.1
4Release: 0.1
5License: GPL v2+
6Group: X11/Applications
7URL: https://fedorahosted.org/fedora-packager
8Source0: https://fedorahosted.org/releases/f/e/fedora-packager/%{name}-%{version}.tar.bz2
9BuildRequires: python-devel
10BuildRequires: rpmbuild(macros) >= 1.219
11#Requires: bodhi-client
12Requires: curl
13#Requires: koji
14#Requires: mock
15Requires: openssh-clients
16Requires: python-offtrac
17Requires: python-pyOpenSSL
18Requires: python-pycurl
19#Requires: redhat-rpm-config
20Requires: rpm-build
21#Requires: rpmdevtools
22#Requires: rpmlint
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Set of utilities useful for a Fedora packager in setting up their
28environment.
29
30%package -n fedpkg
31Summary: Fedora utility for working with dist-git
32Group: Applications/Databases
33Requires: curl
34Requires: fedora-packager = %{version}-%{release}
35Requires: python-argparse
36Requires: python-git >= 0.2.0
37Requires: python-kitchen
38
39%description -n fedpkg
40Provides the fedpkg command for working with dist-git.
41
42%prep
43%setup -q
44
45%build
46%configure
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%py_postclean
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc TODO AUTHORS ChangeLog
62%attr(755,root,root) %{_bindir}/*
63%exclude %{_bindir}/fedpkg
64%{py_sitescriptdir}/fedora_cert
65
66%files -n fedpkg
67%defattr(644,root,root,755)
68%doc COPYING TODO AUTHORS ChangeLog
69%attr(755,root,root) %{_bindir}/fedpkg
70%{py_sitescriptdir}/pyfedpkg
This page took 0.072314 seconds and 4 git commands to generate.