]> git.pld-linux.org Git - SPECS.git/blob - gtksamba.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / gtksamba.spec
1 Summary:        GtkSamba is a GUI tool to configure the SMB file server
2 Summary(pl.UTF-8):      Graficzne narzędzie do konfigurowania serwera plików SMB
3 Name:           gtksamba
4 Version:        0.3.2pl1
5 Release:        3
6 License:        GPL
7 Vendor:         Perry Piplani <coder@open-systems.com>
8 Group:          X11/Applications/Networking
9 URL:            http://www.open-systems.com/gtksamba.html
10 Source0:        ftp://ibiblio.org/pub/Linux/X11/gtkbuffet/apps/gtksamba/%{name}-%{version}.tar.gz
11 # Source0-md5:  bd19a461d455b76764ac143d385d9f23
12 Patch0:         %{name}-smb.conf_path_fix.patch
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel
16 Requires:       samba
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19
20 %description
21 GtkSamba is a GUI tool for the Configuration of the Samba, the SMB
22 file server on X11/Unix. It will read, edit and write /etc/smb.conf,
23 an alternate configuration file, or from a network. It uses the GTK
24 toolkit.
25
26 %description -l pl.UTF-8
27 GtkSamba jest narzędziem GUI służącym do konfiguracji Samby, serwera
28 SMB na systemach uniksowych. Pozwala odczytać, modyfikować i zapisać
29 /etc/smb.conf, alternatywny plik konfiguracyjny lub dane z sieci.
30 Wykorzystuje bibliotekę GTK.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 rm -f missing
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure \
42         --without-gnome
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README TODO ChangeLog
57 %attr(755,root,root) %{_bindir}/gtksamba
This page took 0.44164 seconds and 3 git commands to generate.