automatic update by autodist [release 1.1.0-1mamba;Wed Jan 13 2010]
This commit is contained in:
parent
73c004a72b
commit
ae1faa9bca
63
liblbxutil.spec
Normal file
63
liblbxutil.spec
Normal file
@ -0,0 +1,63 @@
|
||||
%define xorg_ver 7.1
|
||||
Name: liblbxutil
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
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
|
||||
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 ChangeLog README
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/lbx*.h
|
||||
%{_libdir}/liblbxutil.a
|
||||
%{_libdir}/liblbxutil.la
|
||||
%{_libdir}/liblbxutil.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user