Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2328 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
aed269bab0
1 changed files with 16 additions and 10 deletions
  1. 16 10
      f/fwbackups/fwbackups-vl.spec

+ 16 - 10
f/fwbackups/fwbackups-vl.spec

@@ -1,13 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:              fwbackups
-Version:           1.43.2
-Release:           2%{?_dist_release}
+Version:           1.43.3
+Release:           1%{?_dist_release}
 Summary:           A feature-rich user backup program
 Summary(ja):       機能豊富なユーザバックアッププログラム
 Group:             Applications/Archiving
 License:           GPLv2+
 URL:               http://www.diffingo.com/content/view/12/45/lang,en/
-Source0:           http://www.diffingo.com/downloads/%{name}/%{name}-%{version}.tar.gz
+Source0:           http://www.diffingo.com/downloads/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:         %{_tmppath}/%{name}-%{version}-root
 BuildArch:         noarch
 
@@ -19,7 +19,8 @@ BuildRequires:     python-devel >= 2.4
 BuildRequires:     scrollkeeper
 BuildRequires:     gnome-doc-utils
 BuildRequires:     perl-XML-Parser
-Requires:          /usr/bin/crontab
+#Requires:          /usr/bin/crontab
+Requires:          vixie-cron
 Requires:          tar, rsync
 Requires:          notify-python, gnome-python
 Requires:          pygtk2, pygtk2-libglade
@@ -37,7 +38,7 @@ Restores can be performed at any time using an existing backup from fwbackups
 or from the contents of an external folder or archive.
 
 %description -l ja
-fwbackups はユーザ(rootを含むもこれに限定されず)がバックアップセットを介して
+fwbackups はユーザ(root を含むもこれに限定されず)がバックアップセットを介して
 要求に応じて、或いは定期的にファイルのバックアップをとることができる
 機能豊富なユーザバックアッププログラムです。
 各々のセットには、ユーザが異なる時間・異なる目的地にファイルとフォルダのグループの
@@ -49,9 +50,9 @@ fwbackups はユーザ(rootを含むもこれに限定されず)がバック
 %setup -q
 
 %build
-%configure --disable-scrollkeeper
+%configure
 # We don't implement this yet: make %{?_smp_mflags}
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,7 +63,7 @@ desktop-file-install --vendor vine\
     --delete-original \
     ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
-%find_lang %{name} --with-gnome
+#%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,7 +74,7 @@ scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 %postun
 scrollkeeper-update -q || :
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 
 %{_bindir}/*
@@ -82,9 +83,14 @@ scrollkeeper-update -q || :
 %{_datadir}/applications/vine-*.desktop
 %{python_sitelib}/%{name}/
 
-%doc AUTHORS README COPYING COPYING-DOCS ChangeLog TODO
+%doc AUTHORS ChangeLog COPYING README TODO
 
 %changelog
+* Sat Dec 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.43.3-1
+- new upstream release
+- changed source archive type
+- changed Requires: /usr/bin/crontab to vixie-cron
+
 * Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.43.2-2
 - rebuilt with new environment