]> git.pld-linux.org Git - packages/finder_applet.git/blame - finder_applet.spec
- removed two lines with define
[packages/finder_applet.git] / finder_applet.spec
CommitLineData
90f6720e
JB
1Summary: MacOS Finder like applet menu for GNOME
2Summary(pl): Aplet menu GNOME podobny do Findera z MacOS
d9b98b33 3Name: finder_applet
fad8f1c8 4Version: 0.4.1
90f6720e 5Release: 1
d9b98b33
MP
6License: GPL
7Group: X11/Applications
27c2ee79 8Source0: http://students.washington.edu/mpalczew/%{name}/%{name}-%{version}.tar.gz
a943b232 9BuildRequires: gdk-pixbuf-devel
10BuildRequires: gnome-core-devel
11BuildRequires: gnome-libs-devel
12BuildRequires: gtk+-devel
d9b98b33
MP
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
c9c47b0f 15
16%description
d9b98b33 17This is a MacOS Finder like applet menu for GNOME.
c9c47b0f 18
90f6720e
JB
19%description -l pl
20To jest aplet menu GNOME podobny do Findera z MacOS.
21
c9c47b0f 22%prep
23%setup -q
24%build
d9b98b33 25./configure --prefix=/usr --sysconfdir=%{_sysconfdir}
363b3b8c 26%{__make}
c9c47b0f 27
28%install
29rm -rf $RPM_BUILD_ROOT
d9b98b33 30install -d $RPM_BUILD_ROOT%{_bindir}
90f6720e 31install -d $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers
d9b98b33
MP
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
90f6720e
JB
39%clean
40rm -rf $RPM_BUILD_ROOT
41
c9c47b0f 42%files
d9b98b33 43%defattr(644,root,root,755)
ad4647b9 44%doc README TODO
c9c47b0f 45
d9b98b33
MP
46%attr(755,root,root) %{_bindir}/finder_applet
47%{_datadir}/applets/Utility/finder_applet.desktop
48%{_sysconfdir}/CORBA/servers/finder_applet.gnorba
This page took 0.078156 seconds and 4 git commands to generate.