Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
19173d22
Commit
19173d22
authored
Mar 31, 2008
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaked rsync.spec to use "rsync" in place of "%{name}" in a few
places (which allows for easier creation of adjunct RPMs).
parent
5b838296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rsync.spec
packaging/lsb/rsync.spec
+4
-4
No files found.
packaging/lsb/rsync.spec
View file @
19173d22
...
...
@@ -4,8 +4,8 @@ Version: 3.0.1
%define fullversion %{version}pre3
Release: 0.1.pre3
Group: Applications/Internet
Source0: http://rsync.samba.org/ftp/rsync/
%{name}
-%{fullversion}.tar.gz
Source1: http://rsync.samba.org/ftp/rsync/
%{name}
-patches-%{fullversion}.tar.gz
Source0: http://rsync.samba.org/ftp/rsync/
rsync
-%{fullversion}.tar.gz
Source1: http://rsync.samba.org/ftp/rsync/
rsync
-patches-%{fullversion}.tar.gz
URL: http://rsync.samba.org/
Prefix: %{_prefix}
...
...
@@ -25,8 +25,8 @@ improved copy command for everyday use.
%prep
# Choose one -- setup source only, or setup source + rsync-patches:
%setup -q -n
%{name}
-%{fullversion}
#%setup -q -
n %{name}-%{fullversion} -b1
%setup -q -n
rsync
-%{fullversion}
#%setup -q -
b1 -n rsync-%{fullversion}
# If you you used "%setup -q -b1", choose the patches you wish to apply:
#patch -p1 <patches/acls.diff
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment