Mailinglist Archive: opensuse-commit (1248 mails)
| < Previous | Next > |
commit susedoc-buildbook for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 22 Apr 2010 01:42:47 +0200
- Message-id: <20100421234247.5A7A720200@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package susedoc-buildbook for
openSUSE:Factory
checked in at Thu Apr 22 01:42:47 CEST 2010.
--------
New Changes file:
--- /dev/null 2010-04-12 17:03:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/susedoc-buildbook/susedoc-buildbook.changes
2010-04-01 14:40:26.000000000 +0200
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Thu Apr 1 12:39:21 UTC 2010 - ke@xxxxxxx
+
+- 0.4:
+* Provide default .changes entry.
+* Remove obsolete buildbook.sh script.
+* Rename buildbook-for-obs.sh to buildbook.sh and provide a
+ compatibility link.
+
+-------------------------------------------------------------------
+Wed Mar 10 12:52:13 CET 2010 - ke@xxxxxxx
+
+- 0.3:
+* Fix name in toplevel .document file.
+* Provide .desktop files for the KDE4 help center; bnc#586682.
+
+-------------------------------------------------------------------
+Tue Mar 2 15:12:28 CET 2010 - ke@xxxxxxx
+
+- 0.2:
+* Lowercase referenced directories in yelp files (PDF).
+
+-------------------------------------------------------------------
+Thu Feb 25 13:31:10 CET 2010 - ke@xxxxxxx
+
+- New package: version 0.1.
+
+
calling whatdependson for head-i586
New:
----
susedoc-buildbook-0.4.tar.bz2
susedoc-buildbook.changes
susedoc-buildbook.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ susedoc-buildbook.spec ++++++
#
# spec file for package susedoc-buildbook (Version 0.4)
#
# Copyright (c) 2010 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: susedoc-buildbook
License: GNU General Public License (GPL)
Group: Documentation/SuSE
AutoReqProv: on
Summary: susedoc Book Build Script
Version: 0.4
Release: 1
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The susedoc book build script builds the output formats of a book
or the complete product documentation in the SVN and submits the
result to a Build Service instance such as http://build.opensuse.org
(OBS).
%define INSTALL install -m755
%define INSTALL_DIR install -d -m755
%define INSTALL_DATA install -m644
%prep
%setup -q
./configure --prefix=%{_prefix}
%build
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc COPYING
%{_bindir}/*
%{_datadir}/%{name}
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |