rpms/cl-asdf/devel cl-asdf.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Jul 7 02:45:55 UTC 2008


Author: green

Update of /cvs/pkgs/rpms/cl-asdf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15987/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cl-asdf.spec import.log 
Log Message:
Initial import.



--- NEW FILE cl-asdf.spec ---
Name:    cl-asdf
Version: 20071110
Release: 4%{?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/asdf
install -m 644 asdf.lisp %{buildroot}%{_datadir}/common-lisp/source/asdf
install -m 644 wild-modules.lisp %{buildroot}%{_datadir}/common-lisp/source/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/asdf

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

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

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

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


--- NEW FILE import.log ---
cl-asdf-20071110-4_fc9:HEAD:cl-asdf-20071110-4.fc9.src.rpm:1215397822


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cl-asdf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jul 2008 02:07:56 -0000	1.1
+++ .cvsignore	7 Jul 2008 02:45:12 -0000	1.2
@@ -0,0 +1 @@
+cl-asdf-20071110.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cl-asdf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jul 2008 02:07:56 -0000	1.1
+++ sources	7 Jul 2008 02:45:12 -0000	1.2
@@ -0,0 +1 @@
+49434eca6372cb571beaa99668364f4f  cl-asdf-20071110.tar.bz2




More information about the fedora-extras-commits mailing list