Browse Source

new upstream

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9820 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 8 years ago
parent
commit
744d8cbfb3
3 changed files with 31 additions and 13 deletions
  1. 4 1
      e/e16/e16-vl.spec
  2. 7 3
      o/oniguruma/oniguruma-vl.spec
  3. 20 9
      t/tint2/tint2-vl.spec

+ 4 - 1
e/e16/e16-vl.spec

@@ -1,7 +1,7 @@
 Summary: The Enlightenment window manager, DR16.
 Summary(ja): Enlightenment ウィンドウマネージャ(DR16)
 Name: e16
-Version: 1.0.13.003
+Version: 1.0.17
 Release: 1%{?_dist_release}
 License: BSD
 Group: User Interface/Desktops
@@ -119,6 +119,9 @@ fi
 %{_mandir}/*
 
 %changelog
+* Wed Nov 18 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.17-1
+- new upstream release
+
 * Sat Jan 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.13.003-1
 - new upstream release
 

+ 7 - 3
o/oniguruma/oniguruma-vl.spec

@@ -3,12 +3,12 @@
 Summary:	Oniguruma - A regular expressions library
 Summary(ja):	鬼車 - 正規表現ライブラリ
 Name:		oniguruma
-Version:	5.9.5
+Version:	5.9.6
 Release:	1%{?_dist_release}
 License:	BSD
 Group:		System Environment/Libraries
-URL:		http://www.geocities.jp/kosako3/oniguruma/
-Source0:	http://www.geocities.jp/kosako3/oniguruma/archive/%{srcname}-%{version}.tar.gz
+URL:		https://github.com/kkos/oniguruma
+Source0:	https://github.com/kkos/oniguruma/releases/download/%{version}/%{srcname}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -86,6 +86,10 @@ applications with Oniguruma.
 %{_includedir}/onig*.h
 
 %changelog
+* Wed Nov 18 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 5.9.6-1
+- new upstream release
+- changed %%URL, %%Source0
+
 * Sun Jan 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 5.9.5-1
 - update to 5.9.5
 - add pkgconfig file in devel package

+ 20 - 9
t/tint2/tint2-vl.spec

@@ -1,11 +1,11 @@
 Name:		tint2
 Summary:	Tint2 - A Lightweight Panel and Taskbar
 Summary(ja):	Tint2 - 軽量なパネルとタスクバー
-Version:	0.11
-Release:	4%{?_dist_release}
+Version:	0.12.3
+Release:	1%{?_dist_release}
 License: 	GPLv2+
 Group:		User Interface/Desktops
-URL:		http://code.google.com/p/tint2/
+URL:		https://gitlab.com/o9000/tint2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires: cairo-devel
@@ -20,8 +20,11 @@ BuildRequires: libXrandr-devel
 BuildRequires: libXrender-devel
 BuildRequires: libXcomposite-devel
 BuildRequires: libXdamage-devel
+BuildRequires: librsvg2-devel
+BuildRequires: startup-notification-devel
+BuildRequires: git
 
-Source0:	tint2-%{version}.tar.bz2
+Source0:	%{name}-%{version}.tar.bz2
 Requires: orage
 
 %description
@@ -38,7 +41,7 @@ Tint2 は openbox3 のために作成されたシンプルなパネルとタス
 
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX=/usr ./
@@ -48,6 +51,8 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}conf
+
 # delete unnecessary files
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
 
@@ -57,18 +62,24 @@ rm -rf %{buildroot}%{_bindir}/tintwizard.py
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}conf.lang
 %defattr (-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS COPYING README.md ChangeLog
 %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
 %{_bindir}/tint2*
-%{_datadir}/applications/%{name}conf.desktop
+%{_datadir}/applications/%{name}*.desktop
 %{_datadir}/%{name}
-%{_datadir}/pixmaps/
+%{_datadir}/icons/hicolor/
 %{_mandir}/man1/*
 
 
 %changelog
+* Sun Nov 15 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.12.3-1
+- new upstream release
+- changed URL
+- added BuildRequires: librsvg2-devel, startup-notification-devel, git
+- fix %%files
+
 * Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-4
 - added Requires: orage