- Initial release
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/datefudge?expand=0&rev=1
This commit is contained in:
commit
7705a7a9af
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
datefudge.changes
Normal file
4
datefudge.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 14:01:33 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Initial release
|
53
datefudge.spec
Normal file
53
datefudge.spec
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# spec file for package datefudge
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: datefudge
|
||||
Version: 1.20
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: A preload library to fake system time
|
||||
Url: http://packages.qa.debian.org/d/datefudge.html
|
||||
Group: Development/Tools
|
||||
Source: http://cdn.debian.net/debian/pool/main/d/datefudge/%{name}_%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This program fakes the system date so that programs think the
|
||||
wall clock is different. The faking is not complete; timestamp
|
||||
on files are not affected in any way.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed "s/VERSION := \$\(.*\)/VERSION := %{version}/g" -i Makefile
|
||||
sed 's/-o root -g root/-p/g' -i Makefile
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" make libdir=%{_libdir} %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install libdir=%{_libdir} DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
%{_mandir}/man1/datefudge.1%{ext_man}
|
||||
%{_bindir}/datefudge
|
||||
%{_libdir}/datefudge/datefudge.so
|
||||
%dir %{_libdir}/datefudge
|
||||
|
||||
%changelog
|
3
datefudge_1.20.tar.gz
Normal file
3
datefudge_1.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e9f75c510a528cc7e4de88d5e09695e6dff584f0c023853a1aba18722c4fd55
|
||||
size 13295
|
Loading…
Reference in New Issue
Block a user