appstream-data-vl.spec 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Summary: AppStream metadata of Vine Linux packages
  2. Summary(ja): Vine LinuxパッケージのAppStreamメタデータ
  3. Name: appstream-data
  4. Version: 7
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPL2
  10. Source0: appstream-main.xml.gz
  11. Source1: appstream-icons-main.tar.gz
  12. Source2: appstream-plus.xml.gz
  13. Source3: appstream-icons-plus.tar.gz
  14. BuildArch: noarch
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. Requires: appstream
  17. BuildRequires: libappstream-glib
  18. %description
  19. This package provides AppStream metadata of Vine Linux packages.
  20. %prep
  21. %setup -n %{name}-%{version} -c -T
  22. %build
  23. %install
  24. %{__rm} -rf %{buildroot}
  25. DESTDIR=%{buildroot} appstream-util install-origin vine-main %{SOURCE0} %{SOURCE1}
  26. DESTDIR=%{buildroot} appstream-util install-origin vine-plus %{SOURCE2} %{SOURCE3}
  27. %clean
  28. %{__rm} -rf %{buildroot}
  29. %files
  30. %defattr(-,root,root)
  31. %dir %{_datadir}/app-info
  32. %dir %{_datadir}/app-info/icons
  33. %dir %{_datadir}/app-info/icons/*
  34. %dir %{_datadir}/app-info/icons/*/*
  35. %{_datadir}/app-info/icons/*/*/*png
  36. %dir %{_datadir}/app-info/xmls
  37. %attr(0644,root,root) %{_datadir}/app-info/xmls/*
  38. %changelog
  39. * Sat Aug 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7-1
  40. - initial build.