97 lines
2.8 KiB
RPMSpec
97 lines
2.8 KiB
RPMSpec
Name: ocaml-autoconf
|
|
Version: 1.1
|
|
Release: 12%{?dist}
|
|
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/
|
|
Source0: https://forge.ocamlcore.org/frs/download.php/282/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: /usr/bin/perldoc
|
|
|
|
# Runtime requires /usr/share/aclocal subdirectory.
|
|
Requires: automake
|
|
|
|
|
|
%description
|
|
Autoconf macros for OCaml projects.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%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
|
|
%doc README LICENSE
|
|
%{_mandir}/man1/*.1*
|
|
%{_datadir}/aclocal/ocaml.m4
|
|
|
|
|
|
%changelog
|
|
* Tue Jan 26 2016 Richard Jones <rjones@redhat.com> - 1.1-12
|
|
- Remove useless defattr in files section.
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1-3
|
|
- Rebuild for OCaml 3.11.2.
|
|
|
|
* Mon Oct 12 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1-2
|
|
- New upstream version 1.1.
|
|
- Fix source URL.
|
|
|
|
* 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
|
|
|
|
* Tue Mar 31 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0-4
|
|
- 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.
|