- New upstream version 2.0.4 (rhbz #454789).
- Fix non-UTF-8 characters in TODO. - *.cmx file moved to -devel subpackage as per packaging guidelines.
This commit is contained in:
parent
6eded5a83a
commit
e89ccd8e4b
@ -1 +1 @@
|
||||
calendar-2.0.2.tar.gz
|
||||
calendar-2.0.4.tar.gz
|
||||
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
ocaml-calendar-2_0_4-1_fc10:HEAD:ocaml-calendar-2.0.4-1.fc10.src.rpm:1215680482
|
@ -2,8 +2,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: ocaml-calendar
|
||||
Version: 2.0.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Objective Caml library for managing dates and times
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -46,6 +46,9 @@ developing applications that use %{name}.
|
||||
make
|
||||
make doc
|
||||
|
||||
mv TODO TODO.old
|
||||
iconv -f iso-8859-1 -t utf-8 < TODO.old > TODO
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -63,16 +66,27 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README TODO LGPL COPYING
|
||||
%{_libdir}/ocaml/calendar
|
||||
%if %opt
|
||||
%exclude %{_libdir}/ocaml/calendar/*.cmx
|
||||
%endif
|
||||
%exclude %{_libdir}/ocaml/calendar/*.mli
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README TODO LGPL COPYING calendarFAQ-2.6.txt doc/*
|
||||
%if %opt
|
||||
%{_libdir}/ocaml/calendar/*.cmx
|
||||
%endif
|
||||
%{_libdir}/ocaml/calendar/*.mli
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 10 2008 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-1
|
||||
- New upstream version 2.0.4 (rhbz #454789).
|
||||
- Fix non-UTF-8 characters in TODO.
|
||||
- *.cmx file moved to -devel subpackage as per packaging guidelines.
|
||||
|
||||
* Wed Apr 23 2008 Richard W.M. Jones <rjones@redhat.com> - 2.0.2-2
|
||||
- Rebuild for OCaml 3.10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user