Browse Source

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

kudoh 14 năm trước cách đây
mục cha
commit
aed269bab0
1 tập tin đã thay đổi với 16 bổ sung10 xóa
  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()")}
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:              fwbackups
 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:           A feature-rich user backup program
 Summary(ja):       機能豊富なユーザバックアッププログラム
 Summary(ja):       機能豊富なユーザバックアッププログラム
 Group:             Applications/Archiving
 Group:             Applications/Archiving
 License:           GPLv2+
 License:           GPLv2+
 URL:               http://www.diffingo.com/content/view/12/45/lang,en/
 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
 BuildRoot:         %{_tmppath}/%{name}-%{version}-root
 BuildArch:         noarch
 BuildArch:         noarch
 
 
@@ -19,7 +19,8 @@ BuildRequires:     python-devel >= 2.4
 BuildRequires:     scrollkeeper
 BuildRequires:     scrollkeeper
 BuildRequires:     gnome-doc-utils
 BuildRequires:     gnome-doc-utils
 BuildRequires:     perl-XML-Parser
 BuildRequires:     perl-XML-Parser
-Requires:          /usr/bin/crontab
+#Requires:          /usr/bin/crontab
+Requires:          vixie-cron
 Requires:          tar, rsync
 Requires:          tar, rsync
 Requires:          notify-python, gnome-python
 Requires:          notify-python, gnome-python
 Requires:          pygtk2, pygtk2-libglade
 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.
 or from the contents of an external folder or archive.
 
 
 %description -l ja
 %description -l ja
-fwbackups はユーザ(rootを含むもこれに限定されず)がバックアップセットを介して
+fwbackups はユーザ(root を含むもこれに限定されず)がバックアップセットを介して
 要求に応じて、或いは定期的にファイルのバックアップをとることができる
 要求に応じて、或いは定期的にファイルのバックアップをとることができる
 機能豊富なユーザバックアッププログラムです。
 機能豊富なユーザバックアッププログラムです。
 各々のセットには、ユーザが異なる時間・異なる目的地にファイルとフォルダのグループの
 各々のセットには、ユーザが異なる時間・異なる目的地にファイルとフォルダのグループの
@@ -49,9 +50,9 @@ fwbackups はユーザ(rootを含むもこれに限定されず)がバック
 %setup -q
 %setup -q
 
 
 %build
 %build
-%configure --disable-scrollkeeper
+%configure
 # We don't implement this yet: make %{?_smp_mflags}
 # We don't implement this yet: make %{?_smp_mflags}
-make
+make %{?_smp_mflags}
 
 
 %install
 %install
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
@@ -62,7 +63,7 @@ desktop-file-install --vendor vine\
     --delete-original \
     --delete-original \
     ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
     ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
-%find_lang %{name} --with-gnome
+#%find_lang %{name} --with-gnome
 
 
 %clean
 %clean
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
@@ -73,7 +74,7 @@ scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 %postun
 %postun
 scrollkeeper-update -q || :
 scrollkeeper-update -q || :
 
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 
 
 %{_bindir}/*
 %{_bindir}/*
@@ -82,9 +83,14 @@ scrollkeeper-update -q || :
 %{_datadir}/applications/vine-*.desktop
 %{_datadir}/applications/vine-*.desktop
 %{python_sitelib}/%{name}/
 %{python_sitelib}/%{name}/
 
 
-%doc AUTHORS README COPYING COPYING-DOCS ChangeLog TODO
+%doc AUTHORS ChangeLog COPYING README TODO
 
 
 %changelog
 %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
 * Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.43.2-2
 - rebuilt with new environment
 - rebuilt with new environment