add the stuffs since they aren't there
This commit is contained in:
parent
11c741ebd6
commit
8a8dafb3ae
4
.gitignore
vendored
4
.gitignore
vendored
@ -0,0 +1,4 @@
|
||||
libwnck-2.30.0.tar.bz2
|
||||
libwnck-2.30.3.tar.bz2
|
||||
/libwnck-2.30.4.tar.bz2
|
||||
/libwnck-2.91.6.tar.bz2
|
76
libwnck3.spec
Normal file
76
libwnck3.spec
Normal file
@ -0,0 +1,76 @@
|
||||
Summary: Window Navigator Construction Kit
|
||||
Name: libwnck3
|
||||
Version: 2.91.6
|
||||
Release: 1%{?dist}
|
||||
URL: http://download.gnome.org/sources/libwnck/
|
||||
#VCS: git:git://git.gnome.org/libwnck
|
||||
Source0: http://download.gnome.org/sources/libwnck/2.91/libwnck-%{version}.tar.bz2
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
|
||||
Requires: startup-notification
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libXres-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool, automake, autoconf
|
||||
BuildRequires: gnome-common
|
||||
Conflicts: libwnck < 2.30.4-2.fc15
|
||||
|
||||
%description
|
||||
libwnck (pronounced "libwink") 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 libwnck
|
||||
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 -n libwnck-%{version}
|
||||
|
||||
%build
|
||||
rm -f libtool
|
||||
autoreconf -f -i
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%find_lang libwnck-3.0
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f libwnck-3.0.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_bindir}/wnck-urgency-monitor
|
||||
%{_libdir}/girepository-1.0/Wnck-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/wnckprop
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
%{_datadir}/gir-1.0/Wnck-3.0.gir
|
||||
%doc %{_datadir}/gtk-doc
|
||||
|
||||
%changelog
|
||||
* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 2.91.6-1
|
||||
- Initial import.
|
Loading…
Reference in New Issue
Block a user