Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4378 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
d60cf09f04
1 changed files with 8 additions and 3 deletions
  1. 8 3
      l/lxsession-edit/lxsession-edit-vl.spec

+ 8 - 3
l/lxsession-edit/lxsession-edit-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxsession-edit
-Version:        0.1.1
-Release:        2%{?_dist_release}
+Version:        0.2.0
+Release:        1%{?_dist_release}
 Summary:        Simple GUI to configure what’s automatically started in LXDE
 Summary(ja):    LXDE で自動的に開始されるセッションを設定するためのシンプルな GUI
 
@@ -12,6 +12,7 @@ Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  gtk2-devel >= 2.12.0, desktop-file-utils, gettext
+BuildRequires:  intltool, perl-XML-Parser
 Requires:       lxsession
 
 %description
@@ -40,8 +41,8 @@ desktop-file-install                                       \
   --delete-original                                        \
   --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
-%find_lang %{name}
 
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
+- new upstream release
+- added BuildRequires: intltool, perl-XML-Parser
+
 * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-2
 - rebuilt with current environment