]> git.pld-linux.org Git - packages/f4l.git/blob - f4l.spec
- up to 0.2
[packages/f4l.git] / f4l.spec
1 Summary:        SWF designer and generator
2 Summary(pl):    Program do projektowania i generowania SWF-ów
3 Name:           f4l
4 Version:        0.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Publishing
8 Source0:        http://dl.sourceforge.net/f4l/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d123d5108b1e434de7d1195d7046a4e9
10 URL:            http://f4l.sourceforge.net/
11 BuildRequires:  qmake
12 BuildRequires:  qt-devel
13 BuildRequires:  rpmbuild(macros) >= 1.167
14 BuildRequires:  sed >= 4.0
15 Obsoletes:      f4lm
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 SWF designer and generator.
20
21 %description -l pl
22 Program do projektowania i generowania SWF-ów.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__sed} -i 's,mkspecs.*,share/qt/mkspecs/default/qmake.conf,' Makefile
29 %{__make} \
30         CXXFLAGS="%{rpmcxxflags} -Wno-deprecated" \
31         QTDIR="%{_prefix}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install bin/* $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/*
This page took 0.09978 seconds and 3 git commands to generate.