]> git.pld-linux.org Git - packages/finder_applet.git/blame - finder_applet.spec
- adapterized.
[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
15%define _prefix /usr/X11R6
16%define _mandir %{_prefix}/man
c9c47b0f 17
18%description
d9b98b33 19This is a MacOS Finder like applet menu for GNOME.
c9c47b0f 20
90f6720e
JB
21%description -l pl
22To jest aplet menu GNOME podobny do Findera z MacOS.
23
c9c47b0f 24%prep
25%setup -q
26%build
d9b98b33 27./configure --prefix=/usr --sysconfdir=%{_sysconfdir}
363b3b8c 28%{__make}
c9c47b0f 29
30%install
31rm -rf $RPM_BUILD_ROOT
d9b98b33 32install -d $RPM_BUILD_ROOT%{_bindir}
90f6720e 33install -d $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers
d9b98b33
MP
34install -d $RPM_BUILD_ROOT%{_datadir}/applets/Utility
35install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/finder_applet
c9c47b0f 36
d9b98b33
MP
37install src/finder_applet $RPM_BUILD_ROOT%{_bindir}
38install support/finder_applet.desktop $RPM_BUILD_ROOT%{_datadir}/applets/Utility
39install support/finder_applet.gnorba $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers
c9c47b0f 40
90f6720e
JB
41gzip -9nf README TODO
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
c9c47b0f 46%files
d9b98b33 47%defattr(644,root,root,755)
90f6720e 48%doc README.gz TODO.gz
c9c47b0f 49
d9b98b33
MP
50%attr(755,root,root) %{_bindir}/finder_applet
51%{_datadir}/applets/Utility/finder_applet.desktop
52%{_sysconfdir}/CORBA/servers/finder_applet.gnorba
This page took 0.057494 seconds and 4 git commands to generate.