]> git.pld-linux.org Git - packages/fwbuilder.git/blob - fwbuilder.spec
- upgraded to 1.03
[packages/fwbuilder.git] / fwbuilder.spec
1 Name:           fwbuilder
2 Summary:        Firewall Builder
3 Summary(pl):    Narzêdzie do tworzenia firewalli
4 Url:            http://www.fwbuilder.org/
5 Version:        1.0.3
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://belnet.dl.sourceforge.net/sourceforge/fwbuilder/%{name}-%{version}.tar.gz
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  gtkmm-devel >= 1.2.3
12 BuildRequires:  libfwbuilder-devel >= 0.10.4
13 BuildRequires:  libxml2-devel
14 BuildRequires:  libxslt-devel
15 BuildRequires:  libsigc++1-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  imlib-devel
18 BuildRequires:  gdk-pixbuf-devel
19 Obsoletes:      fwbuilder-doc fwbuilder-devel
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 Firewall administration toolkit.
26
27 %description -l pl
28 Narzêdzie do tworzenia i administracji firewallami.
29
30 %package compiler
31 Summary:        compiler libraries for Firewall Builder
32 Summary(pl):    Biblioteki dla Firewall Buildera.
33 Group:          Applications/System
34 Requires:       %{name} = %{version}
35
36 %description compiler
37 Compiler libraries for Firewall Builder.
38
39 %description compiler -l pl
40 Biblioteki dla Firewall Buildera.
41
42 %package iptables
43 Summary:        iptables compiler for Firewall Builder
44 Summary(pl):    Kompilator iptables dla Firewall Buildera.
45 Group:          Applications/System
46 Requires:       %{name} = %{version}
47
48 %description iptables
49 iptables compiler for Firewall Builder.
50
51 %description iptables -l pl
52 Kompilator iptables dla Firewall Buildera.
53
54 %prep
55 %setup -q
56
57 %build
58 cp -f /usr/share/automake/config.* .
59 %configure2_13 \
60         --enable-auto-docdir \
61         --with-templatedir=%{_datadir}/fwbuilder \
62         --with-iconsdir=%{_pixmapsdir}/fwbuilder/
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 install -d $RPM_BUILD_ROOT%{_pixmapsdir}/fwbuilder
72 install src/icons/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/fwbuilder
73 install src/icons/host*.png $RPM_BUILD_ROOT%{_pixmapsdir}/fwbuilder
74
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files
80 %defattr(644,root,root,755)
81 %doc doc/*
82 %attr(755,root,root) %{_bindir}/*
83 %{_datadir}/fwbuilder
84 %{_datadir}/bug-buddy/bugzilla/*
85 %{_datadir}/bug-buddy/xml/*
86 %{_datadir}/bug-buddy/*.*
87 %{_pixmapsdir}/fwbuilder
88
89 %files compiler
90 %defattr(644,root,root,755)
91 %{_libdir}/lib*.a
92 %{_includedir}/*.h
93
94 %files iptables
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_bindir}/fwb_iptables
This page took 0.064259 seconds and 4 git commands to generate.