]> git.pld-linux.org Git - SPECS.git/blob - qt-doc.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / qt-doc.spec
1
2 %define         _qt_ver         3.0
3 %define         _mirror_date    2002-06-20
4
5 %define         _dir            %{_qt_ver}-%{_mirror_date}
6 %define         _ver            %(echo %{_dir} | sed 's/-/_/g')
7
8 Summary:        Documentation for Qt
9 Summary(pl.UTF-8):      Dokumentacja Qt
10 Name:           qt-doc
11 Version:        %{_ver}
12 Release:        3
13 License:        distributable
14 Group:          Documentation
15 Source0:        %{name}-%{_dir}.tar.bz2
16 # Source0-md5:  2b930686d40f5316e95f90675218cf49
17 BuildRequires:  sed
18 URL:            http://doc.trolltech.com/3.0/
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Package contains mirror of doc.trolltech.com/3.0/ There are various
23 tutorials, APIs and other documents.
24
25 %description -l pl.UTF-8
26 Pakiet zawiera mirror doc.trolltech.com/3.0/ Znajdują się w nim różne
27 tutoriale, opisy API i inne dokumenty.
28
29 %prep
30 %setup -q -n %{name}-%{_dir}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc .
This page took 0.605883 seconds and 3 git commands to generate.