source: projects/specs/branches/6/e/eiciel/eiciel-vl.spec @ 6364

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

rebuild or update packages

RevLine 
[521]1Name: eiciel
[6364]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
[6364]7License: LGPL2+
[521]8URL: http://rofi.roger-ferrer.org/eiciel/
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
[6364]10BuildRequires: gcc-c++ pkgconfig libacl-devel gtkmm2-devel libgnome-devel
11BuildRequires: nautilus-devel
[521]12
[6364]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
[6364]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
33rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
34rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.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-2.0/*.so
47%{_datadir}/applications/*
48%{_datadir}/eiciel/img/*
49%{_datadir}/gnome/help/eiciel/C/*
50%{_datadir}/locale/*
51%{_mandir}/man1/*
52
53%changelog
[6364]54* Sun Jun 17 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- remove BuildRequires: libgnomeui-devel
58- add Patch0 (eiciel-0.9.8.1-no-such-file.patch)
59
[521]60* Wed Jun 18 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.6.1-1
61- initial release
Note: See TracBrowser for help on using the repository browser.