View | Details | Raw Unified | Return to bug 8620
Collapse All | Expand All

(-)./kiso.spec.orig (-8 / +30 lines)
Lines 1-26 Link Here
1
Name: kiso
1
Name: kiso
2
Version: 0.8.2c
2
Version: 0.8.2c
3
Release: alt1
3
Release: alt1.1
4
4
5
Summary: A graphical frontend to create, extract an manipulate CD-Images
5
Summary: A graphical frontend to create, extract and manipulate CD-Images
6
License: GPL
6
License: GPL
7
Group: Archiving/Cd burning
7
Group: Archiving/Cd burning
8
Url: http://kiso.sourceforge.net
8
Url: http://kiso.sourceforge.net/
9
Packager: Andrey Semenov <mitrofan@altlinux.ru>
9
Packager: Andrey Semenov <mitrofan@altlinux.ru>
10
10
11
Source: %name-%version.tar.bz2
11
Source: http://dl.sourceforge.net/sourceforge/%name/%name-%version.tar.bz2
12
13
Requires: mkisofs
14
15
BuildRequires: kdelibs-devel >= 3.2.0
16
17
# Automatically added by buildreq on Sat Dec 10 2005
18
BuildRequires: fontconfig freetype2 gcc-c++ kde-settings kdelibs-devel libarts-devel libcdio-devel libjpeg-devel libpng-devel libqt3-devel libqt3-settings libstdc++-devel xml-utils xorg-x11-devel zlib-devel
12
19
13
%description
20
%description
14
KISO is a graphical frontend for KDE 3 to create,
21
KISO is a graphical frontend for KDE 3 to create,
15
extract an manipulate CD-Images.
22
extract and manipulate CD-Images.
16
23
17
%prep
24
%prep
18
%setup -q -n %name-0.8.2
25
%setup -q -n %name-0.8.2
19
%__subst 's,\.la,\.so,' configure
20
26
21
%build
27
%build
28
# remake the GNU Build System files
29
/bin/sh admin/cvs.sh dist
30
31
%__subst s,"\.la","\.so", configure
22
%configure --disable-rpath
32
%configure --disable-rpath
23
%__subst 's,\.la,\.so,' configure
24
%make_build
33
%make_build
25
34
26
%install
35
%install
Lines 28-33 Link Here
28
37
29
%find_lang %name
38
%find_lang %name
30
39
40
# make menu entry
41
%__mkdir -p %Kb_menudir
42
%Kd2m %name "Applications/Archiving/Cd burning" %buildroot%_datadir/applnk/Utilities/%name.desktop %Kb_menudir/%name x11
43
31
%post
44
%post
32
%update_menus
45
%update_menus
33
46
Lines 39-49 Link Here
39
%_datadir/apps/%name
52
%_datadir/apps/%name
40
%_datadir/applnk/Utilities/%name.desktop
53
%_datadir/applnk/Utilities/%name.desktop
41
%_iconsdir/hicolor/??x??/apps/%name.png
54
%_iconsdir/hicolor/??x??/apps/%name.png
42
%_docdir/HTML/en/%name
55
%_docdir/HTML/*/%name
43
%_datadir/apps/konqueror/servicemenus/*
56
%_datadir/apps/konqueror/servicemenus/*
44
%_datadir/mimelnk/application/*
57
%_datadir/mimelnk/application/*
58
%_menudir/%name
45
59
46
%changelog
60
%changelog
61
* Sat Dec 10 2005 Andrei Bulava <abulava@altlinux.ru> 0.8.2c-alt1.1
62
- major spec fixes:
63
  + run buildreq
64
  + fixed build in hasher (issues after %%__subst s,"\.la","\.so", configure)
65
  + added menu entry for non-freedesktop environments
66
  + added reasonable Requires
67
- various minor spec fixes (Url, Source URL, typos)
68
47
* Wed Jul 27 2005 Andrey Semenov <mitrofan@altlinux.ru> 0.8.2c-alt1
69
* Wed Jul 27 2005 Andrey Semenov <mitrofan@altlinux.ru> 0.8.2c-alt1
48
- 0.8.2c
70
- 0.8.2c
49
71

Return to bug 8620