]> 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 1e2cbd180e30f99fe9c9753c720093414d311810..d140b24a2f2e8d80b2ac55c93633e61a12411ee3 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Tools for setting up a Fedora maintainer environment
 Name:          fedora-packager
-Version:       0.5.2.0
-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-md5: 7a8a325e4d30ab5463e599e17079b780
+#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
@@ -34,10 +35,10 @@ 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.
@@ -74,6 +75,7 @@ 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
@@ -82,10 +84,12 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_bindir}/fedpkg
 # R: fedora.client.fas2
 %{py_sitescriptdir}/fedora_cert
+%endif
 
 %files -n fedpkg
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/fedpkg
+%{_mandir}/man1/fedpkg.1*
 %{py_sitescriptdir}/pyfedpkg
 
 %files -n bash-completion-fedpkg
This page took 0.089901 seconds and 4 git commands to generate.