- Correct URL

- Revert merge-review cleanup (#226009)
epel9
Paul F. Johnson 14 years ago
parent 5c1e0af1b6
commit ddeeee30b3

@ -1,16 +1,14 @@
Name: libgdiplus Name: libgdiplus
Version: 2.8 Version: 2.8
Release: 1.1%{?dist} Release: 2%{?dist}
Summary: An Open Source implementation of the GDI+ API Summary: An Open Source implementation of the GDI+ API
Group: System Environment/Libraries Group: System Environment/Libraries
License: MIT License: MIT
URL: http://www.mono-project.com/Main_Page URL: http://www.mono-project.com/Main_Page
#Source0: http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2 Source0: http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
# http://github.com/mono/libgdiplus/commit/6779fbf994d5270720ccb1687ba8b004e20a1821 # http://github.com/mono/libgdiplus/commit/6779fbf994d5270720ccb1687ba8b004e20a1821
Source0: http://mono.ximian.com/monobuild/preview/sources-preview/%{name}/%{name}-%{version}.tar.bz2 #Source0: http://mono.ximian.com/monobuild/preview/sources-preview/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
BuildRequires: libungif-devel libpng-devel fontconfig-devel BuildRequires: libungif-devel libpng-devel fontconfig-devel
BuildRequires: cairo-devel giflib-devel libexif-devel BuildRequires: cairo-devel giflib-devel libexif-devel
@ -23,7 +21,7 @@ Project
%package devel %package devel
Summary: Development files for libgdiplus Summary: Development files for libgdiplus
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig Requires: %{name} = %{version}-%{release}
%description devel %description devel
Development files for libgdiplus Development files for libgdiplus
@ -36,13 +34,8 @@ Development files for libgdiplus
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p"
make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm %{buildroot}%{_libdir}/*.la
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -50,16 +43,19 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS %doc COPYING NEWS README TODO AUTHORS ChangeLog
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%{_libdir}/lib*.so %{_libdir}/lib*.so
%changelog %changelog
* Thu Oct 14 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-2
- Correct URL
- Revert merge-review cleanup (#226009)
* Thu Oct 07 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-1.1 * Thu Oct 07 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-1.1
- Bump to full release - Bump to full release

Loading…
Cancel
Save