]> git.pld-linux.org Git - packages/gobby.git/blob - gobby.spec
- pl
[packages/gobby.git] / gobby.spec
1 Summary:        Gobby network editor
2 Summary(pl):    Edytor sieciowy Gobby
3 Name:           gobby
4 Version:        0.1.1
5 Release:        1
6 License:        BSD
7 Group:          Applications/Editors
8 Source0:        http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz
9 # Source0-md5:  d4432093ca10582b6a01dd069ea2322d
10 URL:            http://gobby.0x539.de/
11 BuildRequires:  gtk+2-devel >= 2.0.0
12 BuildRequires:  net6-devel
13 BuildRequires:  obby-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 gobby network editor.
18
19 %description -l pl
20 Edytor sieciowy Gobby.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %find_lang %{name}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files -f %{name}.lang
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
This page took 0.029683 seconds and 4 git commands to generate.