mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
add missing files in rpm
Fonts, header images, and json.js
This commit is contained in:
@@ -14,6 +14,7 @@ app_DATA = \
|
||||
ipa_logo_180x50.png \
|
||||
ipa.js \
|
||||
ipa.css \
|
||||
json2.js \
|
||||
jquery.js \
|
||||
jquery-ui.js \
|
||||
jquery.ba-bbq.js \
|
||||
@@ -47,6 +48,8 @@ app_DATA = \
|
||||
Mainnav-background.png \
|
||||
Mainnav-offtab.png \
|
||||
Mainnav-ontab.png \
|
||||
modal-background.png \
|
||||
panel-background.png \
|
||||
Subnav-background.png \
|
||||
Subnav-offbutton.png \
|
||||
Subnav-onbutton.png \
|
||||
@@ -65,6 +68,8 @@ app_DATA = \
|
||||
ui-icons_ededed_256x240.png \
|
||||
ui-icons_ffcf29_256x240.png \
|
||||
ui-icons_ffffff_256x240.png \
|
||||
FreeWay.otf \
|
||||
FreeWay-Bold.otf \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
||||
@@ -15,8 +15,8 @@ body{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@font-face {font-family: "FreeWay"; src:url("fonts/FreeWay.otf");}
|
||||
@font-face {font-family: "FreeWayBold"; src:url("fonts/FreeWay-Bold.otf");}
|
||||
@font-face {font-family: "FreeWay"; src:url("FreeWay.otf");}
|
||||
@font-face {font-family: "FreeWayBold"; src:url("FreeWay-Bold.otf");}
|
||||
|
||||
.input_link {
|
||||
padding: .4em 1em .4em 2em;
|
||||
|
||||
@@ -400,6 +400,7 @@ fi
|
||||
%{_usr}/share/ipa/static/*.png
|
||||
%{_usr}/share/ipa/static/*.css
|
||||
%{_usr}/share/ipa/static/*.js
|
||||
%{_usr}/share/ipa/static/*.otf
|
||||
%dir %{_usr}/share/ipa/static/layouts
|
||||
%dir %{_usr}/share/ipa/static/layouts/default
|
||||
%{_usr}/share/ipa/static/layouts/default/*.html
|
||||
|
||||
Reference in New Issue
Block a user