appdata-tools-vl.spec 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Summary: A subset of AppStream
  2. Summary(ja): AppStream のサブセット
  3. Name: appdata-tools
  4. Version: 0.1.7
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: User Interface/Desktops
  8. URL: http://people.freedesktop.org/~hughsient/appdata/
  9. Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.14.0
  12. BuildRequires: libsoup-devel
  13. BuildRequires: gdk-pixbuf2-devel
  14. BuildRequires: python-lxml
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Takemikaduchi
  18. %description
  19. %{summary}
  20. %prep
  21. %setup -q
  22. %build
  23. %configure
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make install DESTDIR=$RPM_BUILD_ROOT
  28. %find_lang %{name} --all-name --with-gnome
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files -f %{name}.lang
  32. %defattr(-,root,root,-)
  33. %{_bindir}/appdata-validate
  34. %{_datadir}/aclocal/appdata-xml.m4
  35. %{_datadir}/appdata/schema/
  36. %{_datadir}/emacs/site-lisp/site-start.d/appdata-rng-init.el
  37. %changelog
  38. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.7-1
  39. - initial build