diff --git a/.gitignore b/.gitignore index fb9a1c7..83a189c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /saphire-2.0.2.tgz /saphire-3.0.3.tgz /saphire-3.0.5.tgz +/saphire-3.0.8.tgz diff --git a/saphire.spec b/saphire.spec index c7d925c..25e318d 100644 --- a/saphire.spec +++ b/saphire.spec @@ -1,23 +1,22 @@ -%global repoid 51844 +%global repoid 51994 Name: saphire -Version: 3.0.5 +Version: 3.0.8 Release: 1%{?dist} Summary: Yet another shell Group: System Environment/Shells License: GPL+ -URL: http://ab25cq.web.fc2.com/ +URL: http://ab25cq.wiki.fc2.com/ Source0: http://dl.sourceforge.jp/sash/%{repoid}/saphire-%{version}.tgz BuildRequires: cmigemo-devel +BuildRequires: gc-devel BuildRequires: ncurses-devel BuildRequires: oniguruma-devel +#BuildRequires: pcre-devel BuildRequires: readline-devel -%if 0%{?fedora} >= 14 -BuildRequires: gc-devel -%endif %description Yet another shell @@ -74,9 +73,6 @@ sed -i.pager \ %configure \ --with-migemo \ --with-system-migemodir=%{_datadir}/cmigemo \ -%if 0%{?fedora} >= 14 - --with-gc \ -%endif --sysconfdir=%{_libdir}/%{name} \ --docdir=%{_defaultdocdir}/%{name}-%{version} \ --includedir=%{_includedir}/%{name} @@ -124,6 +120,12 @@ make -j1 \ %{_libdir}/lib%{name}.so %changelog +* Mon May 16 2011 Mamoru Tasaka - 3.0.8-1 +- 3.0.8 + +* Mon May 9 2011 Mamoru Tasaka - 3.0.7-1 +- 3.0.7 + * Tue May 3 2011 Mamoru Tasaka - 3.0.5-1 - 3.0.5 diff --git a/sources b/sources index e459296..fae3bf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f867efde6c0bf7cccb032f6a33f4d88b saphire-3.0.5.tgz +cbf4a9068da312b226f652266a839943 saphire-3.0.8.tgz