]> git.pld-linux.org Git - packages/libfaketime.git/blame - libfaketime.spec
one more path fix
[packages/libfaketime.git] / libfaketime.spec
CommitLineData
54f16101
TP
1Summary: Report faked system time
2Name: libfaketime
3Version: 0.9.6
4Release: 1
5License: GPL v2
6Group: Libraries
7Source0: http://www.code-wizards.com/projects/libfaketime/%{name}-%{version}.tar.gz
8# Source0-md5: f522f899d65a057ad69cff9896c75f78
9URL: http://www.code-wizards.com/projects/libfaketime/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13FakeTime Preload Library - report faked system time to programs without having
14to change the system-wide time.
15
16%prep
17%setup -q
18
19%build
20%{__make}
21
22%install
23rm -rf $RPM_BUILD_ROOT
24
25%{__make} install \
26 PREFIX=%{_prefix} \
df5fb73c 27 LIBDIRNAME=/%{_lib}/faketime \
54f16101
TP
28 DESTDIR=$RPM_BUILD_ROOT
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(644,root,root,755)
35%doc NEWS README TODO
c7c4a8dd 36%attr(755,root,root) %{_bindir}/faketime
df5fb73c 37%attr(755,root,root) %{_libdir}/faketime/lib%{name}*.so.1
c7c4a8dd 38%{_mandir}/man1/faketime.1*
This page took 0.059527 seconds and 4 git commands to generate.