[libmatewnck] update to latest upstream release

Dan Mashal vicodan at fedoraproject.org
Fri Feb 8 22:16:58 UTC 2013


commit 4db142cdaec8a43548188d309bd76ee45d01d928
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Feb 8 14:16:41 2013 -0800

    update to latest upstream release

 .gitignore       |    1 +
 libmatewnck.spec |   36 ++++++++++++++++++++++++------------
 sources          |    2 +-
 3 files changed, 26 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed65283..cceab28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libmatewnck-1.4.0.tar.xz
 /libmatewnck-1.5.0.tar.xz
+/libmatewnck-1.5.1.tar.xz
diff --git a/libmatewnck.spec b/libmatewnck.spec
index 7e401f3..c6b7dc8 100644
--- a/libmatewnck.spec
+++ b/libmatewnck.spec
@@ -1,5 +1,5 @@
 Name:           libmatewnck
-Version:        1.5.0
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        MATE Desktop Window Navigator Construction Kit libraries
 
@@ -8,14 +8,15 @@ License:        LGPLv2+ and GPLv2+
 URL:            http://www.mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
-BuildRequires:  pkgconfig(cairo-gobject)
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk-doc)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xres)
+BuildRequires:  cairo-gobject-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  gtk-doc
+BuildRequires:  libX11-devel
+BuildRequires:  libXres-devel
 BuildRequires:  mate-common
-BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRequires:  mate-doc-utils
+BuildRequires:  startup-notification-devel
 
 %description
 Window navigator construction Kit for MATE Desktop
@@ -32,12 +33,17 @@ Development libraries and headers for libmatewnck
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+%configure                       \
+   --disable-static              \
+   --enable-gtk-doc-html         \
+   --enable-startup-notification \
+   --with-gnu-ld                 \
+   --with-x                      
 
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install
 
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 find %{buildroot} -name '*.a' -exec rm -rf {} ';'
@@ -52,7 +58,7 @@ find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 %doc AUTHORS COPYING README
 %{_libdir}/girepository-1.0/Matewnck-1.0.typelib
 %{_libdir}/libmatewnck.so.*
-%{_datadir}/gtk-doc/html/libmatewnck/
+%{_datadir}/gtk-doc/html/libmatewnck
 %{_bindir}/matewnck-urgency-monitor
 %{_bindir}/matewnckprop
 
@@ -63,6 +69,12 @@ find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 %{_datadir}/gir-1.0/Matewnck-1.0.gir
 
 %changelog
+* Fri Feb 08 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.1-1
+- Update to latest upstream release
+- Update configure flags
+- Redo BRs to old style
+- Add V=1 to make flags
+
 * Mon Oct 29 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
 - update to 1.5.0 release
 - remove duplicate .so from files
diff --git a/sources b/sources
index 05cf025..5152a63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ab7beab37cd27b3b9624e31ea2716ad  libmatewnck-1.5.0.tar.xz
+bf564d92d988ea699453b101fb4ccb4a  libmatewnck-1.5.1.tar.xz


More information about the scm-commits mailing list