]> git.pld-linux.org Git - projects/template-specs.git/blame_incremental - kdepackage.spec
- updated ghc package file list
[projects/template-specs.git] / kdepackage.spec
... / ...
CommitLineData
1Summary: -
2Summary(pl.UTF-8): -
3Name: -
4Version: -
5Release: 0.1
6License: CHECK FIRST!
7Group: X11/Applications/...
8Source0: %{name}
9# Source0-md5: -
10URL: -
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: kdelibs-devel >= 9:3.2.0
14BuildRequires: rpmbuild(macros) >= 1.129
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18
19%description -l pl.UTF-8
20
21%prep
22%setup -q
23
24%build
25# update config.sub for amd64
26cp -f /usr/share/automake/config.sub admin
27# or rebuild auto*
28%{__make} -f admin/Makefile.common cvs
29%configure \
30%if "%{_lib}" == "lib64"
31 --enable-libsuffix=64 \
32%endif
33 --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
34 --with-qt-libraries=%{_libdir}
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT \
43 kde_htmldir=%{_kdedocdir} \
44 kde_libs_htmldir=%{_kdedocdir} \
45 kdelnkdir=%{_desktopdir} \
46
47%find_lang %{name} --with-kde
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files -f %{name}.lang
53%defattr(644,root,root,755)
54%attr(755,root,root) %{_bindir}/*
55%{_pixmapsdir}/*
56%{_desktopdir}/*.desktop
57%{_iconsdir}/*/*/apps/%{name}.png
58%{_datadir}/mimelnk/application/*
59%{_datadir}/apps/%{name}
This page took 0.082429 seconds and 4 git commands to generate.