]> git.pld-linux.org Git - packages/scribus.git/blob - scribus.spec
- short descriptions, some cleanups
[packages/scribus.git] / scribus.spec
1 Summary:        Scribus - Desktop Publishing for Linux
2 Summary(pl):    Scribus - DTP dla Linuksa
3 Name:           scribus
4 Version:        0.7.3
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://web2.altmuehlnet.de/fschmid/%{name}-%{version}.tar.gz
9 BuildRequires:  libjpeg-devel
10 BuildRequires:  libpng-devel
11 BuildRequires:  libtiff-devel
12 BuildRequires:  qt-devel >= 3.0.2
13 BuildRequires:  zlib-devel
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 Scribus is a Layout program for Linux(R), similar to Adobe(R)
20 PageMaker(TM), QuarkXPress(TM) or Adobe(R) InDesign(TM), except that
21 it is published under the GNU GPL.
22                         
23 %description -l pl
24 Scribus to program dla systemu Linux(R) do tworzenia publikacji,
25 podobny do programów Adobe(R) PageMaker(TM), QuarkXPress(TM) czy
26 Adobe(R) InDesign(TM), ale opublikowany na licencji GNU GPL.
27
28 %prep
29 %setup -q
30
31 #%patch
32
33 %build
34 %configure2_13 \
35         --prefix=%{_prefix} \
36         --with-qt-includes=%{_prefix}/include/qt \
37         --with-qt-libraries=%{_prefix}/lib
38 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} DESTDIR=$RPM_BUILD_ROOT install
43           
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post
48 %postun
49
50 %files
51 %defattr(644,root,root,755)
52 #%doc
53 #%attr(,,)
This page took 0.044512 seconds and 3 git commands to generate.