Mailinglist Archive: opensuse-commit (480 mails)
| < Previous | Next > |
commit xdg-user-dirs for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 16 Nov 2009 15:22:55 +0100
- Message-id: <20091116142255.261AF202A6@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xdg-user-dirs for openSUSE:Factory
checked in at Mon Nov 16 15:22:54 CET 2009.
--------
--- xdg-user-dirs/xdg-user-dirs.changes 2009-02-01 23:26:48.000000000 +0100
+++ /mounts/work_src_done/STABLE/xdg-user-dirs/xdg-user-dirs.changes
2009-11-13 13:18:32.000000000 +0100
@@ -1,0 +2,15 @@
+Fri Nov 13 12:16:22 CET 2009 - vuntz@xxxxxxxxxxxx
+
+- Update to version 0.12:
+ + Updated translations
+- Changes from version 0.11:
+ + Switch DOWNLOAD default to "Downloads" instead of "Download" to
+ to match the other names
+ + Fix bashisms in xdg-user-dirs
+ + Updated translations
+- Use spec-cleaner to clean the spec file.
+- Drop sr-latin-rename.diff and instead rename the .mo file after
+ the "make install" call.
+- Do not package empty TODO file.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
sr-latin-rename.diff
xdg-user-dirs-0.10.tar.bz2
New:
----
xdg-user-dirs-0.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdg-user-dirs.spec ++++++
--- /var/tmp/diff_new_pack.IfV14D/_old 2009-11-16 15:07:27.000000000 +0100
+++ /var/tmp/diff_new_pack.IfV14D/_new 2009-11-16 15:07:27.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package xdg-user-dirs (Version 0.10)
+# spec file for package xdg-user-dirs (Version 0.12)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,61 +15,54 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: xdg-user-dirs
-BuildRequires: make
+Version: 0.12
+Release: 1
License: GPL v2 only
-Group: System/GUI/Other
Summary: Utilities to handle user data directories
-Version: 0.10
-Release: 41
Url: http://freedesktop.org/wiki/Software/xdg-user-dirs
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Group: System/GUI/Other
Source0: %name-%{version}.tar.bz2
-Patch0: sr-latin-rename.diff
+BuildRequires: make
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
xdg-user-dirs is a tool to help manage "well known" user directories
like the desktop folder and the music folder. It also
handleslocalization (i.e. translation) of the filenames.
-
-
-Authors:
---------
- Alexander Larsson - alexl@xxxxxxxxxx
-
%prep
-%setup -q -n %name-%{version}
-%patch0
-mv po/sr@xxxxxxx po/sr@xxxxxxxx
+%setup -q
%build
%configure
make %{?jobs:-j %jobs}
%install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d
-echo "#!/bin/sh" >> $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
-echo "/usr/bin/xdg-user-dirs-update" >>
$RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
-chmod a+x $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
+%makeinstall
+# Change sr@Latn to sr@latin
+mv %{buildroot}%{_datadir}/locale/sr@Latn
%{buildroot}%{_datadir}/locale/sr@latin
%find_lang xdg-user-dirs
+# Create xinit script
+mkdir -p %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d
+echo "#!/bin/sh" >>
%{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
+echo "/usr/bin/xdg-user-dirs-update" >>
%{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
+chmod a+x %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files -f xdg-user-dirs.lang
%defattr(-,root,root)
-%doc AUTHORS COPYING README TODO ChangeLog
-%config(noreplace) /etc/xdg/user-dirs.conf
-%config(noreplace) /etc/xdg/user-dirs.defaults
-%dir /etc/X11/xinit
-%dir /etc/X11/xinit/xinitrc.d
-/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
-/usr/bin/xdg-user-dir
-/usr/bin/xdg-user-dirs-update
+%doc AUTHORS COPYING README ChangeLog
+%config(noreplace) %{_sysconfdir}/xdg/user-dirs.conf
+%config(noreplace) %{_sysconfdir}/xdg/user-dirs.defaults
+%dir %{_sysconfdir}/X11/xinit
+%dir %{_sysconfdir}/X11/xinit/xinitrc.d
+%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
+%{_bindir}/xdg-user-dir
+%{_bindir}/xdg-user-dirs-update
%changelog
++++++ xdg-user-dirs-0.10.tar.bz2 -> xdg-user-dirs-0.12.tar.bz2 ++++++
++++ 24430 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |