Import new release from upstream

This commit is contained in:
Jesse Keating 2008-01-02 22:49:29 +00:00
parent 4dd8fa9412
commit 84d6a5dad2
3 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
pungi-1.2.5.tar.gz
pungi-1.2.6.tar.bz2

View File

@ -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
%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 <jkeating@redhat.com> 1.2.5-1
- Correct some errors with cache dir creation
* Wed Jan 2 2008 jkeating <jkeating@redhat.com> 1.2.6-1
- Update the url field for new hosted urls.
- Add k3b to the Fedora manifest.
* Mon Dec 10 2007 Jesse Keating <jkeating@redhat.com> 1.2.4-1
- Remove extra files from tarball

View File

@ -1 +1 @@
f05f6616770dabbf6c3aefa52ae7ce6f pungi-1.2.5.tar.gz
7333cd663e34d5cd424434ebd840270e pungi-1.2.6.tar.bz2