summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-10-29 16:47:18 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-10-30 12:13:42 +0100
commit005f476fdde8765392ffb00317be9603de3ab852 (patch)
treebe5a3e7c9394d340620fb896f4116f813ea9e0a2
parentb916a5088597276fb30f3c44044bda9307f45658 (diff)
downloadrsync-005f476fdde8765392ffb00317be9603de3ab852.tar.gz
rsync-005f476fdde8765392ffb00317be9603de3ab852.tar.bz2
rsync-005f476fdde8765392ffb00317be9603de3ab852.zip
packaging: Bump to 3.1.1submit/tizen/20141030.111408
Bug-Tizen: TC-1934/related Change-Id: I4f723f4dfde338f87f46c2bface48dd60e99874a Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r--packaging/rsync.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/packaging/rsync.spec b/packaging/rsync.spec
index 1d0847b8..ea73f923 100644
--- a/packaging/rsync.spec
+++ b/packaging/rsync.spec
@@ -1,12 +1,13 @@
Name: rsync
-Version: 3.0.8
-Release: 1
+Version: 3.1.1
+Release: 0
License: GPL-3.0+
Summary: A program for synchronizing files over a network
Url: http://rsync.samba.org/
+#X-Vcs-Url: git://git.samba.org/rsync
Group: Applications/Internet
Source0: http://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz
-Source1001: rsync.manifest
+Source1001: rsync.manifest
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: pkgconfig(popt)
@@ -23,7 +24,7 @@ package.
%package support
Summary: Support files for rsync
Group: Applications/System
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
%description support
Support filrs for rsync
@@ -35,7 +36,7 @@ cp %{SOURCE1001} .
%build
%configure --disable-static
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
%install
%make_install
@@ -46,7 +47,6 @@ make %{?_smp_mflags}
%files
%manifest %{name}.manifest
%defattr(-,root,root,-)
-%doc COPYING
+%license COPYING
%{_bindir}/rsync
-