convert from svn repository: remove tags directory
[lttv.git] / trunk / obsolete / genevent / specs / genevent.spec
1 #
2 # Spec file for genevent
3 #
4 Summary: Genevent package
5 Name: genevent
6 Version: 0.22
7 License: GPL
8 Release: 1
9 Group: Applications/Development
10 Source: http://ltt.polymtl.ca/packages/%{name}-%{version}.tar.gz
11 URL: http://ltt.polymtl.ca
12 Packager: Martin Bisson <bissonm@discreet.com>
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15
16 %description
17 This packages contains the facility code generator.
18
19 %prep
20 %setup -q
21
22 %build
23 make
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 mkdir -p $RPM_BUILD_ROOT $RPM_BUILD_ROOT/usr/bin
28 cp genevent $RPM_BUILD_ROOT/usr/bin/genevent
29
30 %files
31 /usr/bin/genevent
This page took 0.029225 seconds and 4 git commands to generate.