automatic version update by autodist [release 1.0.8-1mamba;Tue Mar 13 2012]
This commit is contained in:
parent
dd9099d9a0
commit
0a13351aef
79
libxkbfile.spec
Normal file
79
libxkbfile.spec
Normal file
@ -0,0 +1,79 @@
|
||||
Name: libxkbfile
|
||||
Version: 1.0.8
|
||||
Release: 1mamba
|
||||
Summary: X.Org xkbfile library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: http://ftp.x.org/pub/individual/lib/libxkbfile-%{version}.tar.bz2
|
||||
License: MIT
|
||||
Obsoletes: libXorg
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
X.Org xkbfile library.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libXorg-devel
|
||||
|
||||
%description devel
|
||||
X.Org xkbfile 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}/libxkbfile.so.*
|
||||
%doc COPYING ChangeLog
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libxkbfile.a
|
||||
%{_libdir}/libxkbfile.la
|
||||
%{_libdir}/libxkbfile.so
|
||||
%dir %{_includedir}/X11/extensions
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 01 2010 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.0.5-1mamba
|
||||
- update to 1.0.5
|
||||
- add buildrequirements
|
||||
|
||||
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1qilnx
|
||||
- update to version 1.0.4 by autospec
|
||||
|
||||
* Mon Dec 18 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user