SPECS: tclxml.spec - up to 3.1
arekm
arekm at pld-linux.org
Mon Mar 12 20:01:18 CET 2007
Author: arekm Date: Mon Mar 12 19:01:18 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 3.1
---- Files affected:
SPECS:
tclxml.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/tclxml.spec
diff -u SPECS/tclxml.spec:1.4 SPECS/tclxml.spec:1.5
--- SPECS/tclxml.spec:1.4 Mon Feb 12 23:09:17 2007
+++ SPECS/tclxml.spec Mon Mar 12 20:01:12 2007
@@ -2,12 +2,12 @@
Summary: XML parsing for Tcl
Summary(pl.UTF-8): Analizowanie XML-a dla Tcl-a
Name: tclxml
-Version: 2.6
+Version: 3.1
Release: 1
License: distributable
Group: Development/Languages/Tcl
Source0: http://dl.sourceforge.net/tclxml/%{name}-%{version}.tar.gz
-# Source0-md5: a54d1d6965e2123529e80d2a7ed251ec
+# Source0-md5: 35de63a4ceba7a6fdb85dd1a62f2e881
URL: http://tclxml.sourceforge.net/tclxml.html
BuildRequires: tcl-devel >= 8.4.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,13 +31,18 @@
%setup -q
%build
-%configure
+%configure2_13 \
+%if %{_lib} == "lib64"
+ --enable-64bit \
+%endif
+ --enable-threads
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-%{makeinstall}
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -45,11 +50,11 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog LICENSE README doc/*.html
-%{_includedir}/*.h
+%{_includedir}/tclxml
%dir %{_libdir}/Tclxml*.*
-%attr(755,root,root) %dir %{_libdir}/Tclxml*.*/*.so
+%dir %{_libdir}/Tclxml*.*/*.so
%{_libdir}/Tclxml*.*/*.tcl
-%attr(755,root,root) %dir %{_libdir}/*.sh
+%dir %{_libdir}/*.sh
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -57,6 +62,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007/03/12 19:01:12 arekm
+- up to 3.1
+
Revision 1.4 2007/02/12 22:09:17 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tclxml.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list