rpms/pyjigdo/F-8 pyjigdo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jonathan Steffan (jsteffan) fedora-extras-commits at redhat.com
Sun Dec 23 01:42:17 UTC 2007


Author: jsteffan

Update of /cvs/extras/rpms/pyjigdo/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20487/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	pyjigdo.spec 
Log Message:
Update with suggestions from review



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

Summary:        Python version of Jigdo, slightly modified
Name:           pyjigdo
Version:        0.2
Release:        3%{?dist}
License:        GPLv2+
Group:          Applications/System
URL:            https://hosted.fedoraproject.org/projects/pyjigdo
Source0:        http://files.pyjigdo.fedoraunity.org/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       jigdo
BuildArch:      noarch
BuildRequires:  intltool, gettext, python, diffutils

%description
PyJigdo is a Python rewrite of the popular Jigdo distribution framework. It has
also been slightly modified to add some extra features.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README NEWS AUTHORS COPYING TODO
%doc %{_mandir}/man5/*
%doc %{_mandir}/man8/*
%{python_sitelib}/pyjigdo/
%{_bindir}/*
%dir %{_sysconfdir}/pyjigdo
%config(noreplace) %{_sysconfdir}/pyjigdo/pyjigdo.conf

%changelog
* Wed Dec 19 2007 Jonathan Steffan <jon a fedoraunity.org> 0.2-3
- Remove gitdate

* Tue Dec 11 2007 Jonathan Steffan <jon a fedoraunity.org> 0.2-2.20071211git
- Rebuild for review ticket

* Tue Nov 27 2007 Stewart Adam <s.adam a diffingo.com> 0.2-2.20071127git
- Fix %%changelog date, drop automatic gitdate

* Fri Nov 23 2007 Stewart Adam <s.adam a diffingo.com> 0.2-2.20071123git
- Use gitdate

* Wed Oct 10 2007 Stewart Adam <s.adam a diffingo.com> 0.2-1
- Split up py files
- License change from GPLv2 to GPLv2+
- Make __init__.py's __version__ work based on automake

* Tue Oct 09 2007 Jonathan Steffan <jon a fedoraunity.org> 0.1-2
- Updated spec to build for alpha test release

* Sun Oct 07 2007 Jonathan Steffan <jon a fedoraunity.org> 0.1-1
- Initial spec



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyjigdo/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Dec 2007 15:15:12 -0000	1.1
+++ .cvsignore	23 Dec 2007 01:41:45 -0000	1.2
@@ -0,0 +1 @@
+pyjigdo-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyjigdo/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Dec 2007 15:15:12 -0000	1.1
+++ sources	23 Dec 2007 01:41:45 -0000	1.2
@@ -0,0 +1 @@
+ed497d8e3695bd1f32405cf81b57c998  pyjigdo-0.2.tar.gz




More information about the fedora-extras-commits mailing list