forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicon-slicer.spec
45 lines (34 loc) · 1019 Bytes
/
icon-slicer.spec
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
Name: icon-slicer
Version: 0.3
Release: alt2.qa1
Summary: Utility for icon theme generation
License: MIT
Group: Development/Tools
Url: http://www.freedesktop.org/software/icon-slicer/
Packager: Sugar Development Team <[email protected]>
Source: http://www.freedesktop.org/software/icon-slicer/releases/icon-slicer-0.3.tar.gz
Patch: icon-slicer-0.3-sugar-297.patch
BuildPreReq: pkg-config
BuildPreReq: xcursorgen
BuildPreReq: libgtk+2-devel
BuildPreReq: libpopt-devel
%description
Utility for generating icon themes and libXcursor cursor themes.
%prep
%setup -v
%patch -p1
%build
%configure
%make_build
%install
%make_install DESTDIR=%buildroot install
%files
%_bindir/%name
%doc AUTHORS ChangeLog README TODO
%changelog
* Wed Apr 17 2013 Dmitry V. Levin (QA) <[email protected]> 0.3-alt2.qa1
- NMU: rebuilt for debuginfo.
* Sat May 09 2009 Aleksey Lim <[email protected]> 0.3-alt2
- fix SL#297
* Sun Nov 16 2008 Aleksey Lim <[email protected]> 0.3-alt1
- first build for ALT Linux Sisyphus