Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10203 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 8 years ago
parent
commit
4fd7d05d94

+ 5 - 2
T/TrueType-migmix/TrueType-migmix-vl.spec

@@ -5,8 +5,8 @@
 Name: TrueType-%{fontname}
 Summary: MigMix fonts are combined fonts that use IPA and M+ fonts
 Summary(ja): M+とIPAの合成フォント MigMix フォント
-Version: 20130617
-Release: 2%{?_dist_release}
+Version: 20150712
+Release: 1%{?_dist_release}
 License: IPA Font License
 Group: User Interface/X
 URL: http://mix-mplus-ipa.sourceforge.jp/migmix/
@@ -91,6 +91,9 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 %doc ipag0030*/*.txt migmix-README.txt
 
 %changelog
+* Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20150712-1
+- new upstream release
+
 * Tue Jan 14 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20130617-2
 - built with gcc-4.8
 

+ 5 - 2
T/TrueType-migu/TrueType-migu-vl.spec

@@ -5,8 +5,8 @@
 Summary: mixed font with M-plus and IPA
 Summary(ja): IPA と M+ フォントの合成フォント
 Name: TrueType-migu
-Version: 20130617
-Release: 2%{?_dist_release}
+Version: 20150712
+Release: 1%{?_dist_release}
 License: IPA Font License v1.0
 Group: User Interface/X
 URL: http://mix-mplus-ipa.sourceforge.jp/
@@ -81,6 +81,9 @@ includes enduser license.
 %doc migu-1c-%{version}/ipag%{ipag_version}
 
 %changelog
+* Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20150712-1
+- new upstream release
+
 * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20130617-2
 - built with gcc-4.8
 

+ 42 - 20
f/font-manager/font-manager-vl.spec

@@ -1,23 +1,33 @@
 Name:           font-manager
-Version:        0.5.7
-Release:        4%{?_dist_release}
+Version:        0.7.2
+Release:        1%{?_dist_release}
 Summary:        A font management application for the GNOME desktop environment
 Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
 #BuildArch:      noarch
 Group:          Applications/Publishing
 License:        GPLv3+
-URL:            http://code.google.com/p/font-manager
-Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
-Patch0:         1001-gcc47.patch
+URL:            http://fontmanager.github.io/
+Source0:        https://github.com/FontManager/master/releases/download/%{version}/%{name}-%{version}.tar.bz2
+#Patch0:         1001-gcc47.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-Requires:       fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
-Requires:       pycairo yelp sqlite3
+
+BuildRequires:  cairo-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:	python-devel
+BuildRequires:  file-roller
 BuildRequires:  fontconfig-devel
+BuildRequires:  freetype2-devel
+BuildRequires:	glib2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  gucharmap-devel
+BuildRequires:  json-glib-devel
+BuildRequires:  libgee-devel
+BuildRequires:  libgee-vala
+BuildRequires:  libxml2-devel
 BuildRequires:  pango-devel
 BuildRequires:  sqlite3-devel
+BuildRequires:  vala
+BuildRequires:  yelp-tools
 
 %description
 Font Manager is an application that allows users to easily manage fonts
@@ -37,31 +47,43 @@ GNOME デスクトップ環境を念頭において設計していますが、
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 %build
-%configure
-make %{?_smp_mflags}
+%configure --disable-schemas-compile
+#make %{?_smp_mflags}
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-manager.desktop
-desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-sampler.desktop
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%posttrans
+/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
+%files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING TODO README
-%{_bindir}/*
-%{_libdir}/font-manager/
-%{_datadir}/font-manager/
-%{_datadir}/applications/font-manager.desktop
-%{_datadir}/applications/font-sampler.desktop
+%doc COPYING README
+%{_bindir}/%{name}
+%{_datadir}/appdata/font-manager.appdata.xml
+%{_datadir}/applications/org.gnome.FontManager.desktop
+%{_datadir}/dbus-1/services/org.gnome.FontManager.service
+%{_datadir}/glib-2.0/schemas/org.gnome.FontManager.gschema.xml
+%{_datadir}/help/C/%{name}/*
 
 %changelog
+* Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
+- new upstream release
+- changed URL, Source0
+- deleted Patch0
+- corrected BuildRequires
+- did not run %%{?_smp_flags} in %%build
+
 * Sat May 31 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-4
 - added Patch0 to fix build error from Debian
 

+ 7 - 4
n/nautilus-terminal/nautilus-terminal-vl.spec

@@ -1,13 +1,13 @@
 Name:           nautilus-terminal
-Version:        1.0
-Release:        2%{?_dist_release}
+Version:        1.1
+Release:        1%{?_dist_release}
 Summary:        Terminal embedded in Nautilus
 Summary(ja):    Nautilus に統合された端末
 
 Group:          System Environment/Shells
 License:        GPLv3+
 URL:            http://projects.flogisoft.com/nautilus-terminal/
-Source0:        http://projects.flogisoft.com/nautilus-terminal/download/%%{name}_%{version}_src.tar.gz
+Source0:        http://projects.flogisoft.com/nautilus-terminal/download/%%{name}_%{version}.tar.gz
 #Source1:        nautilus-terminal_ja.po
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -31,7 +31,7 @@ Nautilus Terminal は GNOME のファイルブラウザである Nautilus に
 ナビゲーションに追従します。
 
 %prep
-%setup -q -n nautilus-terminal_1.0_src
+%setup -q -n nautilus-terminal_%{version}
 
 %build
 
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/nautilus-python/extensions/nautilus_terminal.py
 
 %changelog
+* Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1-1
+- new upstream release
+
 * Sat Jul 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
 - rebuilt with current environment