- added missing BuildRequires
- removed unnecessary Requires from devel package
This commit is contained in:
parent
3a91a70c7c
commit
62d4506e01
@ -1,13 +1,18 @@
|
||||
Summary: Matchbox library
|
||||
Name: libmatchbox
|
||||
Version: 1.7
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://projects.o-hand.com/matchbox/
|
||||
Source0: http://projects.o-hand.com/matchbox/sources/libmatchbox/1.7/libmatchbox-1.7.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: libtool
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
|
||||
|
||||
%description
|
||||
All font and image operations are provided to other Matchbox packages via libmatchbox.
|
||||
@ -19,8 +24,6 @@ Requires: libmatchbox = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: xorg-x11-devel
|
||||
Requires: pango-devel
|
||||
Requires: freetype-devel
|
||||
Requires: glib2-devel
|
||||
Requires: libpng-devel
|
||||
Requires: libjpeg-devel
|
||||
|
||||
@ -59,12 +62,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(0655, root, root, 0755)
|
||||
%{_libdir}/libmb.so
|
||||
%{_libdir}/libmb.a
|
||||
|
||||
|
||||
%{_libdir}/pkgconfig/libmb.pc
|
||||
%{_includedir}/libmb/
|
||||
|
||||
%changelog
|
||||
* Fri Jun 17 2005 Toni Willberg <toniw@iki.fi> 1.7-3
|
||||
- added missing BuildRequires
|
||||
- removed unnecessary Requires from devel package
|
||||
|
||||
* Mon Jun 13 2005 Toni Willberg <toniw@iki.fi> 1.7-2
|
||||
- changed as suggested by Ignacio Vazquez-Abrams <ivazquez@ivazquez.net>:
|
||||
- Drop 0 Epoch
|
||||
|
Loading…
Reference in New Issue
Block a user