vine-notify-update-vl.spec 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Name: vine-notify-update
  2. Summary: Vine Linux Update Notifier
  3. Summary(ja): Vine Linux 更新通知
  4. Version: 0.9.0
  5. Release: 1%{?_dist_release}
  6. Group: Applications/System
  7. License: GPLv2
  8. Source0: vine-notify-update-%{version}.tar.xz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildRequires: vala libnotify-devel gtk3-devel
  11. %description
  12. This application notifies package-updates to desktop users.
  13. %description -l ja
  14.  デスクトップユーザにパッケージ更新を通知するアプリケーションです。
  15. %prep
  16. %setup -n vine-notify-update
  17. %build
  18. %configure
  19. make %{?_smp_mflags}
  20. %install
  21. %makeinstall
  22. %clean
  23. rm -rf $RPM_BUILD_ROOT
  24. %files
  25. %defattr(-,root,root,-)
  26. %doc AUTHORS ChangeLog COPYING
  27. %config(noreplace) %{_sysconfdir}/apt/apt.conf.d/*
  28. %config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
  29. %{_sysconfdir}/xdg/autostart/*
  30. %{_bindir}/*
  31. %{_datadir}/locale/ja/LC_MESSAGES/*
  32. %{_datadir}/apt/scripts/*
  33. %{_datadir}/pixmaps/*
  34. %{_datadir}/%{name}/*
  35. %changelog
  36. * Sun Sep 6 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.0-1
  37. - fixed some bugs.
  38. * Mon Oct 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3-1
  39. - fixed some bugs.
  40. * Mon Oct 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2-1
  41. - fixed some bugs.
  42. * Mon Oct 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1-1
  43. - initial build.