]> git.pld-linux.org Git - packages/gksu.git/blame - gksu.spec
- converted to UTF-8
[packages/gksu.git] / gksu.spec
CommitLineData
e90e3641 1Summary: GKsu is a GTK+ frontend to the su program
33dee37e 2Summary(pl.UTF-8): GKsu to nakładka graficzna na program su
e90e3641 3Name: gksu
2b733fca 4Version: 1.2.2
6b5d90a7 5Release: 1
e90e3641 6License: GPL
7Vendor: Gustavo Noronha Silva <kov@debian.org>
8Group: Applications/System
972afcf6 9Source0: http://people.debian.org/~kov/gksu/gksu/%{name}-%{version}.tar.gz
2b733fca 10# Source0-md5: 564504badbd41fbe554a8133d07b5e94
e90e3641 11URL: http://www.nongnu.org/gksu/
f86402d8 12BuildRequires: autoconf >= 2.57
d6c160f7 13BuildRequires: automake
f86402d8 14BuildRequires: libgksu-devel >= 1.2.3
15BuildRequires: libgksuui-devel >= 1.0
bc893c9f 16BuildRequires: gtk+2-devel >= 2:2.2
d6c160f7 17BuildRequires: gtk-doc >= 1.0
18BuildRequires: libtool
f45ea339 19Requires: /bin/su
f86402d8 20Obsoletes: gksu-devel
21Obsoletes: gksu-static
e90e3641 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25GKsu is a GTK+ frontend to the su program.
26
33dee37e
JR
27%description -l pl.UTF-8
28GKsu to graficzna nakładka na program su.
e90e3641 29
30%prep
31%setup -q
32
33%build
d6c160f7 34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__automake}
38%configure \
39 --enable-gtk-doc \
40 --with-html-dir=%{_gtkdocdir}
e90e3641 41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
e90e3641 46
876a6429 47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
e90e3641 49
e90e3641 50%find_lang %{name}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files -f %{name}.lang
56%defattr(644,root,root,755)
d6c160f7 57%doc AUTHORS ChangeLog README TODO
e90e3641 58%attr(755,root,root) %{_bindir}/*
f77a17bf 59%{_desktopdir}/*.desktop
e90e3641 60%{_mandir}/man1/*
61%{_pixmapsdir}/*
This page took 0.043642 seconds and 4 git commands to generate.