https://bugzilla.redhat.com/show_bug.cgi?id=841001

raveit65 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from raveit65 <[email protected]> ---
my suggestion:

Summary:         Window Navigator Construction Kit
Name:             libmatewnck
Version:         1.4.0
Release:         1%{?dist}
URL:             http://pub.mate-desktop.org
Source0:        
http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
License:         LGPLv2+
Group:             System Environment/Libraries

Requires:         startup-notification

BuildRequires:  glib2-devel
BuildRequires:  gtk2-devel
BuildRequires:  pango-devel
BuildRequires:  startup-notification-devel
BuildRequires:  libXt-devel
BuildRequires:  libXres-devel
BuildRequires:  gettext
BuildRequires:  intltool
BuildRequires:  gobject-introspection-devel
BuildRequires:  mate-common
BuildRequires:  gtk-doc
BuildRequires:  cairo-gobject-devel


%description
libmatewnck (pronounced "libmatewink") is used to implement pagers, tasklists,
and other such things. It allows applications to monitor information
about open windows, workspaces, their names/icons, and so forth.

%package devel
Summary: Libraries and headers for libmatewnck
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build

%configure \
    --disable-static \
    --enable-introspection \
    --enable-gtk-doc \
    --enable-startup-notification

make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%find_lang %{name}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/matewnck-urgency-monitor
%{_bindir}/matewnckprop

%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/Matewnck-1.0.typelib

%files devel
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gir-1.0/Matewnck-1.0.gir
%doc %{_datadir}/gtk-doc

%changelog
* Mon Jul 09 2012 Wolfgang Ulbrich <[email protected]> - 1.4.0-1
- update to 1.4.0

Only the licence information isn't checked.
It's from libwnck.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to