rpms/linkchecker/F-7 linkchecker.spec,1.20,1.21

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Sat Jul 28 00:34:38 UTC 2007


Author: mikep

Update of /cvs/extras/rpms/linkchecker/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31216

Modified Files:
	linkchecker.spec 
Log Message:
Fix for x86_64 build.



Index: linkchecker.spec
===================================================================
RCS file: /cvs/extras/rpms/linkchecker/F-7/linkchecker.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- linkchecker.spec	27 Jul 2007 23:28:35 -0000	1.20
+++ linkchecker.spec	28 Jul 2007 00:34:05 -0000	1.21
@@ -4,7 +4,7 @@
 Summary: Check HTML documents for broken links
 Name: linkchecker
 Version: 4.7
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -51,11 +51,13 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %{_bindir}/linkchecker
-%{python_sitelib}/linkcheck/
-%{python_sitelib}/_linkchecker_configdata.*
-%ifarch x86_64 ppc64
+#%ifarch x86_64 ppc64
 %{python_sitearch}/linkcheck/
-%endif
+%{python_sitearch}/_linkchecker_configdata.*
+#%else
+#%{python_sitelib}/linkcheck/
+#%{python_sitelib}/_linkchecker_configdata.*
+#%endif
 %config(noreplace) %{_sysconfdir}/linkchecker
 %{_mandir}/man1/linkchecker.1*
 %lang(de) %{_mandir}/de/man1/linkchecker.1*
@@ -63,6 +65,9 @@
 %doc TODO doc/en README COPYING
 
 %changelog
+* Fri Jul 27 2007 W. Michael Petullo <mike[at]flyn.org> - 4.7-8
+   - On 64-bit platforms, everything is in %{python_sitearch}/linkcheck/.
+
 * Wed Jul 25 2007 W. Michael Petullo <mike[at]flyn.org> - 4.7-7
    - Install configuration files in /etc/linkchecker.
    - Do not install examples.




More information about the fedora-extras-commits mailing list