31d6a18b |
1 | Summary: Mousepad is a text editor for Xfce based on Leafpad |
2 | Summary(pl): Mousepad jest edytorem dla Xfce opartym na Leafpad |
3 | Name: mousepad |
4 | Version: 0.2.0 |
5 | Release: 0.1 |
6 | License: GPLv2 |
7 | Group: X11/Applications/Editors |
8 | Source0: http://erikharrison.net/software/%{name}-%{version}.tar.gz |
946237d5 |
9 | # Source0-md5: e554145e8fffcd5fd8d3e027575e0765 |
10 | #URL: none_at_the_moment_I_think |
31d6a18b |
11 | BuildRequires: gtk+2-devel >= 2.2.0 |
12 | BuildRequires: libxfcegui4-devel |
13 | buildRequires: libxfce4util-devel |
14 | Requires: libxfcegui4 |
15 | Requires: libxfce4util |
16 | Requires: xfprint >= 4.2 |
17 | BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) |
18 | |
19 | %description |
946237d5 |
20 | Mousepad is a text editor for Xfce based on Leafpad. |
31d6a18b |
21 | |
22 | %description -l pl |
946237d5 |
23 | Mousepad jest edytorem dla Xfce opartym na Leafpad. |
31d6a18b |
24 | |
25 | %prep |
946237d5 |
26 | %setup -q |
31d6a18b |
27 | |
28 | %build |
29 | %configure |
30 | %{__make} |
31 | |
32 | %install |
33 | rm -rf $RPM_BUILD_ROOT |
34 | |
35 | %{__make} install \ |
36 | DESTDIR=$RPM_BUILD_ROOT |
37 | |
38 | %clean |
39 | rm -rf $RPM_BUILD_ROOT |
40 | |
41 | %files |
42 | %defattr(644,root,root,755) |
43 | %doc AUTHORS ChangeLog NEWS README |
44 | %attr(755,root,root) %{_bindir}/* |
45 | %{_desktopdir}/* |
46 | %{_pixmapsdir}/* |
47 | %{_datadir}/locale/*/LC_MESSAGES/*.mo |