automatic update by autodist [release 1.0.6-1mamba;Mon Mar 24 2014]
This commit is contained in:
parent
216cab5898
commit
2d182176ad
81
libFS.spec
Normal file
81
libFS.spec
Normal file
@ -0,0 +1,81 @@
|
||||
%define xorg_ver 7.0
|
||||
Name: libFS
|
||||
Version: 1.0.6
|
||||
Release: 1mamba
|
||||
Summary: X.Org FS 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/libFS-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: xorg-xtrans-devel >= 1.0.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Obsoletes: libXorg
|
||||
|
||||
%description
|
||||
X.Org FS library.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
X.Org FS 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}/libFS.so.*
|
||||
%doc COPYING ChangeLog README
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libFS.a
|
||||
%{_libdir}/libFS.la
|
||||
%{_libdir}/libFS.so
|
||||
%{_includedir}/X11/fonts/FSlib.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_docdir}/libFS/FSlib.txt
|
||||
|
||||
%changelog
|
||||
* Mon Mar 24 2014 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 29 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 05 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 09 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Feb 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
||||
- update to 1.0.1
|
||||
|
||||
* Tue Dec 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user