]> git.pld-linux.org Git - SPECS.git/blob - pureadmin.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pureadmin.spec
1 Summary:        Tool for management PureFTPd
2 Summary(pl.UTF-8):      Narzędzie do zarządzania PureFTPd
3 Name:           pureadmin
4 Version:        0.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/purify/%{name}-%{version}.tar.gz
9 # Source0-md5:  f7dc9fc7163b957bbcec1d4b2eec196d
10 URL:            http://purify.sourceforge.net/
11 BuildRequires:  fam-devel
12 BuildRequires:  gettext-tools
13 BuildRequires:  gtk+2-devel >= 1:2.0.0
14 BuildRequires:  libglade2-devel
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 PureAdmin is a graphical tool used to make the management of PureFTPd
20 a little easier. It uses the GTK+2.x widgets for its GUI and thus are
21 not dependent on a specific desktop environment such as GNOME or KDE.
22 It is, however, designed with the GNOME Human Interface Guidelines in
23 mind so it should integrate nicely with at least GNOME.
24
25 %description -l pl.UTF-8
26 PureAdmin jest graficznym narzędziem do zarządzania serwerem PureFTPd.
27 Używa widgetów GTK+2, dzięki czemu nie jest zależne od konkretnego
28 środowiska, jak GNOME czy KDE. Jest jednak zaprojektowane zgodnie z
29 zaleceniami GNOME Human Interface Guidelines, aby ładnie integrowało
30 się przynajmniej z GNOME.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_desktopdir}
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/pureadmin
56 %{_desktopdir}/pureadmin.desktop
57 %{_pixmapsdir}/pureadmin.png
This page took 0.059562 seconds and 3 git commands to generate.