[PATCH conductor 2/2] Remove jquery-svg entries from rpm spec

Jan Provaznik jprovazn at redhat.com
Thu May 17 12:08:43 UTC 2012


On 05/16/2012 12:33 PM, ifarkas at redhat.com wrote:
> From: Imre Farkas<ifarkas at redhat.com>
>
> ---
>   aeolus-conductor.spec.in |    7 +++----
>   1 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/aeolus-conductor.spec.in b/aeolus-conductor.spec.in
> index 3f2ba30..b095c6b 100644
> --- a/aeolus-conductor.spec.in
> +++ b/aeolus-conductor.spec.in
> @@ -176,8 +176,7 @@ getent passwd aeolus>/dev/null || \
>   # extension may exist.  For instance cgi="public" means that src/public/*.cgi
>   # will be copied from the source into the RPM.
>   builder="app/views/errors"
> -css="public/stylesheets public/stylesheets/jquery.ui-1.8.1 \
> -     public/javascripts/jquery-svg"
> +css="public/stylesheets public/stylesheets/jquery.ui-1.8.1"
>   feature="features"
>   gif="public/images public/stylesheets/images"
>   haml="app/views/hardware_profiles app/views/realm_mappings \
> @@ -201,7 +200,7 @@ mustache="app/views/instances app/views/pools app/views/deployments"
>   html="public"
>   ico="public"
>   jpg="public/images public/stylesheets/images"
> -js="public/javascripts public/javascripts/jquery-svg \
> +js="public/javascripts \
>       public/javascripts/jquery.ui-1.8.1 \
>       public/javascripts/jquery.ui-1.8.1/ui/minified \
>       public/javascripts/lib
> @@ -218,7 +217,7 @@ rb="app/models app/controllers app/controllers/api app/helpers app/services app/
>       spec/factories spec/helpers spec/models spec/services spec/controllers/api lib/aeolus \
>       lib/aeolus/event"
>   rhtml="app/views/layouts"
> -svg="public/images public/images/icons public/javascripts/jquery-svg public/fonts"
> +svg="public/images public/images/icons public/fonts"
>   ttf="public/fonts"
>   eot="public/fonts"
>   woff="public/fonts"

ACK, jquery-svg is not referenced from anywhere and everything seems to 
work after build RPMS

not related to this patch, but I see some references to not-existing 
fonts, for example:
overpass_bold-web.ttf
overpass_regular-web.svg
overpass_bold-web.ttf

Jan



More information about the aeolus-devel mailing list