diff --git a/.cvsignore b/.cvsignore index 26e242e..866374e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-1.2.5.tar.gz +pungi-1.2.6.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 526d777..d67801c 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 1.2.5 +Version: 1.2.6 Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools License: GPLv2 -URL: http://hosted.fedoraproject.org/projects/pungi -Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz +URL: https://fedorahosted.org/pungi +Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime, yum => 3.0.3, repoview BuildRequires: python-devel @@ -33,6 +33,7 @@ rm -rf $RPM_BUILD_ROOT %{__install} -d $RPM_BUILD_ROOT/var/cache/pungi %{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8 %{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/ +%{__mv} $RPM_BUILD_ROOT/%{_bindir}/pungi.py $RPM_BUILD_ROOT/%{_bindir}/pungi %clean @@ -44,7 +45,9 @@ rm -rf $RPM_BUILD_ROOT %doc Authors Changelog COPYING GPL ToDo doc/README # For noarch packages: sitelib %{python_sitelib}/pypungi -%{python_sitelib}/%{name}-%{version}-py2.5.egg-info +%if 0%{?fedora} >= 9 + %{python_sitelib}/%{name}-%{version}-py2.5.egg-info +%endif %{_bindir}/pungi %{_datadir}/pungi %{_mandir}/man8/pungi.8.gz @@ -52,8 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Dec 12 2007 Jesse Keating 1.2.5-1 -- Correct some errors with cache dir creation +* Wed Jan 2 2008 jkeating 1.2.6-1 +- Update the url field for new hosted urls. +- Add k3b to the Fedora manifest. * Mon Dec 10 2007 Jesse Keating 1.2.4-1 - Remove extra files from tarball diff --git a/sources b/sources index b2884bf..8890dda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f05f6616770dabbf6c3aefa52ae7ce6f pungi-1.2.5.tar.gz +7333cd663e34d5cd424434ebd840270e pungi-1.2.6.tar.bz2