File: gnome-iconedit.spec

package info (click to toggle)
gnome-iconedit 1.2.0-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,340 kB
  • ctags: 990
  • sloc: ansic: 10,364; sh: 2,643; makefile: 341; sed: 93
file content (65 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
%define nam gnome-iconedit
%define ver 1.2.0
%define rel 1

%define prefix		/usr
%define sysconfdir	/etc

Summary: GNOME Icon Editor
Name:		%nam
Version:	%ver
Release:	%rel
Copyright:	GPL
Group:		X11/Graphics
Source:		http://www.abdn.ac.uk/~u07ih/%{nam}/%{nam}-%{ver}.tar.gz
URL:		http://www.abdn.ac.uk/~u07ih/%{nam}/
BuildRoot:	/tmp/%{nam}
Docdir:		%{prefix}/doc

%description
GNOME Icon Editor

GNOME-Iconedit is a simple icon editor for the GNOME desktop environment. It is not as powerful as
the wonderful GIMP, but has enough features to create simple icons or cursors.

%changelog

* Tue Feb 15 2000  Jacob Berkman  <jacob@helixcode.com>

- moved to .spec.in, added CORBA support

* Mon Jan 24 2000 Chris Chabot <chabotc@reviewboard.com>

- Initial packaging for RPMs

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --sysconfdir=%sysconfdir

if [ "$SMP" != "" ]; then
  (make "MAKE=make -k -j $SMP"; exit 0)
  make
else
  make
fi

%install
rm -rf $RPM_BUILD_ROOT

make prefix=$RPM_BUILD_ROOT%{prefix}	\
	sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)

%doc AUTHORS COPYING ChangeLog NEWS README
%{prefix}/bin/*
%{prefix}/share/gnome/*
%{prefix}/share/pixmaps/gnome-iconedit
%{prefix}/share/locale/*
%{sysconfdir}/CORBA/servers/*