| Revision 9741,
1.3 KB
checked in by tomop, 11 years ago
(diff) |
|
vine-notify-update-0.9.0-1
|
| Line | |
|---|
| 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 | |
|---|
| 12 | %description |
|---|
| 13 | This application notifies package-updates to desktop users. |
|---|
| 14 | |
|---|
| 15 | %description -l ja |
|---|
| 16 | デスクトップユーザにパッケージ更新を通知するアプリケーションです。 |
|---|
| 17 | |
|---|
| 18 | %prep |
|---|
| 19 | %setup -n vine-notify-update |
|---|
| 20 | |
|---|
| 21 | %build |
|---|
| 22 | %configure |
|---|
| 23 | make %{?_smp_mflags} |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | %install |
|---|
| 27 | %makeinstall |
|---|
| 28 | |
|---|
| 29 | %clean |
|---|
| 30 | rm -rf $RPM_BUILD_ROOT |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | %files |
|---|
| 34 | %defattr(-,root,root,-) |
|---|
| 35 | %doc AUTHORS ChangeLog COPYING |
|---|
| 36 | %config(noreplace) %{_sysconfdir}/apt/apt.conf.d/* |
|---|
| 37 | %config(noreplace) %{_sysconfdir}/dbus-1/system.d/* |
|---|
| 38 | %{_sysconfdir}/xdg/autostart/* |
|---|
| 39 | %{_bindir}/* |
|---|
| 40 | %{_datadir}/locale/ja/LC_MESSAGES/* |
|---|
| 41 | %{_datadir}/apt/scripts/* |
|---|
| 42 | %{_datadir}/pixmaps/* |
|---|
| 43 | %{_datadir}/%{name}/* |
|---|
| 44 | |
|---|
| 45 | %changelog |
|---|
| 46 | * Sun Sep 6 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.0-1 |
|---|
| 47 | - fixed some bugs. |
|---|
| 48 | |
|---|
| 49 | * Mon Oct 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3-1 |
|---|
| 50 | - fixed some bugs. |
|---|
| 51 | |
|---|
| 52 | * Mon Oct 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2-1 |
|---|
| 53 | - fixed some bugs. |
|---|
| 54 | |
|---|
| 55 | * Mon Oct 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1-1 |
|---|
| 56 | - initial build. |
|---|
Note: See
TracBrowser
for help on using the repository browser.