Author: cieciwa Date: Thu Jul 20 21:06:24 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - release 0.5. Testing req.
---- Files affected: SPECS: itcl.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/itcl.spec diff -u SPECS/itcl.spec:1.15 SPECS/itcl.spec:1.16 --- SPECS/itcl.spec:1.15 Thu Jul 20 22:31:51 2006 +++ SPECS/itcl.spec Thu Jul 20 23:06:19 2006 @@ -4,7 +4,7 @@ Summary(pl): [incr Tcl] - obiektowo zorientowane rozszerzenie języka Tcl Name: itcl Version: 3.3 -Release: 0.1 +Release: 0.5 License: distributable Group: Development/Languages/Tcl Source0: http://dl.sourceforge.net/incrtcl/%{name}%{version}.tar.gz @@ -63,7 +63,7 @@ Pliki nagłówkowe dla itcl/itk libraries. %prep -%setup -qn %{name}%{version} -a1 +%setup -qn %{name}%{version} -a1 -a2 #%patch0 -p1 #patch1 -p1 #patch2 -p1 @@ -85,6 +85,11 @@ %configure %{__make} +#cd ../iwidgets%{iwidgets_version} +#{__autoconf} +#configure +#{__make} + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT @@ -96,7 +101,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -#%{__make} -C iwidgets%{iwidgets_version} install \ +#{__make} -C iwidgets%{iwidgets_version} install \ # INSTALL_ROOT=$RPM_BUILD_ROOT \ # MAN_INSTALL_DIR=$RPM_BUILD_ROOT%{_mandir}/mann @@ -126,17 +131,20 @@ %files %defattr(644,root,root,755) -%doc CHANGES ChangeLog INCOMPATIBLE README TODO license.terms iwidgets -%attr(755,root,root) %{_libdir}/lib*.so.*.* -%{_ulibdir}/itcl* -%{_ulibdir}/itk* -%{_ulibdir}/iwidgets* +%doc CHANGES ChangeLog INCOMPATIBLE README TODO license.terms +%attr(755,root,root) %{_libdir}/itcl3.3/lib*.so +%attr(755,root,root) %{_libdir}/itk3.3/lib*.so +%{_libdir}/itcl*/* +%{_libdir}/itk*/* +#{_libdir}/iwidgets* %{_mandir}/mann/* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*stub*.a +%attr(755,root,root) %{_libdir}/*/lib*.so +%attr(644,root,root) %{_libdir}/*/*.tcl +%attr(644,root,root) %{_libdir}/itk3.3/*.itk +#{_libdir}/lib*stub*.a %{_includedir}/*.h %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -145,6 +153,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2006/07/20 21:06:19 cieciwa +- release 0.5. +Testing req. + Revision 1.15 2006/07/20 20:31:51 cieciwa - updated to version 3.3, - release 0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/itcl.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
