rpms/fwbackups/devel .cvsignore, 1.5, 1.6 fwbackups.spec, 1.6, 1.7 sources, 1.5, 1.6

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


Author: firewing

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	15 Apr 2007 15:59:14 -0000	1.5
+++ .cvsignore	8 Jul 2007 18:56:01 -0000	1.6
@@ -1 +1 @@
-fwbackups-1.43.0beta3.tar.gz
+fwbackups-1.43.0.tar.gz


Index: fwbackups.spec
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/fwbackups.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fwbackups.spec	15 Apr 2007 15:59:14 -0000	1.6
+++ fwbackups.spec	8 Jul 2007 18:56:01 -0000	1.7
@@ -1,56 +1,51 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define betatag beta3
+#define betatag rc3
 Name:              fwbackups
 Version:           1.43.0
-Release:           0.1.%{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
+#setup -q -n %{name}-%{version}%{betatag}
+%setup -q -n %{name}-%{version}
 
 
 %build
-
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-install -d -p -m755 ${RPM_BUILD_ROOT}%{_bindir}
-install -d -p -m755 ${RPM_BUILD_ROOT}%{python_sitelib}/fwbackups
-
-install -D -p -m755 fwbackups-runapp.py ${RPM_BUILD_ROOT}%{_datadir}/fwbackups/fwbackups-runapp.py
-install -D -p -m755 cronwriter.py ${RPM_BUILD_ROOT}%{_datadir}/fwbackups/cronwriter.py
-install -D -p -m644 fwbackups.glade ${RPM_BUILD_ROOT}%{_datadir}/fwbackups/fwbackups.glade
-
-localsitelib='fwbackups'
-for i in `ls -1 $localsitelib`;do
-install -D -p -m644 $localsitelib/"$i" ${RPM_BUILD_ROOT}%{python_sitelib}/fwbackups/"$i"
-done
-
-install -D -p -m755 bin/fwbackups ${RPM_BUILD_ROOT}%{_bindir}/fwbackups
-install -D -p -m755 bin/fwbackups-run ${RPM_BUILD_ROOT}%{_bindir}/fwbackups-run
+make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor fedora\
     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications\
-    fwbackups.desktop
+    ${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
@@ -61,15 +56,22 @@
 %dir %{_datadir}/fwbackups
 %dir %{python_sitelib}/fwbackups
 
-%{_bindir}/fwbackups
-%{_bindir}/fwbackups-run
+%{_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)
+
 * Sat Apr 14 2007 Stewart Adam <s.adam AT diffingo DOT com> 1.43.0-0.1.beta3
 - Update to 1.43.0 Beta3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	15 Apr 2007 15:59:14 -0000	1.5
+++ sources	8 Jul 2007 18:56:01 -0000	1.6
@@ -1 +1 @@
-aa3fb70b7d98f915643ceeef85418dc0  fwbackups-1.43.0beta3.tar.gz
+bd137871e6868f912a6dc381bbb6de24  fwbackups-1.43.0.tar.gz




More information about the scm-commits mailing list