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