Mailinglist Archive: opensuse-commit (1029 mails)
| < Previous | Next > |
commit libprison for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 25 Jul 2011 10:59:23 +0200
- Message-id: <20110725085923.49CC1202CE@hilbert.suse.de>
Hello community,
here is the log from the commit of package libprison for openSUSE:Factory
checked in at Mon Jul 25 10:59:23 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libprison/libprison.changes 2011-05-08
18:26:28.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun May 8 16:26:10 UTC 2011 - cgiboudeaux@xxxxxxx
+
+- Add libprison
+
calling whatdependson for head-i586
New:
----
libprison.changes
libprison.spec
prison-1.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libprison.spec ++++++
#
# spec file for package libprison
#
# Copyright (c) 2011 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: libprison
%define rname prison
Version: 1.0
Release: 1
License: MIT
Summary: Qt api to produce QRCode and DataMatrix barcodes
Url: https://projects.kde.org/projects/prison
Group: Development/Libraries/C and C++
Source: %{rname}-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: kde4-filesystem
BuildRequires: libdmtx-devel
BuildRequires: libqt4-devel
BuildRequires: qrencode-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Prison is a barcode api currently offering a nice Qt api to produce QRCode
barcodes and DataMatrix barcodes, and can easily be made support more.
%package -n libprison0
License: MIT
Summary: Qt api to produce QRCode and DataMatrix barcodes
Group: Development/Libraries/C and C++
%description -n libprison0
Prison is a barcode api currently offering a nice Qt api to produce QRCode
barcodes and DataMatrix barcodes, and can easily be made support more.
%package devel
License: MIT
Summary: Qt api to produce QRCode and DataMatrix barcodes
Group: Development/Libraries/C and C++
Requires: libprison0 = %{version}
%description devel
Prison is a barcode api currently offering a nice Qt api to produce QRCode
barcodes and DataMatrix barcodes, and can easily be made support more.
%prep
%setup -n %{rname}-%{version}
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%make_install
%post -n libprison0 -p /sbin/ldconfig
%postun -n libprison0 -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files -n libprison0
%defattr(-,root,root)
%{_libdir}/libprison.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/prison/
%{_libdir}/cmake/Prison/
%{_libdir}/libprison.so
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |