source: projects/specs/trunk/k/kdeaddons/kdeaddons-vl.spec @ 636

Revision 636, 3.9 KB checked in by inagaki, 14 years ago (diff)

updated: KDE 3 stuffs

Line 
1%define beta 0
2
3# Compile only atlantikdesigner
4%define donotcompilelist doc kaddressbook-plugins kate kfile-plugins kicker-applets knewsticker-scripts konq-plugins ksig noatun-plugins renamedlgplugins
5
6Name: kdeaddons
7Summary: K Desktop Environment - Plugins
8Summary(ja): K デスクトップ環境 3 - プラグイン
9Version: 3.5.10
10%if %{beta}
11Release: 1%{beta}%{?_dist_release}
12%else
13Release: 1%{?_dist_release}
14%endif
15%if %{beta}
16Source: ftp://ftp.kde.org/pub/kde/unstable/%{version}-%{beta}/src/%{name}-%{version}-%{beta}.tar.bz2
17%else
18Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
19%endif
20URL: http://www.kde.org/
21Group: Applications/Other
22License: GPL
23
24BuildRoot: %{_tmppath}/%{name}-%{version}-root
25BuildRequires: kdelibs3-devel >= %{version}
26BuildRequires: kdegames3-devel >= %{version}
27BuildRequires: libxml2-devel >= 2.6.0
28BuildRequires: libxslt-devel >= 1.0.18
29BuildRequires: zlib-devel libjpeg-devel libpng-devel gettext
30Requires: kdelibs3 >= %{version}
31Requires: kdegames3 >= %{version}
32
33%description
34Plugins for some KDE applications.
35This package only includes a game board designer for Atlantik.
36
37%prep
38%setup -q
39sed -i -e 's/-lkdegames//g' atlantikdesigner/designer/Makefile.in
40
41%build
42unset QTDIR || : ; . /etc/profile.d/qt.sh
43export DO_NOT_COMPILE="%{donotcompilelist}"
44
45%configure \
46    --with-qt-libraries=$QTDIR/lib \
47    --includedir=%{_includedir}/kde \
48    --disable-rpath \
49    --enable-new-ldflags \
50    --disable-debug --disable-warnings \
51    --disable-dependency-tracking --enable-final
52
53make %{?_smp_mflags}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58export DO_NOT_COMPILE="%{donotcompilelist}"
59make DESTDIR=$RPM_BUILD_ROOT install
60
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65#post -p /sbin/ldconfig
66
67#postun -p /sbin/ldconfig
68
69%files
70%defattr(-,root,root)
71%doc README COPYING-DOCS atlantikdesigner/TODO
72%{_bindir}/atlantikdesigner
73%{_datadir}/apps/atlantikdesigner/
74%{_datadir}/icons/hicolor/*/*/atlantikdesigner*
75%{_datadir}/applications/kde/atlantikdesigner.desktop
76
77%changelog
78* Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.10-1
79- updated to 3.5.10, only including atlantikdesigner
80- built with new toolchain
81
82* Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
83- applied new versioning policy
84- added BR: kdebase-devel
85- changed Group to Applications/Other
86
87* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
88- rebuild for VineSeed
89
90* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
91- new upstream release
92
93* Tue Aug 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
94- rebuild with flac-1.2.0
95
96* Wed Jul  4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
97- rebuild for VineSeed
98
99* Sat Jun 30 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
100- new upstream release
101
102* Sun Oct 22 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
103- added --with-qt-libraries and --enable-libsuffix option
104
105* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
106- rebuild for VineSeed
107
108* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
109- new upstream release
110
111* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
112- rebuild for VineSeed
113
114* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
115- new upstream release
116
117* Fri Jun  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
118- rebuild for VineSeed
119
120* Fri Jun  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
121- new upstream release
122
123* Thu Mar 23 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
124- rebuild for VineSeed
125
126* Thu Mar 23 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
127- new upstream release
128
129* Thu Dec  8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
130- rebuild for VineSeed
131
132* Thu Nov 24 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
133- new upstream release
134
135* Tue Nov 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
136- initial release for VineSeed
Note: See TracBrowser for help on using the repository browser.