Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0edbc45f0f |
2 changed files with 7 additions and 4 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3658a9aa7ce31ab62590bc0a75635991 winpdb-1.4.6.tar.gz
|
||||
e28049cc93c1614b9db20960d76b7ea3 winpdb-1.4.8.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: winpdb
|
||||
Version: 1.4.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: An advanced python debugger
|
||||
Group: Development/Debuggers
|
||||
License: GPLv2+
|
||||
|
|
@ -47,13 +47,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc PKG-INFO README.txt
|
||||
%doc README.txt
|
||||
%{_bindir}/*
|
||||
%{python_sitelib}/*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Thu Aug 19 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.8-1
|
||||
- update to 1.4.8
|
||||
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue