rpms/fwbackups/F-7 .cvsignore, 1.6, 1.7 fwbackups.spec, 1.8, 1.9 sources, 1.7, 1.8

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Sun Jul 8 18:56:25 UTC 2007


Author: firewing

Update of /cvs/extras/rpms/fwbackups/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22186/F-7

Modified Files:
	.cvsignore fwbackups.spec sources 
Log Message:
Update to fwbackups 1.43.0 final



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	20 Jun 2007 22:43:22 -0000	1.6
+++ .cvsignore	8 Jul 2007 18:55:50 -0000	1.7
@@ -1 +1 @@
-fwbackups-1.43.0rc3.tar.gz
+fwbackups-1.43.0.tar.gz


Index: fwbackups.spec
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/F-7/fwbackups.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fwbackups.spec	20 Jun 2007 22:43:22 -0000	1.8
+++ fwbackups.spec	8 Jul 2007 18:55:50 -0000	1.9
@@ -1,31 +1,37 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define betatag rc3
+#define betatag rc3
 Name:              fwbackups
 Version:           1.43.0
-Release:           0.2.%{betatag}%{?dist}
+#Release:           0.2.%{betatag}%{?dist}
+Release:           1%{?dist}
 BuildArch:         noarch
 Summary:           A feature-rich user backup program
 Group:             Applications/System
 License:           GPL
 URL:               http://www.diffingo.com/content/view/12/45/lang,en/
-Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}%{betatag}.tar.gz
+#Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}%{betatag}.tar.gz
+Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}.tar.gz
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:     desktop-file-utils
+BuildRequires:     gettext
+BuildRequires:     python >= 2.4
+Requires:          python >= 2.4
+Requires:          notify-python
 Requires:          pygtk2, pygtk2-libglade
-Requires:          redhat-artwork, usermode
 Requires:          tar, rsync
 
 %description
-fwbackups is a feature-rich user backups program that can run a backup once
-based on user-specified files and folders, or run backups periodically with
-it's backup set feature. Backup sets are groups of paths that have their
-own paths, destination, time and date, and options to allow maximum
-flexibility. Backup restores are also supported.
-
+fwbackups is a feature-rich user backup program that allows users (including
+but not limited to root) to backup their files on demand or periodically via
+backup sets. Each set may have different settings meaning users can backup
+groups of files and folders to different destinations at different times.
+Restores can be performed at any time using an existing backup from fwbackups
+or from the contents of an external folder or archive.
 
 %prep
-%setup -q -n %{name}-%{version}%{betatag}
+#setup -q -n %{name}-%{version}%{betatag}
+%setup -q -n %{name}-%{version}
 
 
 %build
@@ -39,6 +45,7 @@
     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications\
     ${RPM_BUILD_ROOT}%{_datadir}/applications/fwbackups.desktop
 rm -f ${RPM_BUILD_ROOT}%{_datadir}/applications/fwbackups.desktop
+rm -f ${RPM_BUILD_ROOT}%{_sbindir}/fwbackups-uninstall
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,15 +56,22 @@
 %dir %{_datadir}/fwbackups
 %dir %{python_sitelib}/fwbackups
 
-%{_bindir}/*
-%{_sbindir}/*
+%{_bindir}/fwbackups*
 %{_datadir}/fwbackups/*
 %{_datadir}/applications/fedora-*.desktop
 %{python_sitelib}/fwbackups/*
+%{_datadir}/pixmaps/*fwbackups*
 
-%doc README COPYING CHANGELOG TODO
+%doc AUTHORS README COPYING CHANGELOG TODO
 
 %changelog
+* Sun Jul 8 2007 Stewart Adam <s.adam at diffingo.com> 1.43.0-1
+- Add BuildRequires python 2.4, gettext
+- Add Requires python 2.4, notify-python
+- No longer requires redhat-artwork and usermode
+- New description
+- Update to 1.43.0 (see CHANGELOG file for details on version changes)
+
 * Wed Jun 20 2007 Stewart Adam <s.adam at diffingo.com> 1.43.0-0.2.rc3
 - Update to 1.43.0 rc3 (see CHANGELOG file for details on version changes)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	20 Jun 2007 22:43:22 -0000	1.7
+++ sources	8 Jul 2007 18:55:50 -0000	1.8
@@ -1 +1 @@
-f9eed9f6cc9f1c5ccbd3b9e224c675b4  fwbackups-1.43.0rc3.tar.gz
+bd137871e6868f912a6dc381bbb6de24  fwbackups-1.43.0.tar.gz




More information about the scm-commits mailing list