~ubuntu-branches/ubuntu/intrepid/clex/intrepid

« back to all changes in this revision

Viewing changes to clex.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Gabriel Puliatti
  • Date: 2006-10-10 21:00:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010210045-ffvd59e6r74moead
Tags: 3.15-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Name: clex
6
6
Version: @VERSION@
7
7
Release: 1
8
 
Copyright: GPL
 
8
License: GPL
9
9
Group: Applications/File
10
10
Source: http://www.clex.sk/download/clex-@VERSION@.tar.gz
11
11
URL: http://www.clex.sk
12
12
#Packager: PUT YOUR NAME HERE
13
 
Requires: ncurses >= 5.0
 
13
Requires: ncurses
 
14
BuildRequires: ncurses-devel
14
15
BuildRoot: %{_tmppath}/%{name}-root
15
16
 
16
17
%description
27
28
%setup -q
28
29
 
29
30
%build
30
 
./configure --prefix=/usr --mandir=/usr/share/man  --sysconfdir=/etc
 
31
./configure --bindir=/usr/bin --mandir=/usr/share/man  --sysconfdir=/etc
31
32
make
32
33
 
33
34
%install
35
36
 
36
37
%files
37
38
%defattr(-,root,root)
38
 
/usr/bin/clex
39
 
/usr/share/man/man1/clex.1.gz
 
39
%{_bindir}/clex
 
40
%{_mandir}/man1/clex.1.gz
40
41
 
41
42
%clean
42
43
[ %{buildroot} != "/" ] && rm -rf %{buildroot}