]> git.pld-linux.org Git - packages/mousepad.git/blob - mousepad.spec
- new spec from Robert Kurowski
[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:        GPLv2
7 Group:          X11/Applications/Editors
8 Source0:        http://erikharrison.net/software/%{name}-%{version}.tar.gz
9 # Source0-md5:  
10 URL:            none_at_the_moment_I_think
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
20 Mousepad is a text editor for Xfce based on Leafpad
21
22 %description -l pl
23 Mousepad jest edytorem dla Xfce opartym na Leafpad
24
25 %prep
26 %setup
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
This page took 0.041434 seconds and 4 git commands to generate.