123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- Summary: A GNOME po file editor with many bells and whistles.
- Summary(ja): GNOME po ファイルエディタ
- Name: gtranslator
- Version: 1.9.9
- Release: 1%{?_dist_release}
- License: GPL
- Group: Applications/Development
- URL: http://www.gtranslator.org/
- Source: http://ftp.gnome.org/pub/GNOME/sources/gtranslator/1.9/%{name}-%{version}.tar.bz2
- Patch0: po_header_set_field_wrapper.patch
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: inagaki,yasumichi
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: glib2-devel >= 2.15.5
- BuildRequires: gtksourceview2-devel >= 2.4.0
- BuildRequires: GConf2-devel >= 2.18.0
- BuildRequires: gdl-devel >= 0.6.0
- BuildRequires: gtkspell-devel >= 2.0.0
- BuildRequires: gucharmap-devel
- BuildRequires: apr-devel apr-util-devel neon-devel
- BuildRequires: subversion-devel
- BuildRequires: gnome-doc-utils >= 0.3.2
- BuildRequires: libuuid-devel
- BuildRequires: unique-devel
- Requires(post): scrollkeeper GConf2
- Requires(pre): GConf2
- Requires(preun): GConf2
- Requires(postun): scrollkeeper
- Requires: glib2 >= 2.15.5
- Requires: gtksourceview2 >= 2.4.0
- Requires: gdl >= 0.6.0
- Requires: gtkspell >= 2.0.0
- Requires: gucharmap
- Requires: apr apr-util neon
- Requires: subversion
- Requires: libuuid
- %description
- gtranslator is a comfortable po file editor with many bells and whistles.
- It features many useful function which ease the work of translators of po
- files imminently.
- %package devel
- Summary: Headers for developing programs that will use %{name}
- Summary(ja): %{name} の開発用ファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: libglade2-devel
- Requires: gtksourceview2-devel
- %description devel
- This package contains the headers that programmers will need to develop
- applications which will use %{name}.
- %prep
- %setup -q
- # %patch0 -p1
- %build
- %configure --disable-static \
- --disable-debug \
- --disable-scrollkeeper \
- --disable-schemas-install
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
- %makeinstall
- unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
- %find_lang %{name}
- rm -f $RPM_BUILD_ROOT%{_libdir}/gtranslator/*/*.la
- %post
- scrollkeeper-update -q > /dev/null 2>&1 || :
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-install-rule \
- %{_sysconfdir}/gconf/schemas/gtranslator.schemas >& /dev/null ||:
- %pre
- if [ "$1" -gt 1 ]; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/gtranslator.schemas >& /dev/null ||:
- fi
- %preun
- if [ "$1" -eq 0 ]; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/gtranslator.schemas >& /dev/null ||:
- fi
- %postun
- scrollkeeper-update -q > /dev/null 2>&1 || :
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files -f %{name}.lang
- %defattr(-, root, root, 0755)
- %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
- %{_sysconfdir}/gconf/schemas/*
- %{_bindir}/*
- %{_libdir}/gtranslator
- %{_datadir}/applications/*.desktop
- %{_datadir}/gnome/help/gtranslator
- %{_datadir}/gtranslator
- %{_datadir}/omf/gtranslator
- %{_datadir}/pixmaps/*
- %{_datadir}/icons/hicolor/*/apps/gtranslator.*
- %{_mandir}/man?/*
- %files devel
- %defattr(-, root, root, -)
- %{_includedir}/gtranslator-2.0
- %{_datadir}/gtk-doc/html/gtranslator
- %{_libdir}/pkgconfig/*.pc
- %changelog
- * Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.9-1
- - new upstream release
- - add BuildRequires: unique-devel
- - drop Patch0
- * Thu Nov 19 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.9.6-2
- - add libuuid to Requires.
- - add libuuid-devel and gnome-doc-utils to BR.
- - add Patch0 (https://bugzilla.gnome.org/show_bug.cgi?id=591587)
- - export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 when install.
- * Thu Nov 19 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.9.6-1
- - new upstream release
- - add Requires glib2,gtksourceview2,gdl,gtkspell,gucharmap,apr,apr-util,neon,subversion
- * Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.5-1
- - applied new versioning policy, spec in UTF-8
- - new upstream release
- - updated BuildRequires:
- - split devel subpackage
- - changed Group to Applications/Development
- * Sat Oct 8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.6-0vl1
- - new upstream release
- - added BuildRequires: gtkspell-devel
- * Thu Jan 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.4-0vl1
- - new upstream snapshot, tarball is taken from debian pool
- - add Patch10 from debian package
- * Tue Sep 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0-1vl1
- - build for VineSeedPlus
- * Thu Sep 04 2003 Dag Wieers <dag@wieers.com> - 1.0-1
- - Updated to release 1.0.
- * Tue Sep 02 2003 Dag Wieers <dag@wieers.com> - 1.0-0.pre1
- - Updated to release 1.0pre1.
- * Fri Jun 27 2003 Dag Wieers <dag@wieers.com> - 1.0-0.cvs20030626
- - Updated to release 1.0CVS-20030626.
- * Sat Jun 14 2003 Dag Wieers <dag@wieers.com> - 0.99-0
- - Updated to release 0.99.
- * Tue Mar 18 2003 Dag Wieers <dag@wieers.com> - 0.43-0
- - Initial package. (using DAR)
|