Blob Blame History Raw
Name:    cl-asdf
Version: 20071110
Release: 5%{?dist}
Group:   Development/Libraries
Source:  %{name}-%{version}.tar.bz2
Summary: Another System Definition Facility
URL:     http://www.cliki.net/asdf
License: MIT
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Another System Definition Facility (asdf) is a package format for
Common Lisp libraries.

%prep
%setup -q -n asdf

%install
%{__rm} -rf %{buildroot}
mkdir -m 755 -p %{buildroot}%{_datadir}/common-lisp/source/cl-asdf
install -m 644 asdf.lisp %{buildroot}%{_datadir}/common-lisp/source/cl-asdf
install -m 644 wild-modules.lisp %{buildroot}%{_datadir}/common-lisp/source/cl-asdf

%build
# Nothing to do.

%clean
%{__rm} -rf %{buildroot}

%files
%defattr (-,root,root)
%doc LICENSE README
%dir %{_datadir}/common-lisp
%dir %{_datadir}/common-lisp/source
%{_datadir}/common-lisp/source/cl-asdf

%changelog
* Wed Jul 09 2008 Anthony Green <green@redhat.com> 20071110-5
.- Rename install dir "cl-asdf"

* Sun Jul 06 2008 Anthony Green <green@redhat.com> 20071110-4
- Take ownership of all directories we create.

* Thu Jan 03 2008 Anthony Green <green@redhat.com> 20071110-3
- Take ownership of all directories we create.

* Sat Nov 11 2007 Anthony Green <green@redhat.com> 20071110-2
- Update install directory.
- Add documentation.

* Sat Nov 11 2007 Anthony Green <green@redhat.com> 20071110-1
- Initial version.