source: projects/specs/trunk/x/xfce4-appfinder/xfce4-appfinder-vl.spec @ 521

Revision 521, 2.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Appfinder for the XFce4 Desktop Environment
2Name:           xfce4-appfinder
3Version:        4.6.1
4Release:        1%{?_dist_release}
5License:        GPLv2+
6URL:            http://www.xfce.org/
7Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
8Group:          User Interface/Desktops
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildRequires:  libxfce4util-devel >= 4.6.0
11BuildRequires:  libxfcegui4-devel >= 4.6.0
12BuildRequires:  xfconf-devel >= 4.6.0
13BuildRequires:  Thunar-devel
14
15%description
16xfce-appfinder shows system wide installed applications
17
18%prep
19%setup -q
20
21%build
22%configure
23make
24
25%install
26rm -rf $RPM_BUILD_ROOT
27make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
28%find_lang %{name}
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%post
34touch --no-create %{_datadir}/icons/hicolor
35if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
36  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
37fi
38
39%postun
40touch --no-create %{_datadir}/icons/hicolor
41if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
42  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
43fi
44
45
46%files -f %{name}.lang
47%defattr(-,root,root)
48%doc README TODO ChangeLog NEWS COPYING AUTHORS
49%{_bindir}/*
50%{_datadir}/applications/*.desktop
51%{_datadir}/icons/hicolor/*/apps/*
52#{_datadir}/xfce4/doc/*
53
54
55%changelog
56* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.2-2vl5
57- applied new versioning policy
58
59* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-1vl2
60- new upstream release.
61
62* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-1vl2
63- build for VineSeed
64
65* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-1vl1
66- new upstream version
67
68* Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.3-1vl1
69- new upstream release
70
71* Mon Jun 13 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.2-1vl2
72- new upstream release
73
74* Thu Mar 31 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.1-1vl2
75- new upstream release
76
77* Sun Jan 23 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.0-1vl2
78- initial release for VineSeedPlus
79
Note: See TracBrowser for help on using the repository browser.