]> git.pld-linux.org Git - packages/g3dviewer.git/blob - g3dviewer.spec
- remove template junk, fill gtk/glib epoch
[packages/g3dviewer.git] / g3dviewer.spec
1 Summary:        -
2 Name:           g3dviewer
3 Version:        0.2.99.4
4 Release:        0.1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://automagically.de/files/%{name}-%{version}.tar.gz
8 # Source0-md5:  b7da4a68dd18309805ea2ca081542cfd
9 URL:            -
10 BuildRequires:  glib2-devel >= 1:2.4.0
11 BuildRequires:  gtk+2-devel >= 2:2.4.0
12 BuildRequires:  libg3d-devel >= 0.0.8
13 BuildRequires:  pkg-config
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 %{__make} install \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc AUTHORS CREDITS CHANGES ChangeLog NEWS README THANKS TODO
This page took 0.056036 seconds and 3 git commands to generate.