]> git.pld-linux.org Git - packages/f4l.git/blob - f4l.spec
- initial PLD release
[packages/f4l.git] / f4l.spec
1 Summary:        SWF designer and generator
2 Summary(pl):    Program do projektowania i generowania SWF-ów
3 Name:           f4lm
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Publishing
8 Source0:        http://dl.sourceforge.net/f4l/%{name}-%{version}.tar.gz
9 # Source0-md5:  63e9f24c9eed94d01e721dc9075817ac
10 URL:            http://f4l.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
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
25
26 %build
27 #%%{__libtoolize}
28 #%%{__aclocal}
29 #%%{__autoconf}
30 #%%{__autoheader}
31 #%%{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog README
47 %attr(755,root,root) %{_bindir}/*
This page took 0.071018 seconds and 4 git commands to generate.