]> git.pld-linux.org Git - packages/fedora-packager.git/blobdiff - fedora-packager.spec
- new custom tarball, package only fedpkg
[packages/fedora-packager.git] / fedora-packager.spec
index eeae393263cf89f709dd83711700a479c05a2ef6..d140b24a2f2e8d80b2ac55c93633e61a12411ee3 100644 (file)
@@ -1,16 +1,20 @@
 Summary:       Tools for setting up a Fedora maintainer environment
 Name:          fedora-packager
-Version:       0.5.1.1
-Release:       0.1
+Version:       0.5.5.0
+Release:       0.2
 License:       GPL v2+
 Group:         X11/Applications
 URL:           https://fedorahosted.org/fedora-packager
-Source0:       https://fedorahosted.org/releases/f/e/fedora-packager/%{name}-%{version}.tar.bz2
+#Source0:      https://fedorahosted.org/releases/f/e/fedora-packager/%{name}-%{version}.tar.bz2
+Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: 45b7a7561d5676f0c69a53a6991a9cac
 BuildRequires: python-devel
+BuildRequires: python-modules
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 #Requires:     bodhi-client
 Requires:      curl
-#Requires:     koji
+Requires:      koji
 #Requires:     mock
 Requires:      openssh-clients
 Requires:      python-offtrac
@@ -31,14 +35,27 @@ environment.
 Summary:       Fedora utility for working with dist-git
 Group:         Applications/Databases
 Requires:      curl
-Requires:      fedora-packager = %{version}-%{release}
+Requires:      git-core
 Requires:      python-argparse
 Requires:      python-git >= 0.2.0
-Requires:      python-kitchen
+Requires:      rpm-build
 
 %description -n fedpkg
 Provides the fedpkg command for working with dist-git.
 
+%package -n bash-completion-fedpkg
+Summary:       bash-completion for fedpkg
+Summary(pl.UTF-8):     bashowe uzupełnianie nazw dla fedpkg
+Group:         Applications/Shells
+Requires:      bash-completion
+Requires:      fedpkg = %{version}-%{release}
+
+%description -n bash-completion-fedpkg
+bash-completion for fedpkg.
+
+%description -n bash-completion-fedpkg -l pl.UTF-8
+bashowe uzupełnianie nazw dla fedpkg.
+
 %prep
 %setup -q
 
@@ -53,18 +70,28 @@ rm -rf $RPM_BUILD_ROOT
 
 %py_postclean
 
+mv $RPM_BUILD_ROOT/etc/bash_completion.d/fedpkg{.bash,}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if 0
 %files
 %defattr(644,root,root,755)
 %doc TODO AUTHORS ChangeLog
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/fedora-burn-yubikey
 %exclude %{_bindir}/fedpkg
+# R: fedora.client.fas2
 %{py_sitescriptdir}/fedora_cert
+%endif
 
 %files -n fedpkg
 %defattr(644,root,root,755)
-%doc COPYING TODO AUTHORS ChangeLog
 %attr(755,root,root) %{_bindir}/fedpkg
+%{_mandir}/man1/fedpkg.1*
 %{py_sitescriptdir}/pyfedpkg
+
+%files -n bash-completion-fedpkg
+%defattr(644,root,root,755)
+/etc/bash_completion.d/*
This page took 0.055473 seconds and 4 git commands to generate.