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

Rene Ploetz renep at fedoraproject.org
Tue Oct 6 20:40:55 UTC 2009


Author: renep

Update of /cvs/pkgs/rpms/tcl-mysqltcl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20032/devel

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



--- NEW FILE import.log ---
tcl-mysqltcl-3_05-4_fc11:HEAD:tcl-mysqltcl-3.05-4.fc11.src.rpm:1254861572


--- NEW FILE tcl-mysqltcl.spec ---
%bcond_without abi

%{!?tcl_version: %define tcl_version 8.5}
%{!?tcl_sitearch: %define tcl_sitearch tcl%{tcl_version}}

%define real_name mysqltcl

Summary:        MySQL interface for Tcl
Name:           tcl-mysqltcl
Version:        3.05
Release:        4%{?dist}

License:        MIT
Group:          Development/Tools
Source:         http://www.xdobry.de/mysqltcl/%{real_name}-%{version}.tar.gz
URL:            http://www.xdobry.de/mysqltcl
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mysql-devel
BuildRequires:  tcl-devel
%{?with_abi:Requires: tcl(abi) = %{tcl_version}}
Provides:       %{real_name} = %{version}-%{release}

%description
Mysqltcl is an extension to the Tool Command Language (Tcl) that
provides high-level access to a MySQL database server.


%prep
%setup -q -n mysqltcl-%{version}
chmod -x generic/mysqltcl.c
chmod 644 README ChangeLog COPYING AUTHORS README-msqltcl doc/mysqltcl.html

%build
%configure --with-tcl=%{_libdir} \
           --with-mysql-lib=%{_libdir}/mysql \
           --enable-threads \
           --enable-symbols
make %{?_smp_mflags}


%install
rm -Rf %{buildroot}
make DESTDIR=%{buildroot} install

pushd %{buildroot}%{_libdir}
mkdir %{tcl_sitearch}
mv %{real_name}-%{version} %{tcl_sitearch}
popd


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README ChangeLog COPYING AUTHORS README-msqltcl doc/mysqltcl.html
%{_libdir}/%{tcl_sitearch}/%{real_name}-%{version}
%{_mandir}/mann/*


%changelog
* Sat Oct 03 2009 Rene Ploetz <RenePloetz at gmx.de> 3.05-4
- Removed unnecessary Obsoletes tag

* Tue Sep 21 2009 Rene Ploetz <RenePloetz at gmx.de> 3.05-3
- Updated spec file according to bz #466047 comments 17-19

* Thu Oct 30 2008 Rene Ploetz <RenePloetz at gmx.de> 3.05-2
- Updated spec file

* Thu Oct 7 2008 Rene Ploetz <RenePloetz at gmx.de> 3.05-1
- Initial mysqltcl


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-mysqltcl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Oct 2009 17:33:38 -0000	1.1
+++ .cvsignore	6 Oct 2009 20:40:54 -0000	1.2
@@ -0,0 +1 @@
+mysqltcl-3.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-mysqltcl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Oct 2009 17:33:38 -0000	1.1
+++ sources	6 Oct 2009 20:40:54 -0000	1.2
@@ -0,0 +1 @@
+56a8252bc7407129300b5051549fb2d3  mysqltcl-3.05.tar.gz




More information about the fedora-extras-commits mailing list