SPECS: emelfm2.spec - first part of cleanups
qboosh
qboosh at pld-linux.org
Wed Apr 11 21:34:48 CEST 2007
Author: qboosh Date: Wed Apr 11 19:34:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- first part of cleanups
---- Files affected:
SPECS:
emelfm2.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/emelfm2.spec
diff -u SPECS/emelfm2.spec:1.1 SPECS/emelfm2.spec:1.2
--- SPECS/emelfm2.spec:1.1 Wed Apr 11 21:33:38 2007
+++ SPECS/emelfm2.spec Wed Apr 11 21:34:43 2007
@@ -1,6 +1,6 @@
# $Revision$, $Date$
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
@@ -10,7 +10,8 @@
# 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
@@ -19,20 +20,20 @@
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}
@@ -42,7 +43,7 @@
%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}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -51,5 +52,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/04/11 19:34:43 qboosh
+- first part of cleanups
+
Revision 1.1 2007/04/11 19:33:38 qboosh
- initial, by rotom (17 Jan 2006)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/emelfm2.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list