automatic version update by autodist [release 0.4.1-1mamba;Fri Feb 21 2014]

This commit is contained in:
Automatic Build System 2024-01-05 19:33:36 +01:00
parent bb8fd2a896
commit f6ef847d5f
2 changed files with 88 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xcb-util-wm # xcb-util-wm
Client and window-manager helpers for ICCCM and EWMH.

86
xcb-util-wm.spec Normal file
View File

@ -0,0 +1,86 @@
Name: xcb-util-wm
Version: 0.4.1
Release: 1mamba
Summary: Client and window-manager helpers for ICCCM and EWMH
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org
Source: http://xcb.freedesktop.org/dist/xcb-util-wm-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-proto-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Client and window-manager helpers for ICCCM and EWMH.
%package -n lib%{name}
Group: System/Libraries
Summary: Shared libraries for %{name}
%description -n lib%{name}
Client and window-manager helpers for ICCCM and EWMH.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libxcb-ewmh.so.*
%{_libdir}/libxcb-icccm.so.*
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/xcb/xcb_ewmh.h
%{_includedir}/xcb/xcb_icccm.h
%{_libdir}/libxcb-ewmh.a
%{_libdir}/libxcb-ewmh.la
%{_libdir}/libxcb-ewmh.so
%{_libdir}/libxcb-icccm.a
%{_libdir}/libxcb-icccm.la
%{_libdir}/libxcb-icccm.so
%{_libdir}/pkgconfig/xcb-ewmh.pc
%{_libdir}/pkgconfig/xcb-icccm.pc
%doc ChangeLog NEWS README
%changelog
* Fri Feb 21 2014 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
- automatic version update by autodist
* Fri Jan 31 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
- automatic version update by autodist
* Sat Jan 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.9-1mamba
- package created by silvan using the webbuild interface