]> git.pld-linux.org Git - packages/afe.git/blob - afe.spec
2680c9a25e5252a69800943b2cb6379bbd443e1a
[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:        20080105
8 Release:        1
9 License:        GPL v2
10 Group:          X11/Applications
11 Source0:        http://republika.pl/rkd/%{name}-%{version}.tar.bz2
12 # Source0-md5:  2fecedc07a047eaadf9d4d74825afce9
13 Source1:        %{name}.desktop
14 URL:            http://rkd.republika.pl/
15 BuildRequires:  QtCore-devel
16 BuildRequires:  QtGui-devel
17 BuildRequires:  qt4-build >= 4.3.3-3
18 BuildRequires:  qt4-qmake >= 4.3.3-3
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Afe is a simple PSF font editor.
23
24 %description -l pl.UTF-8
25 Afe to prosty edytor fontów PSF. Pozwala na pracę z wieloma
26 fontami równocześnie.
27
28 %prep
29 %setup -q
30 qmake-qt4
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
36
37 install %{name} $RPM_BUILD_ROOT%{_bindir}
38 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README AUTHORS
46 %attr(755,root,root) %{_bindir}/*
47 %{_desktopdir}/*.desktop
This page took 0.066778 seconds and 2 git commands to generate.