liblbxutil/liblbxutil.spec

71 lines
1.6 KiB
RPMSpec
Raw Normal View History

Name: liblbxutil
Version: 1.1.0
Release: 2mamba
Summary: X.Org lbxutil library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org
Source: ftp://x.org/pub/individual/lib/liblbxutil-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
X.Org lbxutil library.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
X.Org lbxutil library.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/liblbxutil.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/lbx*.h
%{_libdir}/liblbxutil.a
%{_libdir}/liblbxutil.la
%{_libdir}/liblbxutil.so
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog README
%changelog
* Sat Jun 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- rebuilt
* Wed Jan 13 2010 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic update by autodist
* Sun Feb 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
- specfile updated
* Tue Dec 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
- package created by autospec