forked from pool/perl-File-Touch
Accepting request 369960 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/369960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Touch?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
f5d310d798
commit
a3bb2a8730
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Touch
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-File-Touch
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
%define cpan_name File-Touch
|
||||
Summary: Update File Access and Modification Times, Optionally Creating Files If Needed
|
||||
@@ -39,36 +39,37 @@ contruction:
|
||||
|
||||
* atime_only => [0|1]
|
||||
|
||||
If nonzero, change only the access time of files. Default is zero.
|
||||
If nonzero, change only the access time of files. Default is zero.
|
||||
|
||||
* mtime_only => [0|1]
|
||||
|
||||
If nonzero, change only the modification time of files. Default is zero.
|
||||
If nonzero, change only the modification time of files. Default is zero.
|
||||
|
||||
* no_create => [0|1]
|
||||
|
||||
If nonzero, do not create new files. Default is zero.
|
||||
If nonzero, do not create new files. Default is zero.
|
||||
|
||||
* reference => $reference_file
|
||||
|
||||
If defined, use timestamps from this file instead of current time.
|
||||
Default is undefined.
|
||||
If defined, use timestamps from this file instead of current time. The
|
||||
timestamps are read from the reference file when the object is created, not
|
||||
when '<-'touch>> is invoked. Default is undefined.
|
||||
|
||||
* time => $time
|
||||
|
||||
If defined, then this value will be used for both access time and
|
||||
modification time, whichever of those are set. This time is overridden by
|
||||
the 'atime' and 'mtime' arguments, if you use them.
|
||||
If defined, then this value will be used for both access time and
|
||||
modification time, whichever of those are set. This time is overridden by
|
||||
the 'atime' and 'mtime' arguments, if you use them.
|
||||
|
||||
* atime => $time
|
||||
|
||||
If defined, use this time (in epoch seconds) instead of current time for
|
||||
access time.
|
||||
If defined, use this time (in epoch seconds) instead of current time for
|
||||
access time.
|
||||
|
||||
* mtime => $time
|
||||
|
||||
If defined, use this time (in epoch seconds) instead of current time for
|
||||
modification time.
|
||||
If defined, use this time (in epoch seconds) instead of current time for
|
||||
modification time.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user