Author: qboosh                       Date: Tue Dec 26 22:01:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libmatchbox.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libmatchbox.spec
diff -u /dev/null SPECS/libmatchbox.spec:1.1
--- /dev/null   Tue Dec 26 23:01:34 2006
+++ SPECS/libmatchbox.spec      Tue Dec 26 23:01:28 2006
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+Summary:       Utility library used by Matchbox utilities
+Summary(pl):   Biblioteka narzędziowa używana przez narzędzia Matchbox
+Name:          libmatchbox
+Version:       1.9
+Release:       1
+License:       LGPL v2+
+Group:         Libraries
+Source0:       
http://projects.o-hand.com/matchbox/sources/libmatchbox/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 9f73e7515cc4679171a5db180dc1343b
+URL:           http://projects.o-hand.com/matchbox/
+BuildRequires: Xsettings-client-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel >= 1.2
+BuildRequires: pango-devel
+BuildRequires: pkgconfig
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXft-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility library used by Matchbox utilities.
+
+%description -l pl
+Biblioteka narzędziowa używana przez narzędzia Matchbox.
+
+%package devel
+Summary:       Header files for Matchbox library
+Summary(pl):   Pliki nagłówkowe biblioteki Matchbox
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      Xsettings-client-devel
+Requires:      libjpeg-devel
+Requires:      libpng-devel >= 1.2
+Requires:      pango-devel
+Requires:      xorg-lib-libX11-devel
+Requires:      xorg-lib-libXext-devel
+Requires:      xorg-lib-libXft-devel
+
+%description devel
+Header files for Matchbox library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki Matchbox.
+
+%package static
+Summary:       Static Matchbox library
+Summary(pl):   Statyczna biblioteka Matchbox
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static Matchbox library.
+
+%description static -l pl
+Statyczna biblioteka Matchbox.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libmb.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libmb.so
+%{_libdir}/libmb.la
+%{_includedir}/libmb
+%{_pkgconfigdir}/libmb.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libmb.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/26 22:01:28  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to