Hello community, here is the log from the commit of package Terminal for openSUSE:Factory checked in at 2012-03-20 11:36:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Terminal (Old) and /work/SRC/openSUSE:Factory/.Terminal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Terminal", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/Terminal/Terminal.changes 2011-10-25 17:13:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.Terminal.new/Terminal.changes 2012-03-20 11:36:23.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 14 17:25:21 UTC 2012 - [email protected] + +- Moved localized man pages to language package. +- Clean up spec. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Terminal.spec ++++++ --- /var/tmp/diff_new_pack.tlvLgA/_old 2012-03-20 11:36:24.000000000 +0100 +++ /var/tmp/diff_new_pack.tlvLgA/_new 2012-03-20 11:36:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package Terminal # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,29 +16,27 @@ # - Name: Terminal Version: 0.4.8 -Release: 1 +Release: 0 +Summary: Terminal Emulator for the Xfce Desktop Environment License: GPL-2.0+ -Summary: Terminal emulator for the Xfce desktop environment -Url: http://goodies.xfce.org/projects/applications/terminal Group: System/X11/Terminals +Url: http://goodies.xfce.org/projects/applications/terminal Source0: %{name}-%{version}.tar.bz2 Source1: %name-rpmlintrc # PATCH-FIX-UPSTREAM Terminal-0.4.8-fix-help.patch [email protected] -- Fix help by making sure there is no trailing '#' in URLs which make exo-helper-1 choke Patch0: Terminal-0.4.8-fix-help.patch +BuildRequires: fdupes BuildRequires: intltool -BuildRequires: libpng-devel +BuildRequires: startup-notification +BuildRequires: update-desktop-files +BuildRequires: xfce4-dev-tools BuildRequires: pkgconfig(dbus-1) -BuildRequires: exo-devel +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(exo-1) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(vte) -BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: xfce4-dev-tools -BuildRequires: startup-notification -BuildRequires: update-desktop-files -BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: %{name}-lang = %{version} Recommends: %{name}-doc = %{version} @@ -52,9 +50,8 @@ helps to save space on the desktop. %package doc -License: GPL-2.0+ -Group: Documentation/HTML Summary: Documentation for Terminal +Group: Documentation/HTML BuildArch: noarch Requires: %{name} = %{version} @@ -74,7 +71,7 @@ %install %makeinstall -%fdupes %{buildroot}/%{_mandir} +%fdupes %{buildroot}/%{_datadir} %suse_update_desktop_file -i Terminal System TerminalEmulator Utility rm %{buildroot}%{_datadir}/pixmaps/terminal.xpm # create terminal -> Terminal symlinks @@ -84,22 +81,15 @@ ln -sf "${manpage##*/}" \ "$(printf "%s\n" "${manpage##*/}" | tr [:upper:] [:lower:])" ) done -rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} -%find_lang %{name} - -%clean -rm -rf %{buildroot} - -%if 0%{?suse_version} >= 1140 +%find_lang %{name} --with-man %post -%desktop_database_post %icon_theme_cache_post +%desktop_database_post %postun -%desktop_database_postun %icon_theme_cache_postun -%endif +%desktop_database_postun %files %defattr(-,root,root) @@ -110,22 +100,11 @@ %{_datadir}/Terminal/*ui %{_datadir}/Terminal/Terminal.glade %{_datadir}/applications/Terminal.desktop -%dir %{_datadir}/icons/hicolor/* -%{_datadir}/icons/hicolor/*/*/ +%{_datadir}/icons/hicolor/*/*/* %dir %{_datadir}/gnome-control-center %dir %{_datadir}/gnome-control-center/default-apps %{_datadir}/gnome-control-center/default-apps/Terminal-default-apps.xml -%dir %{_mandir}/ca -%dir %{_mandir}/da -%dir %{_mandir}/el -%dir %{_mandir}/gl -%dir %{_mandir}/id -%dir %{_mandir}/pt -%dir %{_mandir}/ru -%dir %{_mandir}/ug -%dir %{_mandir}/sv -%dir %{_mandir}/zh_CN -%doc %{_mandir}/*/* +%doc %{_mandir}/man?/* %files doc %defattr(-,root,root) @@ -134,5 +113,11 @@ %doc %{_datadir}/xfce4/Terminal/html/ %files lang -f %{name}.lang +%defattr(-,root,root) +%dir %{_mandir}/?? +%dir %{_mandir}/??_?? +%doc %dir %{_mandir}/??/man1 +%doc %dir %{_mandir}/??_??/man1 +%doc %{_mandir}/*/man1/terminal.* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
