ocaml-autoconf/ocaml-autoconf.spec

86 lines
2.2 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
Release: 8%{?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
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-10 20:18:38 +00:00
* Sun Jun 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1-6
- Rebuild for OCaml 4.00.0.
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2009-12-30 13:47:42 +00:00
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1-3
- Rebuild for OCaml 3.11.2.
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.