Hello community,

here is the log from the commit of package liblnk for openSUSE:Factory checked 
in at 2013-04-19 09:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblnk (Old)
 and      /work/SRC/openSUSE:Factory/.liblnk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblnk", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.liblnk.new/liblnk.changes       2013-04-19 
09:57:28.000000000 +0200
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Fri Apr  5 01:24:57 UTC 2013 - jeng...@inai.de
+
+- Cleanups: Set RPM group, license, summary and description
+  metadata; remove unused %py_requires; do not bloat shlib package
+  with documentation
+- Use system libraries instead of bundled ones where possible
+- Name the tools package according to upstream's recommendation
+- Drop unnecessary -fno-strict-aliasing
+- Drop Windows_Shell_Item pdf, this belongs to a different package
+
+-------------------------------------------------------------------
+Wed Mar 27 16:57:05 UTC 2013 - greg.freem...@gmail.com
+
+- initial package (version 0~20130304) for build.opensuse.org

New:
----
  Windows_Shortcut_File_(LNK)_format.pdf
  liblnk-alpha-20130304.tar.xz
  liblnk.changes
  liblnk.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liblnk.spec ++++++
#
# spec file for package liblnk
#
# Copyright (c) 2013 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/
#


Name:           liblnk
%define lname   liblnk1
%define timestamp       20130304
Version:        0~%timestamp
Release:        0
Summary:        Library and tools to access the Windows Shortcut File (LNK) 
format
License:        LGPL-3.0+ and GFDL-1.3+
Group:          Productivity/File utilities
Url:            http://code.google.com/p/liblnk/

#DL-URL:        http://liblnk.googlecode.com/files/liblnk-alpha-20130304.tar.gz
Source:         %name-alpha-%timestamp.tar.xz
Source2:        Windows_Shortcut_File_(LNK)_format.pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  xz
#BuildRequires:  pkgconfig(libbfio) >= 20120426
#BuildRequires:  pkgconfig(libcdata) >= 20120425
#BuildRequires:  pkgconfig(libcerror) >= 20120425
#BuildRequires:  pkgconfig(libcfile) >= 20120526
#BuildRequires:  pkgconfig(libclocale) >= 20120425
BuildRequires:  pkgconfig(libcnotify) >= 20120425
#BuildRequires:  pkgconfig(libcpath) >= 20120701
BuildRequires:  pkgconfig(libcsplit) >= 20120701
#BuildRequires:  pkgconfig(libcstring) >= 20120425
#BuildRequires:  pkgconfig(libcsystem) >= 20120425
BuildRequires:  pkgconfig(libfdatetime) >= 20120522
BuildRequires:  pkgconfig(libfguid) >= 20120426
#BuildRequires:  pkgconfig(libfwsi) >= 20120426
#BuildRequires:  pkgconfig(libuna) >= 20120425
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
liblnk is a library to access Windows Shortcut File (LNK) files.

%package -n %lname
Summary:        Library to access the Windows Shortcut File (LNK) format
License:        LGPL-3.0+
Group:          System/Libraries

%description -n %lname
liblnk is a library to access Windows Shortcut File (LNK) files.

%package tools
Summary:        Tools to access the Windows Shortcut File (LNK) format
License:        LGPL-3.0+
Group:          Productivity/File utilities

%description tools
liblnk is a library to access Windows Shortcut File (LNK) files.
 
%package devel
Summary:        Development files for liblnk, a library to access Windows 
Shortcut Links
License:        LGPL-3.0+ and GFDL-1.3+
Group:          Development/Libraries/C and C++
Requires:       %lname = %version

%description devel
liblnk is a library to access Windows Shortcut File (LNK) files.

This subpackage contains libraries and header files for developing
applications that want to make use of %name.

%package -n python-%name
Summary:        Python bindings for liblnk, a Windows Shortcut Link parser
License:        LGPL-3.0+
Group:          Development/Libraries/Python
Requires:       python

%description -n python-%name
Python binding for liblnk, which can read Windows Shortcut Link files.

%prep
%setup -qn liblnk-%timestamp
cp "%SOURCE2" .

%build
%configure --disable-static --enable-wide-character-type --enable-python
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot"
find %buildroot -name '*.la' -delete

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/liblnk.so.*

%files tools
%defattr(-,root,root)
%_bindir/lnk*
%_mandir/man1/lnkinfo.1*

%files devel
%defattr(-,root,root)
%doc Windows_Shortcut_File_*.pdf
%_includedir/liblnk.h
%_includedir/liblnk/
%_libdir/liblnk.so
%_libdir/pkgconfig/liblnk.pc
%_mandir/man3/liblnk.3*

%files -n python-%name
%defattr(-,root,root)
%doc AUTHORS COPYING README
%python_sitearch/pylnk.so

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to