]> git.pld-linux.org Git - packages/afe.git/blob - afe.spec
- unified
[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:        20081211
8 Release:        1
9 License:        Public Domain
10 Group:          X11/Applications
11 Source0:        http://rkd.republika.pl/AFE/%{name}
12 # Source0-md5:  151af89fb919da9d3487c1c95c26c8c1
13 Source1:        %{name}.desktop
14 URL:            http://rkd.republika.pl/AFE/afe.html
15 Requires:       python-wxPython
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Afe is a simple PSF font editor.
21
22 %description -l pl.UTF-8
23 Afe to prosty edytor fontów PSF. Pozwala na pracę z wieloma fontami
24 równocześnie.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
31
32 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
33 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
41 %{_desktopdir}/*.desktop
This page took 1.602196 seconds and 3 git commands to generate.