rpms/blt/devel blt.spec,1.24,1.25

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Apr 3 15:06:13 UTC 2008


Author: wart

Update of /cvs/pkgs/rpms/blt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8447

Modified Files:
	blt.spec 
Log Message:
- Remove man pages due to conflict with iwidgets.  This is a common problem
  among Tk widget extensions. (BZ #439769)
- Trivial cleanup to source URLs.




Index: blt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blt/devel/blt.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- blt.spec	18 Mar 2008 01:49:31 -0000	1.24
+++ blt.spec	3 Apr 2008 15:05:27 -0000	1.25
@@ -5,13 +5,13 @@
 Summary: BLT widget extension to Tcl/Tk scripting language development
 Name: blt
 Version: 2.4
-Release: 26%{?dist}
+Release: 27%{?dist}
 
 License: MIT
 Group: Development/Libraries
 URL: http://sourceforge.net/projects/blt/
-Source0: http://download.sourceforge.net/blt/BLT2.4z.tar.gz
-Patch0: http://download.sourceforge.net/blt/blt2.4z-patch-2
+Source0: http://downloads.sourceforge.net/blt/BLT2.4z.tar.gz
+Patch0: http://downloads.sourceforge.net/blt/blt2.4z-patch-2
 Patch1: http://jfontain.free.fr/blt2.4z-patch-64
 Patch2: blt2.4-tk8.5.patch
 Patch3: blt2.4z-destdir.patch
@@ -88,6 +88,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 # Remove some doc files from the script area
 rm -f $RPM_BUILD_ROOT%{tcl_sitelib}/%{name}%{version}/{README,NEWS,PROBLEMS}
+# Remove man pages.  HTML documentation is already available.
+rm -rf $RPM_BUILD_ROOT%{_mandir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -102,14 +104,21 @@
 %{_libdir}/*.so
 %{tcl_sitelib}/%{name}%{version}
 %{tcl_sitearch}/%{name}%{version}
-%{_mandir}/man3/*
-%{_mandir}/mann/*
+# Man pages conflict with iwidgets.  This is a common problem among
+# Tk widget extensions.
+#%{_mandir}/man3/*
+#%{_mandir}/mann/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/%{name}
 
 %changelog
+* Thu Apr 3 2008 Wart <wart at kobold.org> 2.4-27
+- Remove man pages due to conflict with iwidgets.  This is a common problem
+  among Tk widget extensions. (BZ #439769)
+- Trivial cleanup to source URLs.
+
 * Mon Mar 17 2008 Wart <wart at kobold.org> 2.4-26
 - Add patch to prevent BLT from puking every time there is a minor
   version bump for Tcl. (BZ #437780)




More information about the fedora-extras-commits mailing list