nautilus-ideviceinfo-vl.spec 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Summary: Nautilus iDeviceInfo
  2. Name: nautilus-ideviceinfo
  3. Version: 0.1.0
  4. Release: 1%{?_dist_release}
  5. URL: http://www.libimobiledevice.org/
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. Source: %{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: libimobiledevice-devel
  11. BuildRequires: libplist-devel
  12. BuildRequires: nautilus-devel
  13. BuildRequires: libgpod-devel >= 0.7.93
  14. Requires: nautilus
  15. %description
  16. Nautilus-iDeviceInfo is a nautilus extension showing extended device
  17. information in the nautilus properties dialog. It shows details like
  18. serial number, software version, baseband/modem firmware version, and
  19. storage usage (with nice eye candy).
  20. %prep
  21. %setup -q
  22. %build
  23. export CFLAGS="$RPM_OPT_FLAGS"
  24. %configure
  25. %__make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %__make DESTDIR=$RPM_BUILD_ROOT install
  29. rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.{l,}a
  30. %find_lang %{name}
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files -f %{name}.lang
  34. %defattr (-, root, root)
  35. %doc AUTHORS COPYING NEWS README
  36. %{_libdir}/nautilus/extensions-2.0/*.so
  37. %{_libdir}/nautilus/extensions-2.0/*.ui
  38. %changelog
  39. * Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-1
  40. - initial build