source:
trunk/server/fedora/specs/rubygem-rails.spec.patch
@
1275
Last change on this file since 1275 was 1275, checked in by mitchb, 15 years ago | |
---|---|
File size: 1.3 KB |
-
rubygem-rails.spec
old new 7 7 Summary: Web-application framework 8 8 Name: rubygem-%{gemname} 9 9 Version: 2.3.2 10 Release: 2%{?dist} 10 Release: 2%{?dist}.scripts.%{scriptsversion} 11 11 Group: Development/Languages 12 12 License: MIT 13 13 URL: http://www.rubyonrails.org … … 23 23 BuildRequires: rubygems 24 24 BuildArch: noarch 25 25 Provides: rubygem(%{gemname}) = %{version} 26 Provides: scripts-rubygem-rails 26 27 27 28 %description 28 29 Rails is a framework for building web-application using CGI, FCGI, mod_ruby, … … 55 56 # Remove backup files 56 57 find %{buildroot}/%{geminstdir} -type f -name "*~" -delete 57 58 58 # Delete zero-length files59 find %{buildroot}/%{geminstdir} -type f -size 0c -exec rm -rvf {} \;60 61 59 # Fix anything executable that does not have a shebang 62 60 for file in `find %{buildroot}/%{geminstdir} -type f -perm /a+x`; do 63 61 [ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file … … 100 98 101 99 102 100 %changelog 101 * Sat Jul 18 2009 Mitchell Berger <mitchb@mit.edu> - 2.3.2-2.scripts 102 - Do not remove required zero-length files 103 103 104 * Wed May 6 2009 David Lutterkort <lutter@redhat.com> - 2.3.2-2 104 105 - Fix replacement of shebang lines; broke scripts/generate (bz 496480) 105 106
Note: See TracBrowser
for help on using the repository browser.