Browse Source

screenkey to noarch

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2140 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
7db64718fb
1 changed files with 10 additions and 3 deletions
  1. 10 3
      s/screenkey/screenkey-vl.spec

+ 10 - 3
s/screenkey/screenkey-vl.spec

@@ -1,6 +1,6 @@
 Name:		screenkey
 Version:	0.2
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A screen-cast tool to show your keys and based on key-mon project
 
 Group:		Applications/System
@@ -8,6 +8,7 @@ License:	GPLv3+
 URL:		https://launchpad.net/screenkey
 Source0:	http://launchpad.net/screenkey/v%{version}/v%{version}/+download/screenkey-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch: noarch
 
 BuildRequires:	python-devel
 Requires:	python, python-xlib
@@ -42,10 +43,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc
 %{_bindir}/screenkey
 %{_prefix}/share/applications/screenkey.desktop
-%{python_sitearch}/Screenkey
-%{python_sitearch}/*egg-info
+#%{python_sitearch}/Screenkey
+#%{python_sitearch}/*egg-info
+%{python_sitelib}/Screenkey
+%{python_sitelib}/*egg-info
 
 %changelog
+* Wed Oct 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.2-2
+- fixed python path (if x86_64)
+- added BuildArch: noarch
+
 * Wed Oct 20 2010 IWAI, Masaharu <iwai@alib.jp> 0.2-1
 - build for Vine Linux: based upstream spec file