Accepting request 584670 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 583503 from dimstar) OBS-URL: https://build.opensuse.org/request/show/584670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairomm1_0?expand=0&rev=2
This commit is contained in:
commit
f3c4257a5f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:24:00 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 14:39:49 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cairomm
|
||||
# spec file for package cairomm1_0
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,23 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
Name: cairomm1_0
|
||||
%define _name cairomm
|
||||
Name: cairomm1_0
|
||||
Version: 1.12.2
|
||||
Release: 0
|
||||
Summary: C++ Interface for Cairo
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://cairographics.org
|
||||
URL: http://cairographics.org
|
||||
Source: http://cairographics.org/releases/%{_name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
# needs doxygen for the documentation
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||
BuildRequires: pkgconfig(sigc++-2.0) >= 2.5.1
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package provides a C++ interface for Cairo.
|
||||
@ -67,20 +67,18 @@ This package provides a C++ interface for Cairo.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libcairomm-1_0-1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libcairomm-1_0-1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libcairomm-1_0-1
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/*.so
|
||||
%dir %{_libdir}/cairomm-1.0/
|
||||
%{_libdir}/cairomm-1.0/include
|
||||
@ -88,7 +86,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_includedir}/*
|
||||
|
||||
%files doc
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/devhelp/books/cairomm-1.0
|
||||
%{_datadir}/doc/cairomm-1.0
|
||||
# Avoid BuildRequires on devhelp
|
||||
|
Loading…
x
Reference in New Issue
Block a user