]> git.pld-linux.org Git - packages/gnome-iconedit.git/blob - gnome-iconedit.spec
- updated gettext BR
[packages/gnome-iconedit.git] / gnome-iconedit.spec
1 Summary:        GNOME Icon Editor
2 Summary(pl.UTF-8):      Edytor ikon dla GNOME
3 Name:           gnome-iconedit
4 Version:        1.0.6
5 Release:        7
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://www.abdn.ac.uk/~u07ih/gnome-iconedit/%{name}-%{version}.tar.gz
9 # Source0-md5:  98c84ce38d93e9f6036074db47ab444b
10 Patch0:         %{name}-gdk_pixbuf.patch
11 Patch1:         %{name}-cleanfiles.patch
12 Patch2:         %{name}-macros.patch
13 Patch3:         %{name}-acfix.patch
14 Patch4:         %{name}-c.patch
15 URL:            http://www.abdn.ac.uk/~u07ih/gnome-iconedit/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  gdk-pixbuf-devel >= 0.7.0
19 BuildRequires:  gettext-tools
20 BuildRequires:  libpng-devel >= 1.0.8
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _sysconfdir     /etc/X11/GNOME
24
25 %description
26 GNOME-Iconedit is a simple icon editor for the GNOME desktop
27 environment. It is not as powerful as the wonderful GIMP, but has
28 enough features to create simple icons or cursors.
29
30 %description -l pl.UTF-8
31 GNOME-Iconedit to prosty edytor ikon dla środowiska GNOME. Nie jest
32 tak potężny jak wspaniały GIMP, ale może wystarczająco dużo by tworzyć
33 proste ikony lub kursory.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39 %patch2 -p1
40 %patch3 -p1
41 %patch4 -p1
42
43 %build
44 %{__gettextize}
45 %{__aclocal} -I %{_aclocaldir}/gnome
46 %{__autoconf}
47 %{__automake}
48 %configure
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         desktopdir=%{_applnkdir}/Graphics
58
59 %find_lang %{name} --with-gnome
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README
67 %attr(755,root,root) %{_bindir}/*
68 %{_sysconfdir}/CORBA/servers/*
69 %{_datadir}/idl/*.idl
70 %{_pixmapsdir}/gnome-iconedit
71 %{_applnkdir}/Graphics/*
This page took 0.056237 seconds and 3 git commands to generate.