rpms/ocaml-autoconf/devel ocaml-autoconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard W.M. Jones rjones at fedoraproject.org
Fri May 22 22:02:12 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-autoconf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26837/devel

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


--- NEW FILE ocaml-autoconf.spec ---
Name:           ocaml-autoconf
Version:        1.0
Release:        1
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/181/%{name}-%{version}.tar.gz

BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  /usr/bin/perldoc


%description
Autoconf macros for OCaml.


%prep
%setup -q -n ocaml-autoconf


%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*
%{_datadir}/ocaml-autoconf/


%changelog
* Tue Mar 31 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0-1
- Upstream has released version 1.0 and it is properly licensed.

* Thu Jan 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1-0.1.git20090122
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-autoconf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Apr 2009 02:38:23 -0000	1.1
+++ .cvsignore	22 May 2009 22:01:42 -0000	1.2
@@ -0,0 +1 @@
+ocaml-autoconf-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-autoconf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Apr 2009 02:38:23 -0000	1.1
+++ sources	22 May 2009 22:01:42 -0000	1.2
@@ -0,0 +1 @@
+2eab5efad4364d2f0114f38e00af09ac  ocaml-autoconf-1.0.tar.gz




More information about the fedora-extras-commits mailing list