]> git.pld-linux.org Git - packages/fedora-packager.git/commitdiff
- 0.5.5.0 with some pld changes (custom tarball) auto/th/fedora-packager-0_5_5_0-0_1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Feb 2011 15:35:49 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- make fedpkg standalone

Changed files:
    fedora-packager.spec -> 1.8

fedora-packager.spec

index 1e2cbd180e30f99fe9c9753c720093414d311810..da8a50c140de14a03fd4bcb94da4c5c4d6258bd3 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Tools for setting up a Fedora maintainer environment
 Name:          fedora-packager
-Version:       0.5.2.0
+Version:       0.5.5.0
 Release:       0.1
 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: e04d594924d3b960d4a4eb1367c203b8
 BuildRequires: python-devel
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
@@ -34,10 +35,11 @@ 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.
@@ -86,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %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.092641 seconds and 4 git commands to generate.