]> git.pld-linux.org Git - packages/eiciel.git/blame - eiciel.spec
- updated gettext BR
[packages/eiciel.git] / eiciel.spec
CommitLineData
426aafc5
AG
1Summary: Graphical access control list (ACL) editor
2Summary(pl.UTF-8): Graficzny edytor list kontroli dostępu (ACL)
3Name: eiciel
e20d4bc5 4Version: 0.9.8.1
426aafc5
AG
5Release: 1
6License: GPL v2+
7Group: Applications/System
e20d4bc5
ER
8Source0: http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
9# Source0-md5: 2c9c459f0604ce03ec49bb425cc42681
426aafc5
AG
10Source1: %{name}-pl.po
11Patch0: %{name}-pl.po.patch
e20d4bc5 12URL: http://rofi.roger-ferrer.org/eiciel/
426aafc5
AG
13BuildRequires: acl-devel
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: desktop-file-utils
e0d5e47e 17BuildRequires: gettext-tools
426aafc5 18BuildRequires: glitz-devel
e20d4bc5 19BuildRequires: gtkmm3-devel
426aafc5 20BuildRequires: libtool
e20d4bc5 21BuildRequires: nautilus-devel >= 3.0
426aafc5
AG
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
e20d4bc5 24%define ext_dir %(pkg-config --variable=extensiondir libnautilus-extension)
426aafc5
AG
25
26%description
27Graphical editor for access control lists (ACL) and extended
28attributes (XATTR), either as an extension within Nautilus, or as a
29standalone utility.
30
31%description -l pl.UTF-8
32eiciel to graficzny edytor list kontroli dostępu (ACL) i rozszerzonych
33atrybutów (XATTR), działający jako rozszerzenie Nautilus lub
34samodzielne narzędzie.
35
36%prep
37%setup -q
38%patch0 -p1
e20d4bc5 39cp -p %{SOURCE1} po/pl.po
426aafc5
AG
40
41%build
42%{__gettextize}
43%{__libtoolize}
44%{__aclocal}
45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure \
e20d4bc5 49 --disable-static
426aafc5
AG
50
51%{__make}
52rm po/*.gmo
e20d4bc5 53%{__make} -C po update-gmo
426aafc5
AG
54
55%install
56rm -rf $RPM_BUILD_ROOT
426aafc5
AG
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
e20d4bc5
ER
60%{__rm} $RPM_BUILD_ROOT%{ext_dir}/*.la
61
426aafc5
AG
62%find_lang %{name}
63
64%clean
65rm -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}*
This page took 0.073212 seconds and 4 git commands to generate.