ocaml-autoconf/ocaml-autoconf.spec

68 lines
1.5 KiB
RPMSpec
Raw Normal View History

2009-05-22 22:01:42 +00:00
Name: ocaml-autoconf
2009-10-12 18:46:53 +00:00
Version: 1.1
2009-10-12 18:49:15 +00:00
Release: 2%{?dist}
2009-05-22 22:01:42 +00:00
Summary: Autoconf macros for OCaml
Group: Development/Libraries
# https://fedoraproject.org/wiki/Licensing/BSD#3ClauseBSD
License: BSD
URL: http://forge.ocamlcore.org/projects/ocaml-autoconf/
2009-10-12 18:49:15 +00:00
Source0: https://forge.ocamlcore.org/frs/download.php/282/%{name}-%{version}.tar.gz
2009-05-22 22:01:42 +00:00
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: /usr/bin/perldoc
2009-05-23 06:41:18 +00:00
# Runtime requires /usr/share/aclocal subdirectory.
Requires: automake
2009-05-22 22:01:42 +00:00
%description
2009-10-12 18:46:53 +00:00
Autoconf macros for OCaml projects.
2009-05-22 22:01:42 +00:00
%prep
2009-05-23 06:38:43 +00:00
%setup -q
2009-05-22 22:01:42 +00:00
%build
make
%install
rm -rf $RPM_BUILD_ROOT
make install \
prefix=%{_prefix} \
datadir=%{_datadir} \
mandir=%{_mandir} \
DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_mandir}/man1/*.1*
2009-05-23 06:38:43 +00:00
%{_datadir}/aclocal/ocaml.m4
2009-05-22 22:01:42 +00:00
%changelog
2009-10-12 18:49:15 +00:00
* Mon Oct 12 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1-2
2009-10-12 18:46:53 +00:00
- New upstream version 1.1.
2009-10-12 18:49:15 +00:00
- Fix source URL.
2009-10-12 18:46:53 +00:00
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-05-23 06:41:18 +00:00
* Tue Mar 31 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0-4
2009-05-22 22:01:42 +00:00
- Upstream has released version 1.0 and it is properly licensed.
* Thu Jan 22 2009 Richard W.M. Jones <rjones@redhat.com> - 0.1-0.1.git20090122
- Initial RPM release.