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