Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > b00c7625c102be95c87326c9cf25ac62 > files > 2

cudf-0.6.2-2.mga2.src.rpm

Summary:	CUDF (Common Upgradeability Description Format) tools and libraries
Name:		cudf
Version:	0.6.2
Release:	%mkrel 2
Source0:	http://gforge.info.ucl.ac.be/frs/download.php/179/%{name}-%{version}.tar.gz
URL:		http://www.mancoosi.org/cudf/
License:	LGPLv3 with linking exception
Group:		Development/Other
BuildRequires:	ocaml ocaml-findlib camlp4 ocaml-extlib-devel ocaml-ounit-devel
BuildRequires:	glib2-devel ncurses-devel

%description
CUDF (for Common Upgradeability Description Format) is a format for describing
upgrade scenarios in package-based Free and Open Source Software distribution.

libCUDF is a library to manipulate so called CUDF documents. A CUDF document
describe an upgrade problem, as faced by package managers in popular
package-based GNU/Linux distributions.

%package	tools
Summary:	CUDF (Common Upgradeability Description Format) command-line tools

%description	tools
This package contains command line tools to manipulate CUDF and related
documents. In particular it contains cudf-check, which enables checking of
document properties such as installation consistency and matching of problems
with their solutions.

%package	devel
Summary:	CUDF (Common Upgradeability Description Format) C development stuff

%description	devel
This package contains the development stuff needed to use libCUDF in your C
programs.

%package -n	ocaml-cudf
Summary:	CUDF (Common Upgradeability Description Format) OCaml development stuff
%rename cudf-ocaml-devel

%description -n	ocaml-cudf
This package contains the development stuff needed to use libCUDF in your OCaml
programs.

%prep
%setup -q

%build
make all c-lib
which /usr/bin/ocamlopt > /dev/null && make opt c-lib-opt

%install
%makeinstall_std LIBDIR="%{_libdir}" OCAMLLIBDIR="%{_libdir}/ocaml"

%check
make test

%files tools
%{_bindir}/cudf-check
%{_bindir}/cudf-parse-822

%files devel
%{_includedir}/cudf.h
%{_libdir}/*.a
%{_libdir}/pkgconfig/cudf.pc

%files -n ocaml-cudf
%{_libdir}/ocaml/cudf





%changelog

* Sat Feb 18 2012 malo <malo> 0.6.2-2.mga2
+ Revision: 210165
- renaming cudf-ocaml-devel to ocaml-cudf, per ocaml policy

* Mon Feb 06 2012 malo <malo> 0.6.2-1.mga2
+ Revision: 205636
- new version 0.6.2

* Wed Oct 05 2011 shlomif <shlomif> 0.6.1-1.mga2
+ Revision: 152052
- New version thank to Malo.

  + fwang <fwang>
    - rebuild for new ocaml

* Tue Apr 12 2011 ennael <ennael> 0.5.99-1.mga1
+ Revision: 83665
- fix release tag
- imported package cudf


* Thu Apr 07 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.5.99-1
+ Revision: 651784
- add glib2-devel to buildrequires
- add ncurses-devel to buildrequires
- imported package cudf


* Thu Apr  7 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.5.99-1
- first mandriva release

* Tue Dec 22 2009 Stefano Zacchiroli <zack@pps.jussieu.fr>
- use default rpm installation paths (in particular, /usr/lib64 on x86_64)

* Sat Dec 19 2009 Stefano Zacchiroli <zack@pps.jussieu.fr>
- various adjustments (deps, description, native code, ...)

* Fri Dec 18 2009 Jeff Johnson <jbj@rpm5.org>
- create.