rpms/tklib/devel tklib-0.4.1-makecheck.patch, NONE, 1.1 tklib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Dec 2 16:25:13 UTC 2005


Author: wart

Update of /cvs/extras/rpms/tklib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28084/devel

Modified Files:
	.cvsignore sources 
Added Files:
	tklib-0.4.1-makecheck.patch tklib.spec 
Log Message:
auto-import tklib-0.4.1-3 on branch devel from tklib-0.4.1-3.src.rpm

tklib-0.4.1-makecheck.patch:

--- NEW FILE tklib-0.4.1-makecheck.patch ---
diff -Naur tklib-0.4.1/sak.tcl tklib-0.4.1.new/sak.tcl
--- tklib-0.4.1/sak.tcl	2005-11-02 11:31:11.000000000 -0800
+++ tklib-0.4.1.new/sak.tcl	2005-12-01 10:37:37.000000000 -0800
@@ -884,7 +884,7 @@
     }
     foreach p [lsort [array names pp]] {
 	if {![info exists ip($p)]} {
-	    puts "  Provided, not indexed:          [format "%-*s | %s" $maxl $p $::pf($p)]"
+	    puts "  Provided, not indexed:          [format "%-*s | %s" $maxl $p $pp($p)]"
 	}
     }
     foreach p [lsort [array names ip]] {


--- NEW FILE tklib.spec ---
Summary: Collection of widgets and other packages for Tk
Name: tklib
Version: 0.4.1
Release: 3%{?dist}
License: BSD
Group: Development/Libraries
Source: http://download.sourceforge.net/tcllib/tklib-0.4.1.tar.gz
Patch0: tklib-0.4.1-makecheck.patch
URL: http://tcllib.sourceforge.net/
BuildArch: noarch
Requires: tk >= 0:8.3.1 tcllib
BuildRequires: tk >= 0:8.3.1 tcllib
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This package is intended to be a collection of Tcl packages that provide
Tk utility functions and widgets useful to a large collection of Tcl/Tk
programmers.

%prep
%setup -q
%patch0 -p1
# Remove some execute permission bits on files that aren't executable
# to suppress some rpmlint warnings.
chmod a-x modules/plotchart/*.tcl
chmod a-x modules/swaplist/*.tcl

%build
# Override the setting for 'libdir'.  If this isn't done then the
# platform-independent script files will get installed in a platform-specific
# directory (such as /usr/lib or /usr/lib64).
%configure --libdir=%{_datadir}
# Don't bother running 'make' because there's nothing to build.

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc PACKAGES README README-0.4.txt ChangeLog license.terms
%{_datadir}/tklib*
%{_mandir}/*/*

%changelog
* Fri Dec 2 2005 Wart <wart at kobold.org> 0.4.1-3
- Minor specfile improvements.
* Thu Dec 1 2005 Wart <wart at kobold.org> 0.4.1-2
- Add check stage after the install, as well as a patch to the check script
  included in the package.
* Sun Nov 27 2005 Wart <wart at kobold.org> 0.4.1-1
- Initial spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tklib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Dec 2005 16:24:35 -0000	1.1
+++ .cvsignore	2 Dec 2005 16:25:11 -0000	1.2
@@ -0,0 +1 @@
+tklib-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tklib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Dec 2005 16:24:35 -0000	1.1
+++ sources	2 Dec 2005 16:25:11 -0000	1.2
@@ -0,0 +1 @@
+4b6919112bc2b9bd816120a8210170b5  tklib-0.4.1.tar.gz




More information about the scm-commits mailing list