Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10191 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 8 years ago
parent
commit
63218efc18
2 changed files with 17 additions and 7 deletions
  1. 4 1
      h/hexchat/hexchat-vl.spec
  2. 13 6
      l/l3afpad/l3afpad-vl.spec

+ 4 - 1
h/hexchat/hexchat-vl.spec

@@ -1,5 +1,5 @@
 %define name hexchat
-%define version 2.10.2
+%define version 2.12.0
 %define release 1%{?_dist_release}
 
 Summary: IRC client based on XChat
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/hexchat-plugin.pc
 
 %changelog
+* Sat Apr 23 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.12.0-1
+- new upstream release
+
 * Sat Jan 24 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.10.2-1
 - new upstream release
 

+ 13 - 6
l/l3afpad/l3afpad-vl.spec

@@ -1,10 +1,10 @@
 Summary: Simple text editor forked from Leafpad, supports GTK+ 3.x 
 Summary(ja): GTK+ 3.x をサポートした、leafpad からフォークしたシンプルなテキストエディタ
 Name: l3afpad
-Version: 0.8.18.1.10
-Release: 2%{?_dist_release}
+Version: 0.8.18.1.11
+Release: 1%{?_dist_release}
 License: GPLv2
-Source: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.gz
 #Patch0: l3afpad_ja.patch
 
 Vendor: Project Vine
@@ -68,8 +68,8 @@ Lɜafpad は簡単に使用するためにコンパイルが容易で
 #fix desktop file error
 sed -i 's/MimeType=text\/plain/MimeType=text\/plain;/g' data/l3afpad.desktop.in
 #%patch0 -p1
-
-%configure --enable-gtkgrid
+./autogen.sh
+%configure
 
 %build
 %{__make} %{?_smp_mflags}
@@ -88,7 +88,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 %files -f %{name}.lang
 %defattr (-,root,root)
-%doc AUTHORS ChangeLog README gpl-2.0.txt lgpl-2.1.txt
+%doc AUTHORS ChangeLog README COPYING
 %{_bindir}/l3afpad
 %{_datadir}/applications/l3afpad.desktop
 %{_datadir}/icons/hicolor/
@@ -97,6 +97,13 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 
 %changelog
+* Sat Apr 23 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.18.1.11-1
+- new upstream release
+- fixed %%prep
+  - used autogen.sh and deleted option
+- changed source archive type to gz
+- fixed %%doc
+
 * Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.18.1.10-2
 - rebuilt with new toolchain