rpms/tile/F-8 .cvsignore,1.3,1.4 sources,1.3,1.4 tile.spec,1.5,1.6

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Dec 17 19:34:32 UTC 2007


Author: wart

Update of /cvs/extras/rpms/tile/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11861

Modified Files:
	.cvsignore sources tile.spec 
Log Message:
Update to 0.8.2




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tile/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Nov 2006 04:13:36 -0000	1.3
+++ .cvsignore	17 Dec 2007 19:33:55 -0000	1.4
@@ -1 +1 @@
-tile-0.7.8.tar.gz
+tile-0.8.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tile/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Nov 2006 04:13:36 -0000	1.3
+++ sources	17 Dec 2007 19:33:55 -0000	1.4
@@ -1 +1 @@
-1172c1875ae63d7a73d8ba27835e16d4  tile-0.7.8.tar.gz
+7ffdd0350270a59bc1318e9e90acc4fd  tile-0.8.2.tar.gz


Index: tile.spec
===================================================================
RCS file: /cvs/extras/rpms/tile/F-8/tile.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tile.spec	22 Aug 2007 02:37:57 -0000	1.5
+++ tile.spec	17 Dec 2007 19:33:55 -0000	1.6
@@ -1,12 +1,12 @@
 Name:           tile
-Version:        0.7.8
-Release:        2%{?dist}
+Version:        0.8.2
+Release:        1%{?dist}
 Summary:        Modernized widgets for Tk
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://tktable.sourceforge.net/tile/
-Source0:        http://download.sourceforge.net/tktable/tile-0.7.8.tar.gz
+Source0:        http://downloads.sourceforge.net/tktable/tile-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       tcl tk
@@ -32,6 +32,11 @@
 %configure
 make %{?_smp_mflags}
 
+# Convert some doc files to UTF-8
+for file in doc/html/*.html ; do
+    sed -i -e 's/\o267/\·/g' -e 's/\o240/\ /g' $file
+done
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -44,9 +49,9 @@
 # tk package.
 pushd doc
 for i in *.n ; do 
-    install -p $i $RPM_BUILD_ROOT/%{_mandir}/mann/tile_$i
+    install -p -m 0644 $i $RPM_BUILD_ROOT/%{_mandir}/mann/tile_$i
 done
-install -p *.3 $RPM_BUILD_ROOT/%{_mandir}/man3/
+install -p -m 0644 *.3 $RPM_BUILD_ROOT/%{_mandir}/man3/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +70,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Sun Dec 16 2007 Wart <wart at kobold.org> - 0.8.2-1
+- Update to 0.8.2
+
 * Tue Aug 21 2007 Wart <wart at kobold.org> - 0.7.8-2
 - Rebuild for gcc BUILDID
 




More information about the fedora-extras-commits mailing list