]> git.pld-linux.org Git - packages/finder_applet.git/blame - finder_applet.spec
- fixed BuildRequires
[packages/finder_applet.git] / finder_applet.spec
CommitLineData
d9b98b33
MP
1Summary: A Battery monitor for linuxppc.
2Name: finder_applet
fad8f1c8 3Version: 0.4.1
d9b98b33
MP
4Release: 0
5License: GPL
6Group: X11/Applications
7Group(de): X11/Applikationen
8Group(pl): X11/Aplikacje
9Source0: http://students.washington.edu/mpalczew/%{name}-%{version}.tar.gz
a943b232 10BuildRequires: gdk-pixbuf-devel
11BuildRequires: gnome-core-devel
12BuildRequires: gnome-libs-devel
13BuildRequires: gtk+-devel
d9b98b33
MP
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _prefix /usr/X11R6
17%define _mandir %{_prefix}/man
c9c47b0f 18
19%description
d9b98b33 20This is a MacOS Finder like applet menu for GNOME.
c9c47b0f 21
22%prep
23%setup -q
24%build
d9b98b33
MP
25./configure --prefix=/usr --sysconfdir=%{_sysconfdir}
26%{__make}
c9c47b0f 27
28%install
29rm -rf $RPM_BUILD_ROOT
d9b98b33
MP
30install -d $RPM_BUILD_ROOT%{_bindir}
31install -d $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers/
32install -d $RPM_BUILD_ROOT%{_datadir}/applets/Utility
33install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/finder_applet
c9c47b0f 34
d9b98b33
MP
35install src/finder_applet $RPM_BUILD_ROOT%{_bindir}
36install support/finder_applet.desktop $RPM_BUILD_ROOT%{_datadir}/applets/Utility
37install support/finder_applet.gnorba $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers
c9c47b0f 38
39%files
d9b98b33 40%defattr(644,root,root,755)
c9c47b0f 41%doc README TODO COPYING
42
d9b98b33
MP
43%attr(755,root,root) %{_bindir}/finder_applet
44%{_datadir}/applets/Utility/finder_applet.desktop
45%{_sysconfdir}/CORBA/servers/finder_applet.gnorba
46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
This page took 0.053054 seconds and 4 git commands to generate.