]> git.pld-linux.org Git - packages/mousepad.git/blob - mousepad.spec
616a08e7e147e0d68035e681eb3d4ae480c60b72
[packages/mousepad.git] / mousepad.spec
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:        GPL v2
7 Group:          X11/Applications/Editors
8 Source0:        http://erikharrison.net/software/%{name}-%{version}.tar.gz
9 # Source0-md5:  e554145e8fffcd5fd8d3e027575e0765
10 BuildRequires:  gtk+2-devel >= 2:2.4.0
11 BuildRequires:  libxfcegui4-devel >= 4.2.0
12 BuildRequires:  libxfce4util-devel >= 4.2.0
13 Requires:       xfprint >= 4.2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Mousepad is a text editor for Xfce based on Leafpad.
18
19 %description -l pl
20 Mousepad jest edytorem dla Xfce opartym na Leafpad.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %find_lang %{name}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files -f %{name}.lang
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog NEWS README
43 %attr(755,root,root) %{_bindir}/*
44 %{_desktopdir}/*
45 %{_pixmapsdir}/*
This page took 0.054691 seconds and 2 git commands to generate.