Browse Source

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

kudoh 14 years ago
parent
commit
f036c4c163
3 changed files with 19 additions and 11 deletions
  1. 6 2
      k/keepnote/keepnote-vl.spec
  2. 4 1
      l/lxsession/lxsession-vl.spec
  3. 9 8
      l/lxtask/lxtask-vl.spec

+ 6 - 2
k/keepnote/keepnote-vl.spec

@@ -2,7 +2,7 @@ Summary:        A note taking application
 Summary(ja):    ノート作成アプリケーション
 Name:           keepnote
 Version:        0.6.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://rasm.ods.org/keepnote/
@@ -54,7 +54,7 @@ rm -rf %{buildroot}
 python setup.py install --skip-build --root %{buildroot}
 
 desktop-file-install --vendor="" \
-     --add-category="X-Office" \
+     --add-category="Office" \
      --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
 
 %clean
@@ -81,6 +81,10 @@ update-desktop-database > /dev/null 2>&1 || :
 
 
 %changelog
+* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.2-2
+- updated Source1
+- fixed desktop-file-install --add-category section
+
 * Tue Feb 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.2-1
 - new upstream release
 - updated Source1 and Patch1

+ 4 - 1
l/lxsession/lxsession-vl.spec

@@ -1,5 +1,5 @@
 Name:           lxsession
-Version:        0.4.3
+Version:        0.4.4
 Release:        1%{?_dist_release}
 Summary:        Lightweight X11 session manager
 Summary(ja):    軽量な X11 セッションマネージャ
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/xdg/lxsession
 
 %changelog
+* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
+- Update to 0.4.4
+
 * Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
 - Update to 0.4.3
 

+ 9 - 8
l/lxtask/lxtask-vl.spec

@@ -1,17 +1,15 @@
 Name:           lxtask
-Version:        0.1.1
+Version:        0.1.3
 Release:        1%{?_dist_release}
 Summary:        Lightweight and desktop independent task manager
-Summary(ja):        軽量で独立したタスクマネージャ
+Summary(ja):    軽量で独立したタスクマネージャ
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
-#Source1:        lxtask-LINGUAS
-#Source2:        lxtask-upstream-r1221-ja.po
 
-Patch0:         %{name}-0.1.1-invalid-desktop-file.patch
+#Patch0:         %{name}-0.1.1-invalid-desktop-file.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor:         Project Vine
@@ -28,9 +26,7 @@ totally desktop independent and only requires pure gtk+.
 
 %prep
 %setup -q
-%patch0 -p1 -b .invalid
-#%__cp -f %{SOURCE1} po/LINGUAS
-#%__cp -f %{SOURCE2} po/ja.po
+#%patch0 -p1 -b .invalid
 
 %build
 %configure
@@ -60,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.3-1
+- new upstream release
+- dropt Patch0
+- clean up spec
+
 * Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
 - new upstream release
 - dropt Source1,2