rpms/tcl-tclvfs/devel import.log, NONE, 1.1 tcl-tclvfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed Oct 22 16:50:47 UTC 2008


Author: spot

Update of /cvs/extras/rpms/tcl-tclvfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14733/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tcl-tclvfs.spec 
Log Message:

initial commit



--- NEW FILE import.log ---
tcl-tclvfs-20080503-1_fc10:HEAD:tcl-tclvfs-20080503-1.fc10.src.rpm:1224694018


--- NEW FILE tcl-tclvfs.spec ---
%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
%define realname tclvfs

Name:		tcl-%{realname}
Version:	20080503
Release:	1%{?dist}
Summary:	Tcl extension for Virtual Filesystem support
Group:		System Environment/Libraries
License:	MIT
URL:		http://sourceforge.net/projects/tclvfs
Source0:	http://downloads.sourceforge.net/%{realname}/%{realname}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Provides:	tcl-vfs = %{version}-%{release}
Provides:	%{realname} = %{version}-%{release}
BuildRequires:	tcl-devel, tk-devel
Requires:	tcl(abi) = 8.5

%description
The TclVfs project aims to provide an extension to the Tcl language which 
allows Virtual Filesystems to be built using Tcl scripts only. It is also a 
repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, 
http, webdav, namespace, url)

%prep
%setup -q -n %{realname}-%{version}

%build
%configure
sed -i 's|/generic:|\$(srcdir)/generic:|g' Makefile
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
install -d %{buildroot}%{tcl_sitearch}
mv %{buildroot}%{_libdir}/vfs1.3 %{buildroot}%{tcl_sitearch}/vfs1.3
chmod +x %{buildroot}%{tcl_sitearch}/vfs1.3/template/fishvfs.tcl

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Readme.txt DESCRIPTION.txt license.terms ChangeLog
%{tcl_sitearch}/vfs1.3/
%{_mandir}/mann/vfs*

%changelog
* Thu Jun 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> 20080503-1
- initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcl-tclvfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Oct 2008 16:45:08 -0000	1.1
+++ .cvsignore	22 Oct 2008 16:50:16 -0000	1.2
@@ -0,0 +1 @@
+tclvfs-20080503.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcl-tclvfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Oct 2008 16:45:08 -0000	1.1
+++ sources	22 Oct 2008 16:50:17 -0000	1.2
@@ -0,0 +1 @@
+3f6dbec91a305f97475d155ca6b1b563  tclvfs-20080503.tar.gz




More information about the fedora-extras-commits mailing list