template-specs: template-tcl.spec (NEW) - just to have something

glen glen at pld-linux.org
Mon May 11 18:23:27 CEST 2009


Author: glen                         Date: Mon May 11 16:23:27 2009 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- just to have something

---- Files affected:
template-specs:
   template-tcl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: template-specs/template-tcl.spec
diff -u /dev/null template-specs/template-tcl.spec:1.1
--- /dev/null	Mon May 11 18:23:27 2009
+++ template-specs/template-tcl.spec	Mon May 11 18:23:22 2009
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	Tcl TEMPLATE
+Name:		tcl-TEMPLATE
+Version:	0.1
+Release:	0.1
+License:	BSD-like
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/tcl/TEMPLATE%{version}.tar.gz
+# Source0-md5:	3c69b4a891590f23bb79a1fa98d879f7
+URL:		http://tcl.sourceforge.net/
+BuildRequires:	tcl-devel >= 8.4
+Requires:	tcl >= 8.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+....
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%dir %{_libdir}/TEMPLATE%{version}
+%attr(755,root,root) %{_libdir}/TEMPLATE%{version}/libTEMPLATE*.so
+%{_libdir}/TEMPLATE%{version}/*.tcl
+%{_mandir}/mann/*.n*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/05/11 16:23:22  glen
+- just to have something
================================================================


More information about the pld-cvs-commit mailing list