]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- proper BRs
[packages/mousepad.git] / mousepad.spec
index 6ec78c42748f5a1cae612113d065f20653b9495a..fed1a4d9add5358fd70d87bf9f1d0d2b93ad7389 100644 (file)
@@ -3,27 +3,26 @@ Summary(pl):  Mousepad jest edytorem dla Xfce opartym na Leafpad
 Name:          mousepad
 Version:       0.2.0
 Release:       0.1
-License:       GPLv2
+License:       GPL v2
 Group:         X11/Applications/Editors
 Source0:       http://erikharrison.net/software/%{name}-%{version}.tar.gz
-# Source0-md5: 
-URL:           none_at_the_moment_I_think
-BuildRequires: gtk+2-devel >= 2.2.0
-BuildRequires: libxfcegui4-devel
-buildRequires: libxfce4util-devel
-Requires:      libxfcegui4
-Requires:      libxfce4util
+# Source0-md5: e554145e8fffcd5fd8d3e027575e0765
+BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: libxfcegui4-devel >= 4.2.0
+BuildRequires: pkgconfig  >= 1:0.9.0
+Requires:      libxfcegui4 >= 4.2.0
 Requires:      xfprint >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Mousepad is a text editor for Xfce based on Leafpad
+Mousepad is a text editor for Xfce based on Leafpad.
 
 %description -l pl
-Mousepad jest edytorem dla Xfce opartym na Leafpad
+Mousepad jest edytorem dla Xfce opartym na Leafpad.
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure
@@ -35,13 +34,14 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*
 %{_pixmapsdir}/*
-%{_datadir}/locale/*/LC_MESSAGES/*.mo
This page took 0.024044 seconds and 4 git commands to generate.