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