automatic version update by autodist [release 1.0.7-1mamba;Wed Jun 05 2013]
This commit is contained in:
parent
4cdfc7a363
commit
358c8c965e
83
libXres.spec
Normal file
83
libXres.spec
Normal file
@ -0,0 +1,83 @@
|
||||
Name: libXres
|
||||
Version: 1.0.7
|
||||
Release: 1mamba
|
||||
Summary: X.Org Xres library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: ftp://ftp.x.org/pub/individual/lib/libXres-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Provides: libXRes
|
||||
Obsoletes: libXRes
|
||||
|
||||
%description
|
||||
X.Org Xres library.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libXRes-devel
|
||||
Obsoletes: libXRes-devel
|
||||
|
||||
%description devel
|
||||
X.Org Xres 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}/libXRes.so.*
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libXRes.a
|
||||
%{_libdir}/libXRes.la
|
||||
%{_libdir}/libXRes.so
|
||||
%dir %{_includedir}/X11/extensions
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/XRes*.3.gz
|
||||
|
||||
%changelog
|
||||
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 01 2010 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Oct 12 2009 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Mar 13 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
||||
- update to 1.0.3
|
||||
- rename to libXres and provide/obsolete libXRes
|
||||
|
||||
* Thu Dec 28 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user