]> git.pld-linux.org Git - packages/afe.git/blob - afe.spec
- new version
[packages/afe.git] / afe.spec
1 #
2 # TODO: add icon
3 #
4 Summary:        Another (PSF) Font Editor
5 Summary(pl.UTF-8):      afe (jeszcze jeden edytor fontów PSF)
6 Name:           afe
7 Version:        20070609
8 Release:        1
9 License:        GPL v2
10 Group:          X11/Applications
11 Source0:        http://republika.pl/rkd/%{name}-%{version}.tar.bz2
12 # Source0-md5:  19486c937061858f270bc378e3f5994a
13 Source1:        %{name}.desktop
14 BuildRequires:  qmake
15 BuildRequires:  qt-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Afe is a simple PSF font editor.
20
21 %description -l pl.UTF-8
22 Afe to prosty edytor fontów PSF napisany w Tcl/Tk. Pozwala na pracę
23 z wieloma fontami równocześnie.
24
25 %prep
26 %setup -q
27 QTDIR=%{_prefix}
28 export QTDIR
29 qmake
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
35
36 install %{name} $RPM_BUILD_ROOT%{_bindir}
37 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README AUTHORS
45 %attr(755,root,root) %{_bindir}/*
46 %{_desktopdir}/*.desktop
This page took 0.089533 seconds and 3 git commands to generate.