source: projects/specs/trunk/v/vine-notify-update/vine-notify-update-vl.spec @ 9741

Revision 9741, 1.3 KB checked in by tomop, 9 years ago (diff)

vine-notify-update-0.9.0-1

Line 
1Name: vine-notify-update
2Summary: Vine Linux Update Notifier
3Summary(ja): Vine Linux 更新通知
4Version: 0.9.0
5Release: 1%{?_dist_release}
6Group: Applications/System
7License: GPLv2
8Source0: vine-notify-update-%{version}.tar.xz
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires: 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
23make %{?_smp_mflags}
24
25
26%install
27%makeinstall
28
29%clean
30rm -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.