Browse Source

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

kudoh 13 years ago
parent
commit
5be20c2563
2 changed files with 10 additions and 3 deletions
  1. 6 2
      c/cabextract/cabextract-vl.spec
  2. 4 1
      r/rednotebook/rednotebook-vl.spec

+ 6 - 2
c/cabextract/cabextract-vl.spec

@@ -2,7 +2,7 @@ Summary: A program to extract Microsoft Cabinet files
 Summary(ja): Microsoft キャビネットファイルを抽出するプログラム
 Name: cabextract
 Version: 1.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv3
 Group: Applications/Archiving
 Source: http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
@@ -28,7 +28,7 @@ cabextract プログラムはこれらのファイルの解凍を行います。
 
 %build
 CFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{prefix}
-%{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -47,6 +47,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 #--------------------------------------------------------------------
 %changelog
+* Wed Aug 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3-2
+- recovered %build section
+  - missing type make command...
+
 * Sun Aug 1 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3-1
 - new upstream release
 - cleaned up spec

+ 4 - 1
r/rednotebook/rednotebook-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           rednotebook
-Version:        1.0.0
+Version:        1.1.0
 Release:        1%{?_dist_release}
 Summary:        A desktop journal
 Summary(ja):    デスクトップダイアリー
@@ -79,6 +79,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Wed Aug 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
+- new upstream release
+
 * Wed Jun 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-1
 - new upstream release