diff --git a/README.md b/README.md index 0736b1a..794217c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # liblbxutil +X.Org lbxutil library. + diff --git a/liblbxutil.spec b/liblbxutil.spec new file mode 100644 index 0000000..56c0877 --- /dev/null +++ b/liblbxutil.spec @@ -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 +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 1.1.0-1mamba +- automatic update by autodist + +* Sun Feb 08 2009 Silvan Calarco 1.0.1-2mamba +- specfile updated + +* Tue Dec 26 2006 Silvan Calarco 1.0.1-1qilnx +- package created by autospec