]> git.pld-linux.org Git - packages/f4l.git/blob - f4l.spec
f069b1373e4021e00fa365c06a0091dfe6426b8c
[packages/f4l.git] / f4l.spec
1 %define         _src_name       F4L-BETA
2 Summary:        SWF designer and generator
3 Summary(pl):    Program do projektowania i generowania SWF-ów
4 Name:           f4lm
5 Version:        0.2
6 Release:        0.beta.1
7 License:        GPL
8 Group:          X11/Applications/Publishing
9 #Source0:       http://dl.sourceforge.net/f4l/%{name}-%{version}.tar.gz
10 Source0:        http://dl.sourceforge.net/f4l/%{_src_name}-%{version}.tar.bz2
11 # Source0-md5:  6eaea1d9863518c663545ccb0cdf958f
12 URL:            http://f4l.sourceforge.net/
13 BuildRequires:  automake
14 BuildRequires:  qt-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 SWF designer and generator.
19
20 %description -l pl
21 Program do projektowania i generowania SWF-ów.
22
23 %prep
24 %setup -q -n %{_src_name}
25
26 %build
27 cp -f /usr/share/automake/config.sub admin
28 rm config.cache
29
30 %configure2_13 \
31         --with-qt-libraries=%{_libdir}
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog README
46 %attr(755,root,root) %{_bindir}/*
This page took 0.054244 seconds and 2 git commands to generate.