nautilus-ideviceinfo-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Summary: Nautilus iDeviceInfo
  2. Name: nautilus-ideviceinfo
  3. Version: 0.1.0
  4. Release: 3%{?_dist_release}
  5. URL: http://www.libimobiledevice.org/
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. Source: %{name}-%{version}.tar.bz2
  9. # patch from ubuntu
  10. Patch0: 01-gtk3-migration.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: libimobiledevice-devel
  13. BuildRequires: libplist-devel
  14. BuildRequires: nautilus-devel
  15. BuildRequires: libgpod-devel >= 0.7.93
  16. Requires: nautilus
  17. %description
  18. Nautilus-iDeviceInfo is a nautilus extension showing extended device
  19. information in the nautilus properties dialog. It shows details like
  20. serial number, software version, baseband/modem firmware version, and
  21. storage usage (with nice eye candy).
  22. %prep
  23. %setup -q
  24. %patch0 -p1
  25. %build
  26. autoreconf -if
  27. %configure
  28. %__make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. %__make DESTDIR=$RPM_BUILD_ROOT install
  32. rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-3.0/*.{l,}a
  33. %find_lang %{name}
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files -f %{name}.lang
  37. %defattr (-, root, root)
  38. %doc AUTHORS COPYING NEWS README
  39. %{_libdir}/nautilus/extensions-3.0/*.so
  40. %{_libdir}/nautilus/extensions-3.0/*.ui
  41. %changelog
  42. * Wed Nov 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-3
  43. - rebuild with VineSeed environment
  44. * Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-2
  45. - rebuild with VineSeed environment
  46. - add Patch0 (01-gtk3-migration.patch) from ubuntu
  47. * Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-1
  48. - initial build