diff --git a/README.md b/README.md index 940f13f..46473e2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libwnck +Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. + diff --git a/libwnck.spec b/libwnck.spec new file mode 100644 index 0000000..ebce1ba --- /dev/null +++ b/libwnck.spec @@ -0,0 +1,202 @@ +%define apiver %(echo %version | cut -d. -f 1).0 +%define majver %(echo %version | cut -d. -f 1-2) +Name: libwnck +Version: 3.4.7 +Release: 1mamba +Summary: libwnck implements pagers, tasklists, and other such things +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnome.org +Source: http://ftp.gnome.org/pub/GNOME/sources/libwnck/%{majver}/%{name}-%{version}.tar.xz +License: LGPL +BuildRequires: pkgconfig +BuildRequires: gettext-devel +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: gtk-doc +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libexpat-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglib-devel +BuildRequires: libglitz-devel +BuildRequires: libgtk-devel +BuildRequires: libICE-devel +BuildRequires: libpango-devel +BuildRequires: libpixman-devel +BuildRequires: libpng-devel +BuildRequires: libpthread-stubs-devel +BuildRequires: libselinux-devel +BuildRequires: libSM-devel +BuildRequires: libstartup-notification-devel +BuildRequires: libstdc++6-devel +BuildRequires: libuuid-devel +BuildRequires: libX11-devel +BuildRequires: libXau-devel +BuildRequires: libxcb-devel +BuildRequires: libxcb-util-devel +BuildRequires: libXdmcp-devel +BuildRequires: libXext-devel +BuildRequires: libXrender-devel +BuildRequires: libXres-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +Libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. + +This package contains static libraries and header files need for development. + +%package apidocs +Summary: %{name} API documentation +Group: Documentation +Requires: gtk-doc + +%description apidocs +%{name} API documentation. + +%prep +%setup -q + +%build +%configure --enable-gtk-doc +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +rm -f %{buildroot}%{_libdir}/*.la + +%{find_lang} %{name}-%{apiver} + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files -f %{name}-%{apiver}.lang +%defattr(-,root,root) +%{_bindir}/wnck-urgency-monitor +%{_libdir}/libwnck-3.so.* +%doc AUTHORS COPYING + +%files devel +%defattr(-,root,root) +%{_bindir}/wnckprop +%{_libdir}/libwnck-3.so +%{_libdir}/girepository-1.0/Wnck-*.typelib +%{_datadir}/gir-1.0/Wnck-*.gir +%{_libdir}/pkgconfig/*.pc +%dir %{_includedir}/libwnck-?.?/libwnck +%{_includedir}/libwnck-?.?/libwnck/*.h +%doc ChangeLog NEWS README + +%files apidocs +%defattr(-,root,root) +%{_datadir}/gtk-doc/html/%{name}-%{apiver}/ + +%changelog +* Mon Aug 26 2013 Automatic Build System 3.4.7-1mamba +- automatic update by autodist + +* Thu Aug 08 2013 Automatic Build System 3.4.6-1mamba +- automatic update by autodist + +* Fri Feb 08 2013 Automatic Build System 3.4.5-1mamba +- automatic version update by autodist + +* Mon Nov 12 2012 Automatic Build System 3.4.4-1mamba +- automatic version update by autodist + +* Tue Sep 04 2012 Automatic Build System 3.4.3-1mamba +- automatic version update by autodist + +* Sat Aug 04 2012 Silvan Calarco 3.4.2-2mamba +- removed *.la file + +* Mon May 14 2012 Automatic Build System 3.4.2-1mamba +- automatic version update by autodist + +* Sun Apr 01 2012 Automatic Build System 3.4.0-1mamba +- update to 3.4.0 + +* Sun Oct 16 2011 Automatic Build System 3.2.1-1mamba +- automatic version update by autodist + +* Sat Oct 01 2011 Automatic Build System 3.2.0-1mamba +- automatic version update by autodist + +* Tue May 24 2011 Automatic Build System 3.0.2-1mamba +- automatic update by autodist + +* Wed Apr 06 2011 Automatic Build System 3.0.0-1mamba +- automatic update by autodist + +* Wed Nov 17 2010 Automatic Build System 2.30.6-1mamba +- automatic update to 2.30.6 by autodist + +* Mon Oct 04 2010 Automatic Build System 2.30.5-1mamba +- automatic update to 2.30.5 by autodist + +* Wed Aug 04 2010 Automatic Build System 2.30.3-1mamba +- automatic update to 2.30.3 by autodist + +* Tue Jun 22 2010 Automatic Build System 2.30.2-1mamba +- automatic update to 2.30.2 by autodist + +* Sat May 29 2010 Silvan Calarco 2.30.0-1mamba +- update to 2.30.0 + +* Sat Sep 26 2009 Automatic Build System 2.28.0-1mamba +- automatic update to 2.28.0 by autodist + +* Mon Jul 06 2009 Automatic Build System 2.26.2-1mamba +- automatic update by autodist + +* Wed May 20 2009 Automatic Build System 2.26.1-2mamba +- automatic rebuild by autodist + +* Fri Apr 17 2009 Silvan Calarco 2.26.1-1mamba +- automatic update by autodist + +* Fri Mar 27 2009 Silvan Calarco 2.26.0-1mamba +- automatic update to 2.26.0 by autodist + +* Wed Feb 04 2009 Silvan Calarco 2.24.2-1mamba +- automatic update by autodist + +* Sun Oct 26 2008 gil 2.24.1-1mamba +- update to 2.24.1 + +* Tue Oct 09 2007 Silvan Calarco 2.20.0-1mamba +- update to 2.20.0 + +* Tue Apr 10 2007 Tiziano Pratellesi 2.18.0-1mamba +- update to version 2.18.0 + +* Fri Jan 12 2007 Davide Madrisan 2.16.2-1qilnx +- update to version 2.16.2 by autospec +- fixed build requirements + +* Sun Sep 17 2006 Tiziano Pratellesi 2.16.0-1qilnx +- update to version 2.16.0 + +* Tue Aug 30 2005 Davide Madrisan 2.10.2-1qilnx +- update to version 2.10.2 by autospec + +* Fri Dec 03 2004 Alessandro Ramazzina 0.18-1qilnx +- package created by autospec