]> git.pld-linux.org Git - packages/fwbuilder.git/blob - fwbuilder.spec
- changed build requirements from gtkmm-devel to gtkmm1-devel
[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:  automake
12 BuildRequires:  gdk-pixbuf-devel
13 BuildRequires:  gtkmm1-devel >= 1.2.3
14 BuildRequires:  imlib-devel
15 BuildRequires:  libfwbuilder-devel >= 0.10.4
16 BuildRequires:  libsigc++1-devel
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libxml2-devel
19 BuildRequires:  libxslt-devel
20 Obsoletes:      fwbuilder-doc fwbuilder-devel
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24
25 %description
26 Firewall administration toolkit.
27
28 %description -l pl
29 Narzêdzie do tworzenia i administracji firewallami.
30
31 %package compiler
32 Summary:        compiler libraries for Firewall Builder
33 Summary(pl):    Biblioteki dla Firewall Buildera.
34 Group:          Applications/System
35 Requires:       %{name} = %{version}
36
37 %description compiler
38 Compiler libraries for Firewall Builder.
39
40 %description compiler -l pl
41 Biblioteki dla Firewall Buildera.
42
43 %package iptables
44 Summary:        iptables compiler for Firewall Builder
45 Summary(pl):    Kompilator iptables dla Firewall Buildera.
46 Group:          Applications/System
47 Requires:       %{name} = %{version}
48
49 %description iptables
50 iptables compiler for Firewall Builder.
51
52 %description iptables -l pl
53 Kompilator iptables dla Firewall Buildera.
54
55 %prep
56 %setup -q
57
58 %build
59 cp -f /usr/share/automake/config.* .
60 %configure2_13 \
61         --enable-auto-docdir \
62         --with-templatedir=%{_datadir}/fwbuilder \
63         --with-iconsdir=%{_pixmapsdir}/fwbuilder/
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 install -d $RPM_BUILD_ROOT%{_pixmapsdir}/fwbuilder
73 install src/icons/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/fwbuilder
74 install src/icons/host*.png $RPM_BUILD_ROOT%{_pixmapsdir}/fwbuilder
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.093626 seconds and 4 git commands to generate.