]> git.pld-linux.org Git - packages/passenger.git/commitdiff
renamed to passenger
authorElan Ruusamäe <glen@delfi.ee>
Fri, 15 Aug 2014 13:33:42 +0000 (16:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 15 Aug 2014 13:33:42 +0000 (16:33 +0300)
alias+public.patch [moved from apache-mod_rails-alias+public.patch with 100% similarity]
apache-mod_passenger.conf [moved from apache-mod_rails.conf with 100% similarity]
nogems.patch [moved from apache-mod_rails-nogems.patch with 100% similarity]
passenger.spec [moved from apache-mod_rails.spec with 95% similarity]

similarity index 100%
rename from apache-mod_rails-nogems.patch
rename to nogems.patch
similarity index 95%
rename from apache-mod_rails.spec
rename to passenger.spec
index a2f8fedcd703e9ceddad1782c6c07dde2e5574a5..c74e60dc039b00a463f665d41736fdf31c39acdc 100644 (file)
@@ -1,11 +1,9 @@
-# Obsolete: see passenger.spec instead
 #
 # Conditional build:
 %bcond_with    tests           # build without tests
 
-%define                gem_name        passenger
 Summary:       A module to bridge Ruby on Rails to Apache
-Name:          apache-mod_rails
+Name:          passenger
 Version:       3.0.19
 Release:       2
 # Passenger code uses MIT license.
@@ -17,10 +15,10 @@ License:    Boost and BSD and BSD with advertising and MIT and zlib
 Group:         Networking/Daemons/HTTP
 Source0:       https://github.com/phusion/passenger/archive/release-%{version}.tar.gz
 # Source0-md5: de848f42cb4f83e19d6c8a41a187a4db
-Source1:       %{name}.conf
-Patch0:                %{name}-nogems.patch
-Patch1:                %{name}-alias+public.patch
-Patch2:                passenger_apache_fix_autofoo.patch
+Source1:       apache-mod_%{name}.conf
+Patch0:                nogems.patch
+Patch1:                alias+public.patch
+Patch2:                %{name}_apache_fix_autofoo.patch
 Patch3:                progs.patch
 URL:           https://www.phusionpassenger.com/
 BuildRequires: apache-devel >= 2.0.55-1
@@ -51,7 +49,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Phusion Passenger — a.k.a. mod_rails — makes deployment of
 applications built on the revolutionary Ruby on Rails web framework a
 breeze. It follows the usual Ruby on Rails conventions, such as
-"Dont-Repeat-Yourself".
+"Don't-Repeat-Yourself".
 
 %package ri
 Summary:       ri documentation for Apache mod_rails
@@ -66,7 +64,7 @@ ri documentation for Apache mod_rails.
 Dokumentacji w formacie ri dla Apache mod_rails.
 
 %prep
-%setup -q -n %{gem_name}-release-%{version}
+%setup -q -n %{name}-release-%{version}
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
This page took 0.050922 seconds and 4 git commands to generate.