]> git.pld-linux.org Git - packages/gksu.git/blob - gksu.spec
6efdd8cce9a46056599b1946a3d26edfb3526715
[packages/gksu.git] / gksu.spec
1 Summary:        GKsu is a GTK+ frontend to the su program
2 Summary(pl):    GKsu to nak³adka graficzna na program su
3 Name:           gksu
4 Version:        0.9.9
5 Release:        0.1
6 License:        GPL
7 Vendor:         Gustavo Noronha Silva <kov@debian.org>
8 Group:          Applications/System
9 Source0:        http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
10 URL:            http://www.nongnu.org/gksu/
11 Requires:       coreutils
12 BuildRequires:  gtk+2-devel >= 2.2
13 BuildRequires:  gdk-pixbuf-devel >= 0.22
14 BuildRequires:  pango-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 GKsu is a GTK+ frontend to the su program.
19
20 %description -l pl
21 GKsu to nak³adka graficzna an program su.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_applnkdir}/System
34
35 %{__make} DESTDIR=$RPM_BUILD_ROOT install
36
37 mv $RPM_BUILD_ROOT%{_datadir}/gnome/apps/System/*desktop $RPM_BUILD_ROOT%{_applnkdir}/System
38
39 %find_lang %{name}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %doc AUTHORS NEWS README
47 %attr(755,root,root) %{_bindir}/*
48 %{_applnkdir}/System/*
49 %{_mandir}/man1/*
50 %{_pixmapsdir}/*
This page took 0.125254 seconds and 2 git commands to generate.