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

Revision 6424, 1.5 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name: eiciel
2Version: 0.9.8.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: LGPL2+
8URL: http://rofi.roger-ferrer.org/eiciel/
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: gcc-c++ pkgconfig libacl-devel gtkmm3-devel libgnome-devel
11BuildRequires: nautilus-devel
12
13Patch0: eiciel-0.9.8.1-no-such-file.patch
14
15%description
16Eiciel allows you to visually edit file ACL entries. You can add
17and remove users and groups who will be granted permissions through
18the graphical interface.
19
20%prep
21%setup -q
22%patch0 -p1
23
24%build
25%configure
26
27make %{?_smp_mflags}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31make DESTDIR=$RPM_BUILD_ROOT install
32
33rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
34rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.a
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%post -p /sbin/ldconfig
40
41%postun -p /sbin/ldconfig
42
43%files
44%defattr(-,root,root)
45%{_bindir}/*
46%{_libdir}/nautilus/extensions-3.0/*.so
47%{_datadir}/applications/*
48%{_datadir}/eiciel/img/*
49%{_datadir}/gnome/help/eiciel/C/*
50%{_datadir}/locale/*
51%{_mandir}/man1/*
52
53%changelog
54* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.1-1
55- update to 0.9.8.1
56- add BuildRequires: nautilus-devel
57- change BuildRequires: gtkmm3-devel instead of gtkmm2-devel
58- remove BuildRequires: libgnomeui-devel
59- add Patch0 (eiciel-0.9.8.1-no-such-file.patch)
60
61* Wed Jun 18 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.6.1-1
62- initial release
Note: See TracBrowser for help on using the repository browser.