diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2008-09-18 19:17:06 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2008-09-18 19:17:06 (GMT) |
commit | 7097ea16e3304654a4689ba681555a6185e2a7f8 (patch) | |
tree | 5c4cc2633aae2c19575793c6f71942b37ccbfefd /kolab-fbview | |
parent | fb1a8f9c51f3f393732ec1d0b533706abcbcc9ab (diff) | |
download | server-7097ea16e3304654a4689ba681555a6185e2a7f8.tar.gz |
A working fbview package.
Diffstat (limited to 'kolab-fbview')
-rw-r--r-- | kolab-fbview/kolab-fbview.spec | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/kolab-fbview/kolab-fbview.spec b/kolab-fbview/kolab-fbview.spec index 12dc973..af68b5c 100644 --- a/kolab-fbview/kolab-fbview.spec +++ b/kolab-fbview/kolab-fbview.spec @@ -2,7 +2,7 @@ %define V_horde_name horde-webmail %define V_package kolab-fbview %define V_year 2008 -%define V_month 08 +%define V_month 09 %define V_day 18 %define V_version 1.2.0 %define V_source_version 1.2-rc1 @@ -49,8 +49,6 @@ get a quick overview on the free/busy information from team members. %prep %setup -q -c %{V_horde_name}-%{V_source_version} - %setup -T -D -a 1 - mv passwd-h3-%{V_passwd_version} %{V_horde_name}-%{V_source_version}/passwd cd %{V_horde_name}-%{V_source_version} %patch -p1 -P 0 @@ -71,15 +69,26 @@ get a quick overview on the free/busy information from team members. find . -name '*.orig' | xargs rm + rm -rf dimp imp ingo mimp mnemo nag + + cd kronolith + + # Remove some stuff not necessary for fbview + rm add.php day.php view.php \ + delete.php ics.php search.php week.php contacts.php \ + imple.php month.php pref_api.php workweek.php \ + edit.php new.php year.php attend.php \ + data.php event.php + + cd .. + cp -r * $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/fbview/ sqlite $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/fbview/storage/horde.db < scripts/sql/groupware.sql cd .. - rm -rf dimp imp ingo mimp mnemo nag - - %{l_shtool} install -c -m 644 %{l_value -s -a} %{S:2} %{S:3} \ + %{l_shtool} install -c -m 644 %{l_value -s -a} %{S:1} %{S:2} \ $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \ |