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