New version.
This commit is contained in:
parent
f3ef20552f
commit
381c940eef
@ -1 +1,2 @@
|
|||||||
python-meh-0.1.tar.gz
|
python-meh-0.1.tar.gz
|
||||||
|
python-meh-0.2.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: http://git.fedoraproject.org/git/?p=python-meh.git
|
Url: http://git.fedoraproject.org/git/?p=python-meh.git
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -34,16 +34,23 @@ make
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog COPYING
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 19 2009 Chris Lumens <clumens@redhat.com> - 0.2-1
|
||||||
|
- Add a title to the main exception dialog so it looks right in anaconda.
|
||||||
|
- Don't include an extra '/' in the displayed bug URL (#517515).
|
||||||
|
- Now that there's .po files, package them.
|
||||||
|
- Use the new exception icon (#517164).
|
||||||
|
|
||||||
* Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 0.1-1
|
* Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 0.1-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
Loading…
Reference in New Issue
Block a user