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