]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- updated to 0.2.13
[packages/mousepad.git] / mousepad.spec
index 8f8ec273b3855d629352750637f39e35be16aca3..0ddfe950fa39ef2016b8f85aef8e4d792dc7ece7 100644 (file)
@@ -1,53 +1,57 @@
 #
-%define                xfce_version    4.3.90.2
+%define                xfce_version    4.4.2
 #
 Summary:       Text editor for Xfce based on Leafpad
-Summary(pl):   Edytor textu dla Xfce oparty na Leafpadzie
+Summary(pl.UTF-8):     Edytor tekstu dla Xfce oparty na Leafpadzie
 Name:          mousepad
-Version:       0.2.6
+Version:       0.2.13
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Editors
 Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: f8c23b1de6d23927729c477689883c38
+# Source0-md5: 326075ac933e5da38cedbc20e80b7026
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-locale-names.patch
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2:2.10.0
+BuildRequires: gtk+2-devel >= 2:2.10.6
 BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: libxfcegui4-devel >= %{xfce_version}
-BuildRequires: pkgconfig  >= 1:0.9.0
-BuildRequires: xfce4-dev-tools >= %{xfce_version}
-#Requires:     xfprint >= 4.2
+BuildRequires: pkgconfig >= 1:0.9.0
+BuildRequires: xfce4-dev-tools >= 4.4.0.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Mousepad is a lightweight text editor for Xfce. It features a simple
-interface,  broad character set support, printing with Xfprint, and
+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
+%description -l pl.UTF-8
 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.
+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
 %patch0 -p1
+%patch1 -p1
+
+mv -f po/{nb_NO,nb}.po
+mv -f po/{pt_PT,pt}.po
 
 %build
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-LDFLAGS="%{rpmldflags} -Wl,--as-needed"
 %configure
 %{__make}
 
@@ -65,6 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%{_desktopdir}/*
-%{_pixmapsdir}/*
+%attr(755,root,root) %{_bindir}/mousepad
+%{_desktopdir}/mousepad.desktop
+%{_pixmapsdir}/mousepad.png
This page took 0.041482 seconds and 4 git commands to generate.