[oyranos: 1/3] Cleanup.

Christopher Meng cicku at fedoraproject.org
Sat Mar 8 10:07:26 UTC 2014


commit 21e505fea73a85c4768acc220633f0ddf9f791fd
Author: Christopher Meng <i at cicku.me>
Date:   Sat Mar 8 14:25:05 2014 +0800

    Cleanup.

 oyranos.spec |   30 +++++++++++-------------------
 1 files changed, 11 insertions(+), 19 deletions(-)
---
diff --git a/oyranos.spec b/oyranos.spec
index 3170b76..cd0c3d9 100644
--- a/oyranos.spec
+++ b/oyranos.spec
@@ -1,14 +1,12 @@
 Name:           oyranos
 Version:        0.9.5
-Release:        0.0.20140123git%{?dist}
+Release:        1%{?dist}
 Summary:        A Colour Management System (CMS) on operating system level
 License:        GPLv2+ and BSD
 URL:            http://www.oyranos.org
-#Source0:        http://downloads.sourceforge.net/oyranos/oyranos-%{version}.tar.bz2
+Source0:        http://downloads.sourceforge.net/oyranos/oyranos-%{version}.tar.bz2
 # Snapshot temporary URL.
-Source0:        oyranos-%{version}git.tgz
-# Disappear since 0.9.5, upstream might do something wrong in the commit.
-Source1:        FindXcm.cmake
+# Source0:        oyranos-%{version}git.tgz
 BuildRequires:  boost-devel
 BuildRequires:  cairo-devel
 BuildRequires:  cmake
@@ -36,7 +34,6 @@ BuildRequires:  libXext-devel
 BuildRequires:  libXfixes-devel
 BuildRequires:  libXinerama-devel
 BuildRequires:  libxml2-devel
-#BuildRequires:  libXNVCtrl-devel
 BuildRequires:  libXrandr-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  libXxf86vm-devel
@@ -59,15 +56,10 @@ colors across devices and across platforms.
 Oyranos is intended as a OS level CMS.
 
 %package        libs
-Summary:        Libraries for %{name}
+Summary:        Shared libraries for %{name}
 
-%description libs
-The Color Management System (CMS) Oyranos is intended to coordinate device
-specific information (ICC colour profiles) and configure their system wide
-settings. Target is a predictable path for applications and users to match
-colors across devices and across platforms. 
-
-Oyranos is intended as a OS level CMS.
+%description    libs
+This package contains shared libraries of %{name}.
 
 %package        devel
 Summary:        Development files for %{name}
@@ -88,9 +80,6 @@ developing applications that use %{name}.
 # Remove bundled yaji sources
 rm -rf yajl/
 
-# Upstream did something wrong for cmake files.
-cp %{S:1} cmake/Modules/
-
 %build
 %configure --enable-debug \
            --disable-static \
@@ -142,8 +131,6 @@ fi || :
 %{_datadir}/applications/qcmsevents-applet.desktop
 %{_mandir}/man1/%{name}-policy.1*
 %{_mandir}/man1/%{name}-profile*.1*
-%{_mandir}/man1/%{name}-profile-install.1*
-%{_mandir}/man1/%{name}-profiles.1*
 %{_mandir}/man1/%{name}-xforms-modules.1*
 %{_mandir}/man1/%{name}-config-fltk.1*
 %{_mandir}/man1/%{name}-monitor*.1*
@@ -168,9 +155,14 @@ fi || :
 %{_libdir}/pkgconfig/%{name}*.pc
 
 %changelog
+* Fri Jan 24 2014 Christopher Meng <rpm at cicku.me> - 0.9.5-0.1.20140123git
+- Remove redundant lines in %%files section.
+- Fix bogus pkgconfig file.
+
 * Thu Jan 23 2014 Christopher Meng <rpm at cicku.me> - 0.9.5-0.0.20140123git
 - Update to 0.9.5 snapshoted from VCS repo for Kolor.
 - Add missing BRs(qt4/cairo).
+
 * Tue Jan 21 2014 Jon Ciesla <limburgher at gmail.com> - 0.4.0-16
 - Rebuild for new LibRaw.
 


More information about the scm-commits mailing list