rpms/libmatchbox/devel libmatchbox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Toni Willberg (twillber) fedora-extras-commits at redhat.com
Fri Jun 17 20:07:26 UTC 2005


Author: twillber

Update of /cvs/extras/rpms/libmatchbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11474/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libmatchbox.spec 
Log Message:
auto-import libmatchbox-1.7-2 on branch devel from libmatchbox-1.7-2.src.rpm


--- NEW FILE libmatchbox.spec ---
Summary: Matchbox library
Name: libmatchbox
Version: 1.7
Release: 2
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

%description
All font and image operations are provided to other Matchbox packages via libmatchbox.

%package devel
Summary: Headers and shared libraries for %{name}
Group: Development/Libraries
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

%description devel
Libraries and headers for libmatchbox. Required for building other Matchbox packages.

%prep
%setup -q

%build
%configure --enable-pango --enable-jpeg

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall
# the .la file is not needed
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT


# runtime
%files
%defattr(0755, root, root, 0755)
%{_libdir}/libmb.so.*

# development files
%files devel
%defattr(0655, root, root, 0755)
%{_libdir}/libmb.so
%{_libdir}/libmb.a


%{_libdir}/pkgconfig/libmb.pc
%{_includedir}/libmb/

%changelog
* Mon Jun 13 2005 Toni Willberg <toniw at iki.fi> 1.7-2
- changed as suggested by Ignacio Vazquez-Abrams <ivazquez at ivazquez.net>:
 - Drop 0 Epoch
 - Source0 should have full URL
 - Drop .la file from -devel
 - Use %{_includedir}/libmb instead of doing dir and headers separately

* Sun May 22 2005 Toni Willberg <toniw at iki.fi> 1.7-1
- Initial build. Thanks to Rudolf Kastl <che666 at gmail.com>




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmatchbox/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jun 2005 17:54:53 -0000	1.1
+++ .cvsignore	17 Jun 2005 20:07:24 -0000	1.2
@@ -0,0 +1 @@
+libmatchbox-1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmatchbox/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jun 2005 17:54:53 -0000	1.1
+++ sources	17 Jun 2005 20:07:24 -0000	1.2
@@ -0,0 +1 @@
+71dde5a06df6c755ed33f111aecaaf8c  libmatchbox-1.7.tar.gz




More information about the fedora-extras-commits mailing list