eiciel-vl.spec 1.5 KB

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