]> git.pld-linux.org Git - packages/eiciel.git/blob - eiciel.spec
- new
[packages/eiciel.git] / eiciel.spec
1 Summary:        Graphical access control list (ACL) editor
2 Summary(pl.UTF-8):      Graficzny edytor list kontroli dostępu (ACL)
3 Name:           eiciel
4 Version:        0.9.6.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://rofi.pinchito.com/eiciel/download/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9c6231747d0f0a9a932e2fb11c94fa2e
10 Source1:        %{name}-pl.po
11 Patch0:         %{name}-pl.po.patch
12 URL:            http://rofi.pinchito.com/eiciel
13 BuildRequires:  acl-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  desktop-file-utils
17 BuildRequires:  gettext-devel
18 BuildRequires:  glitz-devel
19 BuildRequires:  gtkmm-devel
20 BuildRequires:  libgnomeui-devel
21 BuildRequires:  libtool
22 BuildRequires:  nautilus-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define ext_dir %(eval "pkg-config --variable=extensiondir libnautilus-extension")
26
27 %description
28 Graphical editor for access control lists (ACL) and extended
29 attributes (XATTR), either as an extension within Nautilus, or as a
30 standalone utility.
31
32 %description -l pl.UTF-8
33 eiciel to graficzny edytor list kontroli dostępu (ACL) i rozszerzonych
34 atrybutów (XATTR), działający jako rozszerzenie Nautilus lub
35 samodzielne narzędzie.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 install %{SOURCE1} po/pl.po
41
42 %build
43 %{__gettextize}
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure \
50         --with-nautilus-extensions-dir=%{ext_dir} \
51
52 %{__make}
53 rm po/*.gmo
54 %{__make} -C po/ update-gmo
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %find_lang %{name}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog README
70 %attr(755,root,root) %{_bindir}/%{name}
71 %{_datadir}/%{name}/
72 %{_datadir}/gnome/help/%{name}
73 %{_desktopdir}/*%{name}*
74 %{_mandir}/man1/%{name}*
75 %{ext_dir}/lib%{name}*
76 %exclude %{ext_dir}/*.a
77 %exclude %{ext_dir}/*.la
This page took 0.081477 seconds and 3 git commands to generate.