Author: wolf                         Date: Sat Feb 26 22:08:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/libgdiplus.spec
diff -u /dev/null SPECS/libgdiplus.spec:1.1
--- /dev/null   Sat Feb 26 23:08:43 2005
+++ SPECS/libgdiplus.spec       Sat Feb 26 23:08:37 2005
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary:       An Open Source implementation of the GDI+ API
+Summary(pl):   Otwarta implementacja API GDI+
+Name:          libgdiplus
+Version:       1.1.4
+Release:       1
+License:       LGPL/MPL/MIT X11
+Group:         Libraries
+Source0:       
http://www.go-mono.com/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 3a7f891d18af0151876b98bc05d3b373
+URL:           http://www.go-mono.com/
+BuildRequires: cairo-devel >= 0.3.0
+BuildRequires: libtiff-devel
+BuildRequires: libungif-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An Open Source implementation of the GDI+ API.
+
+This is part of the Mono project.
+
+%description -l pl
+Otwarta implementacja API GDI+.
+
+Część projektu Mono.
+
+%package devel
+Summary:       %{name} header files
+Summary(pl):   Pliki nagłówkowe %{name}
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+%{name} header files.
+
+%description devel -l pl
+Pliki nagłówkowe %{name}.
+
+%package static
+Summary:       Static %{name} library
+Summary(pl):   Statyczna biblioteka %{name}
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static %{name} library.
+
+%description static -l pl
+Statyczna biblioteka %{name}.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --with-cairo=installed
+
+echo "all:\n\ninstall:" > cairo/Makefile
+echo "all:\n\ninstall:" > libpixman/Makefile
+
+%{__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}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_pkgconfigdir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.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  2005/02/26 22:08:37  wolf
+- new
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to