rpms/pungi/devel pungi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Thu Nov 9 13:44:01 UTC 2006


Author: jkeating

Update of /cvs/extras/rpms/pungi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28720/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pungi.spec 
Log Message:
auto-import pungi-0.1.0-1 on branch devel from pungi-0.1.0-1.src.rpm


--- NEW FILE pungi.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           pungi
Version:        0.1.0
Release:        1%{?dist}
Summary:        Distribution compose tool

Group:          Development/Tools
License:        GPL
URL:            http://linux.duke.edu/projects/%{name}
Source0:        http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       anaconda-runtime

BuildArch:      noarch

%description
A tool to create anaconda based installation trees/isos of a set of rpms.


%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Authors Changelog COPYING GPL PLAN.gather PLAN.pungi README ToDo
%config(noreplace) %{_sysconfdir}/pungi
# For noarch packages: sitelib
%{python_sitelib}/pypungi
%{_bindir}/pungi


%changelog
* Wed Nov  8 2006 Jesse Keating <jkeating at redhat.com> - 0.1.0-1
- Initial spec


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pungi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Nov 2006 13:43:12 -0000	1.1
+++ .cvsignore	9 Nov 2006 13:43:30 -0000	1.2
@@ -0,0 +1 @@
+pungi-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pungi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Nov 2006 13:43:12 -0000	1.1
+++ sources	9 Nov 2006 13:43:31 -0000	1.2
@@ -0,0 +1 @@
+6fab9b1b9979aa59b9db5880abfe6136  pungi-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list