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

RevLine 
[521]1Name: eiciel
[6424]2Version: 0.9.8.1
[521]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
[6424]7License: LGPL2+
[521]8URL: http://rofi.roger-ferrer.org/eiciel/
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
[6424]10BuildRequires: gcc-c++ pkgconfig libacl-devel gtkmm3-devel libgnome-devel
11BuildRequires: nautilus-devel
[521]12
[6424]13Patch0: eiciel-0.9.8.1-no-such-file.patch
14
[521]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
[6424]22%patch0 -p1
[521]23
24%build
25%configure
26
27make %{?_smp_mflags}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31make DESTDIR=$RPM_BUILD_ROOT install
32
[6424]33rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
34rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.a
[521]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}/*
[6424]46%{_libdir}/nautilus/extensions-3.0/*.so
[521]47%{_datadir}/applications/*
48%{_datadir}/eiciel/img/*
49%{_datadir}/gnome/help/eiciel/C/*
50%{_datadir}/locale/*
51%{_mandir}/man1/*
52
53%changelog
[6424]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
[521]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.