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