This commit is contained in:
parent
dac8fb88ec
commit
5bfe6da8ca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 14:02:07 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Fixed BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 15:57:21 CST 2007 - maw@suse.de
|
||||
|
||||
|
@ -11,12 +11,11 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: nautilus
|
||||
# BuildRequires: cdparanoia eel-devel gnome-common gnome-icon-theme gnome-patch-translation intltool libbeagle-devel libexif-devel libgnomeui-devel libidl librsvg-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
|
||||
BuildRequires: cdparanoia eel-devel gnome-common gnome-icon-theme gnome-patch-translation intltool libbeagle-devel libgnomeui-devel libidl librsvg-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
|
||||
BuildRequires: cdparanoia eel-devel gnome-common gnome-icon-theme gnome-patch-translation intltool libbeagle-devel libexif-devel libgnomeui-devel libidl librsvg-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Productivity/File utilities
|
||||
Version: 2.18.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The GNOME 2.x Desktop File Manager
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org
|
||||
@ -87,17 +86,6 @@ gnome-patch-translation-prepare
|
||||
%patch15 -p1
|
||||
# %patch16 -p0
|
||||
%patch17 -p1
|
||||
# FIXME: this code updates translation for upstreamed patches.
|
||||
cd po
|
||||
intltool-update --pot
|
||||
for PO in *.po ; do
|
||||
if test -f ../po-update/$PO ; then
|
||||
msgmerge --compendium=../po-update/$PO -o $PO.new $PO nautilus.pot
|
||||
mv $PO.new $PO
|
||||
fi
|
||||
done
|
||||
cd ..
|
||||
# END
|
||||
gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
@ -174,6 +162,8 @@ fi
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 26 2007 - sbrabec@suse.cz
|
||||
- Fixed BuildRequires.
|
||||
* Thu Mar 22 2007 - maw@suse.de
|
||||
- Update to version 2.18.0.1
|
||||
- intltool is now a build requirement
|
||||
|
Loading…
Reference in New Issue
Block a user