SPECS: tcllib.spec - rel 2
arekm
arekm at pld-linux.org
Sat May 19 15:57:09 CEST 2007
Author: arekm Date: Sat May 19 13:57:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2
---- Files affected:
SPECS:
tcllib.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/tcllib.spec
diff -u SPECS/tcllib.spec:1.16 SPECS/tcllib.spec:1.17
--- SPECS/tcllib.spec:1.16 Thu May 17 03:47:17 2007
+++ SPECS/tcllib.spec Sat May 19 15:57:03 2007
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Biblioteki dla Tcl-a
Name: tcllib
Version: 1.9
-Release: 1
+Release: 2
License: see license.terms
Group: Development/Languages/Tcl
Source0: http://dl.sourceforge.net/tcllib/%{name}-%{version}.tar.gz
@@ -30,24 +30,24 @@
%build
%{__aclocal}
%{__autoconf}
-%configure
+%configure \
+ --libdir=%{_prefix}/lib
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_prefix}/lib,%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT%{_libdir}/tcllib%{version} $RPM_BUILD_ROOT%{_prefix}/lib/tcllib%{version}
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README license.terms examples
+%attr(755,root,root) %{_bindir}/*
%{_prefix}/lib/%{name}%{version}
%{_mandir}/man?/*
@@ -57,6 +57,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2007/05/19 13:57:03 arekm
+- rel 2
+
Revision 1.16 2007/05/17 01:47:17 lkrotowski
- up to 1.9
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tcllib.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list