]> git.pld-linux.org Git - packages/mousepad.git/blame_incremental - mousepad.spec
- adapterized
[packages/mousepad.git] / mousepad.spec
... / ...
CommitLineData
1Summary: Mousepad is a text editor for Xfce based on Leafpad
2Summary(pl): Mousepad jest edytorem dla Xfce opartym na Leafpad
3Name: mousepad
4Version: 0.2.0
5Release: 0.1
6License: GPLv2
7Group: X11/Applications/Editors
8Source0: http://erikharrison.net/software/%{name}-%{version}.tar.gz
9# Source0-md5: e554145e8fffcd5fd8d3e027575e0765
10#URL: none_at_the_moment_I_think
11BuildRequires: gtk+2-devel >= 2.2.0
12BuildRequires: libxfcegui4-devel
13buildRequires: libxfce4util-devel
14Requires: libxfcegui4
15Requires: libxfce4util
16Requires: xfprint >= 4.2
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Mousepad is a text editor for Xfce based on Leafpad.
21
22%description -l pl
23Mousepad jest edytorem dla Xfce opartym na Leafpad.
24
25%prep
26%setup -q
27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -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.02531 seconds and 4 git commands to generate.