File: filepp.spec.in

package info (click to toggle)
filepp 1.7.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 240
  • sloc: perl: 2,597; makefile: 489; sh: 174; ansic: 15
file content (45 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary: Generic file pre-processor
Name: filepp
Version: __VERSION__
Release: 1
Copyright: GPL
Group: Applications/File 
Source: http://www.cabaret.demon.co.uk/filepp/filepp-__VERSION__.tar.gz
Url: http://www.cabaret.demon.co.uk/filepp/
Requires: perl
BuildArch: noarch

# Turn auto dependencies off as rpm treats filepp modules as normal Perl
# modules, which messes things up.
%undefine __find_provides
%undefine __find_requires

%description
filepp is a generic file preprocessor that lets C preprocessor
functionality be used with any file type. It supports the full set of
C preprocessor keywords (#include, #define, #if, etc.). filepp is also
highly customisable and allows users to easily add their own keywords
or modify the behaviour of existing keywords, and is more user
friendly than cpp.

%prep
%setup

%build
%configure
make

%install
make install

%clean

%files
%doc COPYING ChangeLog INSTALL README filepp.lsm filepp.html
%{_bindir}/filepp
%{_mandir}/man1/filepp.1
%{_datadir}/filepp

%changelog
* Tue Oct 09 2001 Darren Miller <darren@cabaret.demon.co.uk>
- created first rpm distribution of filepp