rpms/ocaml-type-conv/F-8 ocaml-type-conv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Fri Apr 4 16:14:38 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-type-conv/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30485/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	ocaml-type-conv.spec 
Log Message:
Initial import.



--- NEW FILE ocaml-type-conv.spec ---
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%define debug_package %{nil}

Name:           ocaml-type-conv
Version:        1.3.0
Release:        3%{?dist}
Summary:        OCaml base library for type conversion

Group:          Development/Libraries
License:        LGPLv2+ with exceptions and BSD
URL:            http://www.ocaml.info/home/ocaml_sources.html
Source0:        http://www.ocaml.info/ocaml_sources/type-conv-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ocaml >= 3.10.0
BuildRequires:  ocaml-findlib-devel
BuildRequires:  ocaml-ocamldoc
BuildRequires:  ocaml-camlp4-devel
BuildRequires:  dos2unix

%define _use_internal_dependency_generator 0
%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh


%description
The type-conv mini library factors out functionality needed by
different preprocessors that generate code from type specifications,
because this functionality cannot be duplicated without losing the
ability to use these preprocessors simultaneously.


%prep
%setup -q -n type-conv-%{version}
dos2unix LICENSE.Tywith


%build
make


%install
rm -rf $RPM_BUILD_ROOT
export DESTDIR=$RPM_BUILD_ROOT
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE LICENSE.Tywith CHANGES COPYRIGHT README.txt VERSION
%{_libdir}/ocaml/type-conv


%changelog
* Wed Mar  5 2008 Richard W.M. Jones <rjones at redhat.com> - 1.3.0-3
- Remove ExcludeArch ppc64.

* Sat Mar  1 2008 Richard W.M. Jones <rjones at redhat.com> - 1.3.0-2
- Add missing BR for ocaml-camlp4-devel and test build in mock.

* Sun Feb 24 2008 Richard W.M. Jones <rjones at redhat.com> - 1.3.0-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-type-conv/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 15:31:52 -0000	1.1
+++ .cvsignore	4 Apr 2008 16:13:56 -0000	1.2
@@ -0,0 +1 @@
+type-conv-1.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-type-conv/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 15:31:52 -0000	1.1
+++ sources	4 Apr 2008 16:13:56 -0000	1.2
@@ -0,0 +1 @@
+07658454c84d24b07083dea6af2b3e18  type-conv-1.3.0.tar.bz2




More information about the fedora-extras-commits mailing list