rpms/fwbackups/devel .cvsignore, 1.8, 1.9 fwbackups.spec, 1.18, 1.19 sources, 1.8, 1.9 fwbackups-1.43.2rc2-backend_fixes.patch, 1.1, NONE fwbackups-1.43.2rc2-import-lowercase.patch, 1.2, NONE

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Fri Jul 18 20:59:47 UTC 2008


Author: firewing

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

Modified Files:
	.cvsignore fwbackups.spec sources 
Removed Files:
	fwbackups-1.43.2rc2-backend_fixes.patch 
	fwbackups-1.43.2rc2-import-lowercase.patch 
Log Message:
Update to 1.43.2rc3



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	2 Jun 2008 01:35:29 -0000	1.8
+++ .cvsignore	18 Jul 2008 20:59:00 -0000	1.9
@@ -1 +1 @@
-fwbackups-1.43.2rc2.tar.gz
+fwbackups-1.43.2rc3.tar.gz


Index: fwbackups.spec
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/fwbackups.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- fwbackups.spec	10 Jul 2008 17:19:41 -0000	1.18
+++ fwbackups.spec	18 Jul 2008 20:59:00 -0000	1.19
@@ -1,21 +1,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-# can't use 1.43.2rc2 as version for non-testing releases: 1.43.2beta > 1.43.2
-%define pretag rc2
+%define pretag rc3
 
 Name:              fwbackups
 Version:           1.43.2
-#Release:           1%{?dist}
-Release:           0.6.%{pretag}%{?dist}
+Release:           0.7.%{pretag}%{?dist}
 BuildArch:         noarch
 Summary:           A feature-rich user backup program
 Group:             Applications/Archiving
 License:           GPLv2+
 URL:               http://www.diffingo.com/content/view/12/45/lang,en/
-#Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}.tar.gz
 Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}%{pretag}.tar.gz
-Patch0:            fwbackups-1.43.2rc2-import-lowercase.patch
-Patch1:            fwbackups-1.43.2rc2-backend_fixes.patch
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:     desktop-file-utils
@@ -23,12 +17,15 @@
 BuildRequires:     intltool, automake
 BuildRequires:     libxml2
 BuildRequires:     python-devel >= 2.4
-Requires:          python >= 2.4
-Requires:          pygtk2, pygtk2-libglade
+BuildRequires:     scrollkeeper
+Requires:          /usr/bin/crontab
 Requires:          tar, rsync
 Requires:          notify-python, gnome-python2
-Requires:          /usr/bin/crontab
+Requires:          pygtk2, pygtk2-libglade
+Requires:          python >= 2.4
 Requires:          python-paramiko
+Requires(post):    scrollkeeper
+Requires(postun):  scrollkeeper
 
 %description
 %{name} is a feature-rich user backup program that allows users (including
@@ -42,16 +39,8 @@
 %prep
 %setup -q -n %{name}-%{version}%{pretag}
 
-%patch1
-# uncomment me as needed
-pushd src/fwbackups
-%patch0
-popd
-
 %build
-%configure
-# We don't implement this yet
-# make %{?_smp_mflags}
+%configure --disable-scrollkeeper
 make
 
 %install
@@ -63,25 +52,33 @@
     --delete-original \
     ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
+%find_lang %{name} --with-gnome
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%defattr(-,root,root,-)
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/gnome/help/%{name}/
-%dir %{python_sitelib}/%{name}
+%post
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+
+%postun
+scrollkeeper-update -q || :
 
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
 %{_bindir}/*
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}/
 %{_datadir}/pixmaps/*
-%{_datadir}/gnome/help/%{name}/*
 %{_datadir}/applications/fedora-*.desktop
-%{python_sitelib}/%{name}/*
+%{python_sitelib}/%{name}/
 
-%doc AUTHORS COPYING ChangeLog NEWS TODO README
+%doc AUTHORS README COPYING COPYING-DOCS ChangeLog TODO
 
 %changelog
+* Fri Jul 18 2008 Stewart Adam <s.adam at diffingo.com> 1.43.2-0.7.rc3
+- Update to 1.43.2rc3
+
 * Thu Jul 10 2008 Stewart Adam <s.adam at diffingo.com> 1.43.2-0.6.rc2
 - Add patch to backend.py to fix errors with the rsync backend
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	2 Jun 2008 01:35:29 -0000	1.8
+++ sources	18 Jul 2008 20:59:00 -0000	1.9
@@ -1 +1 @@
-8d0695ce5f99cfc4f56de1cb0ebda004  fwbackups-1.43.2rc2.tar.gz
+b9f0fa4a8b331a08d7812ec08cb7c6dc  fwbackups-1.43.2rc3.tar.gz


--- fwbackups-1.43.2rc2-backend_fixes.patch DELETED ---


--- fwbackups-1.43.2rc2-import-lowercase.patch DELETED ---




More information about the fedora-extras-commits mailing list