Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit man-pages-ru
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 05 Jul 2007 19:35:44 +0200
- Message-id: <20070705173544.D24E667817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package man-pages-ru
checked in at Thu Jul 5 19:35:44 CEST 2007.
--------
--- man-pages-ru/man-pages-ru.changes 2006-01-25 21:46:55.000000000 +0100
+++ /mounts/work_src_done/NOARCH/man-pages-ru/man-pages-ru.changes 2007-07-05 19:13:46.216768000 +0200
@@ -1,0 +2,8 @@
+Thu Jul 5 17:31:35 CEST 2007 - lrupp@xxxxxxx
+
+- update to 0.98
+- use fdupes
+- cleanup after build is finished
+- add locale provide
+
+-------------------------------------------------------------------
Old:
----
manpages-ru-0.7.tar.bz2
New:
----
manpages-ru-0.98.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ man-pages-ru.spec ++++++
--- /var/tmp/diff_new_pack.Bc5764/_old 2007-07-05 19:35:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Bc5764/_new 2007-07-05 19:35:30.000000000 +0200
@@ -1,30 +1,37 @@
#
-# spec file for package man-pages-ru (Version 0.7)
+# spec file for package man-pages-ru (Version 0.98)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: man-pages-ru
-License: Other License(s), see package, LDPL
+URL: http://www.linuxshare.ru/projects/trans/mans.html
+License: GPL v2 or later, Linux Documentation Project License (LDPL), Lizence differs from man page to page, some are GPL, some
Group: Documentation/Man
Autoreqprov: off
-Version: 0.7
+Version: 0.98
Release: 1
-Summary: LDP Man-Pages (Russian)
+%if 0%{suse_version} > 1000
+Provides: locale(man:ru)
+%endif
+%if 0%{suse_version} > 1020
+BuildRequires: fdupes
+%endif
+Summary: LDP man Pages (Russian)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: manpages-ru-%version.tar.bz2
BuildArchitectures: noarch
%description
-This are the Russian man pages of the Linux Documentation Project.
-Please note that they are normally older than the English versions.
-For reference you should use the English versions.
+These are the Russian man pages of the Linux Documentation Project.
+Note that they are normally older than the English versions. For
+reference, you should use the English versions.
@@ -35,21 +42,33 @@
%prep
%setup -n manpages-ru-%version
+%build
+
%install
-export RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_mandir}/ru
for i in man? ; do
mkdir -p $RPM_BUILD_ROOT%{_mandir}/ru/$i
install -m 644 $i/* $RPM_BUILD_ROOT%{_mandir}/ru/$i
done
+%if 0%{suse_version} > 1020
+
+%fdupes -s %buildroot
+%endif
+
+%clean
+rm -rf %buildroot
%files
%defattr(-,root,root)
%doc INSTALL INSTALL.ru NEWS README FAQ
%{_mandir}/ru
-%changelog -n man-pages-ru
+%changelog
+* Thu Jul 05 2007 - lrupp@xxxxxxx
+- update to 0.98
+- use fdupes
+- cleanup after build is finished
+- add locale provide
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Oct 11 2005 - hvogel@xxxxxxx
++++++ manpages-ru-0.7.tar.bz2 -> manpages-ru-0.98.tar.bz2 ++++++
++++ 19080 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 > |