updated packaging, added server.pem file 62/22462/1
authorNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Wed, 4 Jun 2014 12:07:01 +0000 (14:07 +0200)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Wed, 4 Jun 2014 12:07:01 +0000 (14:07 +0200)
Change-Id: I29daf8148d2ec3be74892d132dd614841edb3838
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
packaging/tinyweb.spec

index a5a3264..acbf0c0 100644 (file)
@@ -22,9 +22,12 @@ make %{?_smp_mflags}
 
 %install 
 install -d %{buildroot}/%{_bindir}
+install -d %{buildroot}/%{_datadir}/%{name}
 install -m 0755 %{name} %{buildroot}/%{_bindir}
 install -m 0755 cgi-getcookie %{buildroot}/%{_bindir}
 install -m 0755 cgi-getfield %{buildroot}/%{_bindir}
+install -m 0644 server.pem %{buildroot}/%{_datadir}/%{name}
+
 
 %files
 %manifest %{name}.manifest
@@ -32,3 +35,4 @@ install -m 0755 cgi-getfield %{buildroot}/%{_bindir}
 %{_bindir}/%{name}
 %{_bindir}/cgi-getcookie
 %{_bindir}/cgi-getfield
+%{_datadir}/%{name}