Browse Source

update: rabbit 0.6.4-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@672 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
8940b6edf4
1 changed files with 17 additions and 5 deletions
  1. 17 5
      r/rabbit/rabbit-vl.spec

+ 17 - 5
r/rabbit/rabbit-vl.spec

@@ -1,15 +1,15 @@
 Summary: an application to do presentation with RD document
 Summary: an application to do presentation with RD document
 Summary(ja): RDで書かれた文書をもとにプレゼンテーションを行うためのソフトウェア
 Summary(ja): RDで書かれた文書をもとにプレゼンテーションを行うためのソフトウェア
 Name: rabbit
 Name: rabbit
-Version: 0.0.7
+Version: 0.6.4
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
 URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
 URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
 Source0: http://www.cozmixng.org/~kou/download/%{name}-%{version}.tar.gz
 Source0: http://www.cozmixng.org/~kou/download/%{name}-%{version}.tar.gz
-License: Ruby's
+License: Ruby's and MIT
 Group: Applications/Text
 Group: Applications/Text
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
-Packager: IWAI, Masaharu <iwai@alib.jp>
+Packager: iwaim
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 BuildArch: noarch
 Requires: rdtool ruby-gnome2
 Requires: rdtool ruby-gnome2
@@ -31,6 +31,10 @@ rm -rf %{buildroot}
 %{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \
 %{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \
                      --rbdir=%{buildroot}%{rlibdir} \
                      --rbdir=%{buildroot}%{rlibdir} \
                      --datadir=%{buildroot}%{_datadir}
                      --datadir=%{buildroot}%{_datadir}
+
+# remove file for Windows
+%{__rm} -f %{buildroot}%{rbindir}/rabbit.bat
+
 %{find_lang} %{name}
 %{find_lang} %{name}
 
 
 %clean
 %clean
@@ -38,12 +42,20 @@ rm -rf %{buildroot}
 
 
 %files -f %{name}.lang
 %files -f %{name}.lang
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc README.* misc sample
-%{rbindir}/rabbit
+%doc README.* misc sample COPYING* GPL TODO NEWS*
+%{rbindir}/*
 %{rlibdir}/rabbit
 %{rlibdir}/rabbit
 %{rlibdir}/rwiki
 %{rlibdir}/rwiki
+%{_datadir}/rabbit
 
 
 %changelog
 %changelog
+* Wed Mar 17 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.4-1
+- new upstream release
+- update License
+- update Packager syntax
+- update %%files section
+- remove batch file for Windows
+
 * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.7-1vl5
 * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.7-1vl5
 - applied new versioning policy, spec in utf-8
 - applied new versioning policy, spec in utf-8