Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7733 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
848f05eec1

+ 52 - 19
l/liferea/liferea-vl.spec

@@ -1,5 +1,5 @@
 Name: liferea
-Version: 1.8.15
+Version: 1.10.0
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
@@ -7,18 +7,34 @@ URL: http://liferea.sourceforge.net/
 Source0: http://prdownloads.sourceforge.net/liferea/%{name}-%{version}.tar.bz2
 #Patch0: lX11.patch
 
-Requires(post): GConf2
-Requires(preun): GConf2
-
-BuildRequires: GConf2-devel gtk2-devel gnome-vfs2-devel
-BuildRequires: libxml2-devel zlib-devel gettext
-BuildRequires: libxslt-devel sqlite3-devel libglade2-devel
-BuildRequires: libnotify-devel gnutls-devel
-BuildRequires: dbus-devel dbus-glib-devel
-BuildRequires: libsoup-devel WebKit-gtk-devel
-BuildRequires: intltool >= 0.35
-BuildRequires: libtool libSM-devel perl-XML-Parser
-BuildRequires: unique-devel json-glib-devel
+#Requires(post): GConf2
+#Requires(preun): GConf2
+
+BuildRequires: dbus-devel
+BuildRequires: dbus-glib-devel
+BuildRequires: gettext
+BuildRequires: gnome-vfs2-devel
+BuildRequires: gnutls-devel
+BuildRequires: gsettings-desktop-schemas-devel
+BuildRequires: gtk3-devel
+BuildRequires: gnutls-devel
+BuildRequires: gnome-vfs2-devel
+BuildRequires: intltool >= 0.40.3
+BuildRequires: json-glib-devel
+BuildRequires: libglade2-devel
+BuildRequires: libnotify-devel
+BuildRequires: libpeas-devel
+BuildRequires: libSM-devel
+BuildRequires: libsoup-devel
+BuildRequires: libtool
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
+BuildRequires: perl-XML-Parser
+BuildRequires: sqlite3-devel
+BuildRequires: unique-devel
+BuildRequires: WebKit3-gtk-devel
+BuildRequires: zlib-devel
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Summary: aggregator for online news feeds
@@ -60,15 +76,16 @@ Liferea は Linux Feed Reader を省略したものです。
 %prep
 %setup -q
 #%patch0 -p1 -b .lX11
+sed -i 's/MimeType=application\/rss+xml;application\/atom+xml;application\/rdf+xml/&;/g' liferea.desktop.in
 
 %build
 #libtoolize --copy --force
-%configure --disable-schemas-install --enable-static=no
+%configure --enable-static=no
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/liferea/*.{a,la}
 rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
@@ -78,11 +95,10 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
 %clean
 %{__rm} -rf %{buildroot}
 
-%preun
-GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %post
-GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
@@ -93,18 +109,35 @@ touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
 fi
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog INSTALL README
-%config %{_sysconfdir}/gconf/schemas/*
+#%config %{_sysconfdir}/gconf/schemas/*
 %{_bindir}/*
 %{_datadir}/applications/*
 %{_datadir}/%{name}/*
 %{_datadir}/icons/*
+%{_datadir}/glib-2.0/schemas/*
+%{_libdir}/%{name}/girepository-1.0/*
+%{_libdir}/%{name}/plugins/*
 %{_mandir}/man?/*
+%{_mandir}/pl/*
 
 %changelog
+* Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.10.0-1
+- new upstream release
+- maintained BuildRequires
+  - added: libpeas-devel, gsettings-desktop-schemas-devel
+  - changed: gtk2-devel to gtk3-devel
+             WebKit-gtk-devel to WebKit3-gtk-devel
+	     intltool >= 0.35 to intltool >= 0.40.4
+  - deleted: GConf2-devel
+- deleted Requires: GConf2
+- deleted unrecognized option: --disable-schemas-install
+- run glib-compile-schemas in %posttrans, %postun
+
 * Sat Jun 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.15-1
 - new upstream release
 

+ 5 - 2
p/python-dulwich/python-dulwich-vl.spec

@@ -3,7 +3,7 @@
 %global srcname dulwich
 
 Name:           python-%{srcname}
-Version:        0.8.7
+Version:        0.9.0
 Release:        1%{?_dist_release}
 Summary:        A python implementation of the Git file formats and protocols
 Summary(ja):    Git ファイルフォーマットとプロトコルの python 実装
@@ -76,6 +76,9 @@ nosetests test_web.py
 
 
 %changelog
+* Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
+- new upstream release
+
 * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.7-1
 - new upstream release
 
@@ -108,7 +111,7 @@ nosetests test_web.py
 * Thu Jan 27 2011 Fabian Affolter <fabian@bernewireless.net> - 0.7.0-1
 - Updated to new upstream version 0.7.0
 
-* Sat Nov 08 2010 Fabian Affolter <fabian@bernewireless.net> - 0.6.2-1
+* Mon Nov 08 2010 Fabian Affolter <fabian@bernewireless.net> - 0.6.2-1
 - Filtering added
 - Updated to new upstream version 0.6.2
 

+ 4 - 1
t/transmission/transmission-vl.spec

@@ -1,5 +1,5 @@
 Name:	        transmission
-Version:	2.80
+Version:	2.81
 Release:	1%{?_dist_release}
 Summary:	A lightweight BitTorrent client
 Summary(ja):	軽量な BitTorrent クライアント
@@ -267,6 +267,9 @@ fi
 %{_mandir}/man1/transmission-qt.1*
 
 %changelog
+* Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.81-1
+- new upstream release
+
 * Sat Jun 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.80-1
 - new upstream release