]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- updated to 0.2.2
[packages/mousepad.git] / mousepad.spec
index d4b52c659e8104bdf3197dc837124d964d293f8e..1dfe50aab44076485c94841aa6faecda91fe3edc 100644 (file)
@@ -1,26 +1,33 @@
-Summary:       Mousepad is a text editor for Xfce based on Leafpad
-Summary(pl):   Mousepad jest edytorem dla Xfce opartym na Leafpad
+Summary:       Mousepad - a text editor for Xfce based on Leafpad
+Summary(pl):   Mousepad - edytor dla Xfce oparty na Leafpadzie
 Name:          mousepad
-Version:       0.2.0
-Release:       0.1
-License:       GPLv2
+Version:       0.2.2
+Release:       1
+License:       GPL v2
 Group:         X11/Applications/Editors
 Source0:       http://erikharrison.net/software/%{name}-%{version}.tar.gz
-# Source0-md5: e554145e8fffcd5fd8d3e027575e0765
-#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: 1240ea13b37b9d8a7a63799af5701b44
+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 lightweight text editor for Xfce. It features a simple
+interface,  broad character set support, printing with Xfprint, and
+more. It opens lightening quick, making it perfect for editing config
+files, doing quick scripting, and pretty printing documents like shell
+scripts.
 
 %description -l pl
-Mousepad jest edytorem dla Xfce opartym na Leafpad.
+Mousepad jest lekkim edytorem tekstowym dla Xfce. Cechuje go prosty
+interfejs, obs³uga wielu zestawów znaków, drukowanie przy pomocy
+Xfprint i wiele wiêcej. Uruchamia siê b³yskawicznie, dziêki czemu
+jest idealny do edycji plików konfiguracyjnych, pisania ma³ych
+skryptów i piêknego drukowania dokumentów takich jak skrypty pow³oki.
 
 %prep
 %setup -q
@@ -35,13 +42,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.092121 seconds and 4 git commands to generate.