source: projects/specs/trunk/x/xfce4-taskmanager/xfce4-taskmanager-vl.spec @ 6284

Revision 6284, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

Line 
1Name:           xfce4-taskmanager
2Summary:        Task Manager for Xfce
3Summary(ja):    Xfce のタスクマネージャー
4Version:        1.0.0
5Release:        1%{?_dist_release}
6
7# xfce4-settings-helper is GPLv2 only.
8License:        GPLv2+ and GPLv2
9Group:          User Interface/Desktops
10URL:            http://goodies.xfce.org/projects/applications/xfce4-taskmanager
11
12Source0:        http://archive.xfce.org/src/apps/%{name}/1.0/%{name}-%{version}.tar.bz2
13
14BuildRoot:     %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires: desktop-file-utils
17BuildRequires: gtk2-devel >= 2.12.0
18BuildRequires: cairo-devel >= 1.5
19BuildRequires: libwnck-devel >= 2.0
20
21Requires(post,postun):  desktop-file-utils
22
23Vendor:         Project Vine
24Distribution:   Vine Linux
25Packager:       Takemikaduchi
26
27
28%description
29Task Manager for Xfce.
30
31
32%prep
33%setup -q
34
35%build
36%configure --disable-static
37make %{?_smp_mflags}
38
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43
44desktop-file-install \
45        --add-category="X-XFCE" \
46        --delete-original \
47        --dir=%{buildroot}%{_datadir}/applications \
48        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-taskmanager.desktop
49
50%find_lang %{name}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55
56%post
57update-desktop-database %{_datadir}/applications &> /dev/null || :
58
59%postun
60update-desktop-database %{_datadir}/applications &> /dev/null || :
61
62
63%files -f %{name}.lang
64%defattr(-,root,root,-)
65%doc AUTHORS ChangeLog NEWS TODO COPYING
66%{_bindir}/xfce4-taskmanager
67%{_datadir}/applications/xfce4-taskmanager.desktop
68
69%changelog
70* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.9-1
71- initial build for Vine Linux
72
Note: See TracBrowser for help on using the repository browser.