]> git.pld-linux.org Git - packages/rt.git/commitdiff
- update PLD layout; fix files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Oct 2013 13:13:09 +0000 (15:13 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Oct 2013 13:13:09 +0000 (15:13 +0200)
rt-layout.patch
rt.spec

index c569b37480eacdc21133339ce8bd82cfff4b71a9..e17ee040246c47d73d4f9b71555c170e74cd7058 100644 (file)
@@ -1,6 +1,6 @@
 --- config.layout~     2004-03-28 06:04:08.000000000 +0200
 +++ config.layout      2004-10-14 17:37:13.000000000 +0200
-@@ -59,6 +59,35 @@
+@@ -59,6 +59,37 @@
    customlibdir:               ${customdir}/lib
  </Layout>
  
@@ -18,6 +18,7 @@
 +  plugindir:          ${datadir}/plugins
 +  htmldir:            ${datadir}/rt/html
 +  lexdir:             ${datadir}/rt/po
++  staticdir:          ${datadir}/rt/static
 +  fontdir:            ${datadir}/fonts/TTF
 +  manualdir:          ${datadir}/doc
 +  localstatedir:      /var
@@ -29,6 +30,7 @@
 +  custometcdir:       ${customdir}/etc
 +  customhtmldir:      ${customdir}/html
 +  customlexdir:       ${customdir}/po
++  customstaticdir:    ${customdir}/static
 +  customlibdir:       ${customdir}/lib
 +  customplugindir:    ${customdir}/plugins
 +</Layout>
diff --git a/rt.spec b/rt.spec
index b38995fa610efd598cff37ec1e1428eee87d3a46..b7efff250575bfcbeb3829a1c98d8a2faec7f303 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -326,6 +326,7 @@ ln -s %{_sbindir}/rt-clean-sessions $RPM_BUILD_ROOT/etc/cron.daily/rt-clean-sess
 
 # unneeded in installed copy
 rm $RPM_BUILD_ROOT%{_sbindir}/rt-test-dependencies
+rm -r $RPM_BUILD_ROOT%{_datadir}/doc
 
 # we use fonts-TTF-Google-Droid
 rm -r $RPM_BUILD_ROOT%{_datadir}/fonts/TTF
@@ -365,6 +366,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/rt
 %{_datadir}/rt/html
 %{_datadir}/rt/po
+%{_datadir}/rt/static
 %{_libdir}/*
 %dir %attr(770,root,http) %{masonstatedir}
 %{_examplesdir}/%{name}-%{version}
This page took 0.059093 seconds and 4 git commands to generate.