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