eiciel-vl.spec 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Name: eiciel
  2. Version: 0.9.6.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: LGPL
  8. URL: http://rofi.roger-ferrer.org/eiciel/
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildPrereq: gcc-c++ pkgconfig libacl-devel gtkmm2-devel libgnome-devel
  11. BuildPrereq: libgnomeui-devel
  12. %description
  13. Eiciel allows you to visually edit file ACL entries. You can add
  14. and remove users and groups who will be granted permissions through
  15. the graphical interface.
  16. %prep
  17. %setup -q
  18. %build
  19. %configure
  20. make %{?_smp_mflags}
  21. %install
  22. rm -rf $RPM_BUILD_ROOT
  23. make DESTDIR=$RPM_BUILD_ROOT install
  24. rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
  25. rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.a
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %post -p /sbin/ldconfig
  29. %postun -p /sbin/ldconfig
  30. %files
  31. %defattr(-,root,root)
  32. %{_bindir}/*
  33. %{_libdir}/nautilus/extensions-2.0/*.so
  34. %{_datadir}/applications/*
  35. %{_datadir}/eiciel/img/*
  36. %{_datadir}/gnome/help/eiciel/C/*
  37. %{_datadir}/locale/*
  38. %{_mandir}/man1/*
  39. %changelog
  40. * Wed Jun 18 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.6.1-1
  41. - initial release