Removed unnecessary cleanup.

f38
Vít Ondruch 14 years ago
parent bb6c7a458d
commit 93201a2ae8

@ -33,15 +33,12 @@ Documentation for %{name}
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \
--force --rdoc %{SOURCE0}
chmod -x %{buildroot}%{geminstdir}/MIT-LICENSE
chmod -x %{buildroot}%{geminstdir}/lib/i18n.rb
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root, -)
@ -64,6 +61,7 @@ rm -rf %{buildroot}
* Thu Mar 24 2011 Vít Ondruch <vondruch@redhat.com> - 0.5.0-1
- Update to i18n 0.5.0.
- Documentation moved into subpackage.
- Removed unnecessary cleanup.
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Loading…
Cancel
Save