Mailinglist Archive: opensuse-commit (1078 mails)
| < Previous | Next > |
commit xclass
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 28 May 2007 15:05:22 +0200
- Message-id: <20070528130523.21068678171@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xclass
checked in at Mon May 28 15:05:22 CEST 2007.
--------
--- xclass/xclass.changes 2006-09-12 10:59:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/xclass/xclass.changes 2007-05-28 11:57:43.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 28 11:56:13 CEST 2007 - anosek@xxxxxxx
+
+- split off devel package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xclass.spec ++++++
--- /var/tmp/diff_new_pack.G27977/_old 2007-05-28 15:05:18.000000000 +0200
+++ /var/tmp/diff_new_pack.G27977/_new 2007-05-28 15:05:18.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xclass (Version 0.9.2)
#
-# Copyright (c) 2006 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.
#
@@ -12,11 +12,11 @@
Name: xclass
BuildRequires: gcc-c++ xorg-x11-devel
-License: LGPL
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Version: 0.9.2
-Release: 1
+Release: 47
Summary: Library for Uniform Presentation of fvwm95 Programs
URL: http://xclass.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
@@ -36,6 +36,20 @@
--------
Hector Peraza <peraza@xxxxxxxxxxxxxxxxx>
+%package devel
+Summary: Library for Uniform Presentation of fvwm95 Programs - development files
+Group: System/Libraries
+Requires: %{name} = %{version}
+
+%description devel
+This package contains development files for xclass library.
+
+
+
+Authors:
+--------
+ Hector Peraza <peraza@xxxxxxxxxxxxxxxxx>
+
%prep
%setup -q
%patch0 -p1
@@ -74,14 +88,20 @@
%defattr(-,root,root)
%doc %{_defaultdocdir}/%{name}/
%config /etc/xclassrc
+%{_datadir}/xclass/
+%{_libdir}/libxclass.so.*
+
+%files devel
+%defattr(-,root,root)
%{_prefix}/bin/xc-config
%{_prefix}/include/XCconfig.h
%{_prefix}/include/xclass/
-%{_prefix}/share/xclass/
%{_libdir}/libxclass.a
-%{_libdir}/libxclass.so*
+%{_libdir}/libxclass.so
-%changelog -n xclass
+%changelog
+* Mon May 28 2007 - anosek@xxxxxxx
+- split off devel package
* Tue Sep 12 2006 - anosek@xxxxxxx
- updated to version 0.9.2
* this version includes OpenGL support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |