Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7647 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
966728d778
2 changed files with 13 additions and 6 deletions
  1. 5 2
      nonfree/unrar/unrar-vl.spec
  2. 8 4
      p/pdfchain/pdfchain-vl.spec

+ 5 - 2
nonfree/unrar/unrar-vl.spec

@@ -1,5 +1,5 @@
 Name:           unrar
-Version:        4.2.4
+Version:        5.0.2
 Release:        1%{?_dist_release}
 Summary:        Utility for extracting RAR archives (nonfree version)
 Summary(ja):    RAR アーカイブを解凍するためのユーティリティ (nonfree version)
@@ -28,7 +28,7 @@ unrar は RAR archives を展開するためのユーティリティです。
 
 
 %build
-make %{?_smp_mflags} -f makefile.unix \
+make %{?_smp_mflags} -f makefile \
   CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS" STRIP=:
 
 
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 04 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 5.0.2-1
+- new upstream release
+
 * Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.2.4-1
 - new upstream release
 

+ 8 - 4
p/pdfchain/pdfchain-vl.spec

@@ -1,5 +1,5 @@
 Name:		pdfchain
-Version:	0.3.3
+Version:	0.4.0
 Release:	1%{?_dist_release}
 Epoch: 1
 Summary:	A GUI for pdftk
@@ -11,7 +11,7 @@ URL:		http://sourceforge.net/projects/pdfchain
 Source0:	http://downloads.sourceforge.net/pdfchain/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 # Patch to make desktop file conform to standards
-Patch0:		pdfchain-desktop.patch
+#Patch0:		pdfchain-desktop.patch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
@@ -37,7 +37,7 @@ PDF Chain は gtkmm で書かれた pdftk のグラフィカルユーザーイ
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 #%patch1 -p1
 #%patch2 -p1
 # Stop if files acquire content
@@ -81,13 +81,17 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING
+%doc %{_datadir}/doc/%{name}/*
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sun May 05 2013 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
+- new upstream release
+- deleted Patch0
+
 * Sat Dec 03 2011 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
 - new upstream release
 - added Epoch:1