]> git.pld-linux.org Git - packages/gobby.git/blob - gobby.spec
- rel 2
[packages/gobby.git] / gobby.spec
1 #
2 # Conditional build:
3 %bcond_without  gnome           # build without GNOME integration
4 #
5 Summary:        Gobby network editor
6 Summary(pl.UTF-8):      Edytor sieciowy Gobby
7 Name:           gobby
8 Version:        0.4.5
9 Release:        2
10 License:        GPL v2+
11 Group:          X11/Applications/Editors
12 Source0:        http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz
13 # Source0-md5:  e5501d37f4199938dfe97d30fdf14e9a
14 URL:            http://gobby.0x539.de/
15 BuildRequires:  autoconf >= 2.59
16 BuildRequires:  automake >= 1.9
17 BuildRequires:  gtkmm-devel >= 2.6.0
18 BuildRequires:  gtksourceview-devel >= 1.0.0
19 BuildRequires:  libxml++-devel >= 2.6.0
20 BuildRequires:  obby-devel >= 0.4.3
21 BuildRequires:  pkgconfig
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 gobby network editor.
26
27 %description -l pl.UTF-8
28 Edytor sieciowy Gobby.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal} -I m4
35 %{__autoconf}
36 %{__automake}
37 %configure \
38         %{?with_gnome: --with-gnome}
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/gobby.1*
56 %{_desktopdir}/*.desktop
57 %{_pixmapsdir}/*
This page took 0.045 seconds and 4 git commands to generate.