source: projects/specs/trunk/e/eiciel/eiciel-vl.spec @ 521

Revision 521, 1.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: eiciel
2Version: 0.9.6.1
3Summary: Eiciel - GNOME File ACL editor
4Source: http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
5Release: 1%{?_dist_release}
6Group: Applications/System
7License: LGPL
8URL: http://rofi.roger-ferrer.org/eiciel/
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildPrereq: gcc-c++ pkgconfig libacl-devel gtkmm2-devel libgnome-devel
11BuildPrereq: libgnomeui-devel
12
13%description
14Eiciel allows you to visually edit file ACL entries. You can add
15and remove users and groups who will be granted permissions through
16the graphical interface.
17
18%prep
19%setup -q
20
21%build
22%configure
23
24make %{?_smp_mflags}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28make DESTDIR=$RPM_BUILD_ROOT install
29
30rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
31rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.a
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%post -p /sbin/ldconfig
37
38%postun -p /sbin/ldconfig
39
40%files
41%defattr(-,root,root)
42%{_bindir}/*
43%{_libdir}/nautilus/extensions-2.0/*.so
44%{_datadir}/applications/*
45%{_datadir}/eiciel/img/*
46%{_datadir}/gnome/help/eiciel/C/*
47%{_datadir}/locale/*
48%{_mandir}/man1/*
49
50%changelog
51* Wed Jun 18 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.6.1-1
52- initial release
Note: See TracBrowser for help on using the repository browser.