Pārlūkot izejas kodu

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

kudoh 12 gadi atpakaļ
vecāks
revīzija
87b6b80728
2 mainītis faili ar 11 papildinājumiem un 4 dzēšanām
  1. 6 3
      d/ddrescue/ddrescue-vl.spec
  2. 5 1
      s/sagasu/sagasu-vl.spec

+ 6 - 3
d/ddrescue/ddrescue-vl.spec

@@ -7,7 +7,7 @@ Summary(ja): 不良ディスクからデータを回収するデータリカバ
 Name: ddrescue
 ### Epoch to override Fedora Extras stupid decision to NOT ADHERE TO THEIR OWN NAMING CONVENTION
 #Epoch: 1
-Version: 1.14
+Version: 1.15
 Release: 1%{?_dist_release}
 License: GPLv3
 Group: Applications/System
@@ -67,11 +67,14 @@ fi
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
 %doc %{_infodir}/ddrescue.info.*
-%doc %{_mandir}/man1/ddrescue.1*
-%{_bindir}/ddrescue
+%doc %{_mandir}/man1/ddrescue*
+%{_bindir}/ddrescue*
 #%{_datadir}/info/dir
 
 %changelog
+* Tue Feb 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.15-1
+- new upstream release
+
 * Thu Jan 14 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.14-1
 - Updated to release 1.14
 

+ 5 - 1
s/sagasu/sagasu-vl.spec

@@ -2,7 +2,7 @@ Name: sagasu
 Summary: GNOME tool to find strings in a set of files
 Summary(ja): ファイル内の語句を検索するための GNOME ツール
 Version: 2.0.10
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2+
 Group: Applications/Text
 Source: %{name}-%{version}.tar.gz
@@ -16,6 +16,7 @@ BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: gtk2-devel >= 2.6.0
 BuildRequires: libgnomeui-devel >= 2.8.0
+BuildRequires: libSM-devel
 BuildRequires: perl
 Requires: libgnomeui >= 2.8.0
 
@@ -76,5 +77,8 @@ rm -fR $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Tue Feb 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.10-2
+- added BuildRequires: libSM-devel
+
 * Sat Jul 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.10-1
 - initial build for VineSeed