Skip to content

Commit 3f1d212

Browse files
committedMay 14, 2014
menambahkan keempat aplikasi ignsdk terbaru
1 parent 132bf66 commit 3f1d212

File tree

914 files changed

+112789
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

914 files changed

+112789
-0
lines changed
 

‎README.md

100644100755
File mode changed.

‎ignsdk-todo.ign/app.spec

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
%define name <name>
2+
%define release <release>
3+
%define version <version>
4+
%define license <license>
5+
%define url http://<url>
6+
%define group System Environment/Base
7+
8+
Summary:IGOS Nusantara SDK Application
9+
Name:%{name}
10+
Version:%{version}
11+
Release:%{release}
12+
License:%{license}
13+
Group:%{group}
14+
URL:%{url}
15+
Source0:%{name}.tar.gz
16+
Source1:%{name}.txt
17+
BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18+
Requires:ignsdk
19+
BuildArch:noarch
20+
%description
21+
%{description}
22+
<desc>
23+
24+
%prep
25+
%setup -q -n %{name}
26+
27+
%install
28+
%include %{SOURCE1}
29+
30+
%clean
31+
rm -rf $RPM_BUILD_ROOT
32+
33+
%files
34+
%defattr(-,root,root,-)
35+
%dir
36+
%config %attr(0755,root,root)
37+
/opt/ignsdk/*
38+
/usr/share/applications/*
39+
40+
%changelog
41+
42+
* Mon Feb 18 2013 foo <foo@bar.org>
43+
- First Build

0 commit comments

Comments
 (0)
Please sign in to comment.