Changes of Revision 3
[-] | Changed | trac-mercurial-plugin.spec |
x 1
2 Source0: TracMercurial-%{version}.tar.gz 3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 4 5 -BuildArch: noarch 6 +##BuildArch: noarch 7 BuildRequires: python-devel 8 BuildRequires: python-setuptools 9 Requires: mercurial trac python-setuptools 10
11 rm -rf $RPM_BUILD_ROOT 12 13 %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES 14 +rm -f %{buildroot}%{_prefix}/README 15 +rm -f %{buildroot}%{_prefix}/COPYING 16 17 %clean 18 rm -rf $RPM_BUILD_ROOT 19 |