]> git.pld-linux.org Git - packages/emelfm2.git/commitdiff
- first part of cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Apr 2007 19:34:43 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emelfm2.spec -> 1.2

emelfm2.spec

index ab830fd84e1957fb44fa2c94375510f22627cf9e..4c9a95c8ebb76a38a21229dcfab328b01b4bd443 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       File manager using the two-pane design and Gtk+
-Summary(pl):   Zarz±dca plików oparty na bibliotece GTK+
+Summary(pl.UTF-8):     Zarządca plików oparty na bibliotece GTK+
 Name:          emelfm2
 Version:       0.1.4
 Release:       1
@@ -9,7 +9,8 @@ Source0:        http://emelfm2.net/rel/%{name}-%{version}.tar.gz
 # Source0-md5: da39b1d017366fb41700c5d40365a1ae
 URL:           http://emelfm.sourceforge.net/
 BuildRequires: gettext-devel
-BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,20 +19,20 @@ It features a simple GTK+ interface, a flexible filetyping scheme, and
 a built-in command line for executing commands without opening an
 xterm.
 
-%description -l pl
-emelFM2 jest klasycznym, dwupanelowym zarz±dc± plików. Ma prosty
-interfejs graficzny oparty o bibliotekê GTK+.
+%description -l pl.UTF-8
+emelFM2 jest klasycznym, dwupanelowym zarządcą plików. Ma prosty
+interfejs graficzny oparty o bibliotekę GTK+.
 
 %prep
-%setup  -q
+%setup -q
 
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
 
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name},%{_desktopdir}}
 install emelfm2 $RPM_BUILD_ROOT%{_bindir}
 install plugins/* $RPM_BUILD_ROOT%{_libdir}/%{name}
 
@@ -41,5 +42,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
-%dir (755,root,root) %{_libdir}/%{name}
+%dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*
This page took 0.09222 seconds and 4 git commands to generate.