Dimi,
Can you update the RPM spec file with the following patch. Obviously,
the ChangeLog diffs can be ignored, and the Version is TBD.
I've also attached the README.Fedora file, which is listed.
Thanks
Frank
On Thu, 2011-03-03 at 12:18 -0500, Dimi Paun wrote:
> Hi folks,
>
> I'm done with changes for 1.3.2, anything else
> before I push out a release?
>
--- safekeep.spec.in 2011-02-27 15:46:49.000000000 +1100
+++ /home/frank/Src/rpmbuild/safekeep-1.3.1/safekeep.spec 2011-02-27 18:24:15.000000000 +1100
@@ -1,5 +1,5 @@
%define name safekeep
-%define version TBD
+%define version 1.3.1
%define release 1
%define homedir %{_localstatedir}/lib/%{name}
@@ -12,9 +12,11 @@
License: GPLv2+
URL: http://safekeep.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1: README.Fedora
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
+BuildRequires: xmlto, asciidoc > 6.0.3
%description
SafeKeep is a client/server backup system which enhances the
@@ -65,6 +67,7 @@
%prep
%setup -q
+cp %{SOURCE1} ./
%build
make build
@@ -99,6 +102,7 @@
%{_bindir}/safekeep
%{_mandir}/man1/safekeep.1*
%doc AUTHORS COPYING LICENSE README TODO samples/client-script-sample.sh
+%doc README.Fedora
%files client
%defattr(-,root,root,-)
@@ -116,6 +120,10 @@
%doc samples/sample.backup
%changelog
+* Sun Feb 27 2011 Frank Crawford <frank@...> 1.3.1-1
+ - Latest upstream release
+ - Refresh changelog from upstream
+
* Mon Nov 22 2010 Dimi Paun <dimi@...> 1.3.1-1
- Fix a few serios errors preventing safekeep from running.
- Better reporting of client messages and exceptions.
@@ -170,6 +178,9 @@
- Add some clarifications to the documentation
- Add support for FreeBSD
+* Fri Oct 19 2007 Jef Spaleta <jspaleta@...> 1.0.3-2
+ - Added README.Fedora with explanation of client subpackaging.
+
* Fri Oct 19 2007 Dimi Paun <dimi@...> 1.0.3-1
- Clarify licensing in lite of the new GPLv3 license;
- New --force option to handle unexpected problems with the data repository;
|