Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Fedora Release Engineering
2a264fa855 dist-git conversion 2010-07-29 15:29:40 +00:00
Stewart Adam
e8e4b2e169 Retire package 2009-01-20 13:47:38 +00:00
Stewart Adam
34849ac937 Don't libtoolize, but libtool is still a BR 2008-12-11 20:23:07 +00:00
Stewart Adam
3d7b916ecb Upstream re-uploaded tarball inplace... :/
Patch out internal expat sources, fix BR, don't libtoolize
2008-12-11 19:32:51 +00:00
Stewart Adam
9cff2e1593 Fix ./configure errors 2008-11-20 16:46:37 +00:00
Stewart Adam
c0fa469bfd Update to 1.0 final 2008-11-20 16:09:19 +00:00
Jesse Keating
0cc39bd54c Initialize branch F-9 for wxsvg 2008-04-22 01:40:09 +00:00
6 changed files with 2 additions and 135 deletions

View file

@ -1 +0,0 @@
wxsvg-1.0b7_3.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wxsvg-1.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wxsvg
# $Id$
NAME := wxsvg
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
No software uses wxsvg without its ffmpeg extensions - see https://www.redhat.com/archives/fedora-devel-list/2009-January/msg00871.html for more information. Because of this, it is being removed.

View file

@ -1 +0,0 @@
ff34383d35221259312dc49127140c05 wxsvg-1.0b7_3.tar.gz

View file

@ -1,112 +0,0 @@
%define prever b7
Summary: C++ library to create, manipulate and render SVG files
Name: wxsvg
Version: 1.0
Release: 0.8.%{prever}%{?dist}
License: wxWidgets
Group: System Environment/Libraries
URL: http://www.wxsvg.org/
Source0: http://downloads.sf.net/wxsvg/wxsvg-%{version}%{prever}_3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libart_lgpl-devel
BuildRequires: pkgconfig
BuildRequires: pango-devel
BuildRequires: freetype-devel
BuildRequires: wxGTK-devel
# In 1.0b7_3 ltmain.sh is missing... so are Makefile.in (still in 1.0b8_1)
BuildRequires: libtool, automake, autoconf
%description
wxSVG is C++ library to create, manipulate and render SVG files.
%package devel
Summary: Development files for the wxSVG library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: wxGTK-devel
%description devel
wxSVG is C++ library to create, manipulate and render SVG files.
%prep
%setup -q -n %{name}-%{version}%{prever}_3
libtoolize --copy --force
./autogen.sh
%build
%configure \
--disable-static \
--disable-ffmpeg
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
%clean
%{__rm} -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO
%{_bindir}/svgview
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/wxSVG/
%{_includedir}/wxXML/
%exclude %{_libdir}/*.la
%{_libdir}/*.so
%changelog
* Sun Feb 24 2008 Matthias Saou <http://freshrpms.net/> 1.0-0.8.b7_3
- Downgrade to 1.0b7_3 since 1.0b8_1 requires ffmpeg and disabling it doesn't
seem to work properly and it has never avtually been built.
- Update URL field.
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
- Autorebuild for GCC 4.3
* Mon Jan 14 2008 Matthias Saou <http://freshrpms.net/> 1.0-0.6.b8_1
- Update to 1.0b8_1.
- Replace shipping our own ltmain.sh with running libtoolize.
- Disable new ffmpeg option (which is enabled by default).
- Still needs work (doesn't compile!), since ffmpeg seems to be mandatory now.
* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.5.b7_3
- Rebuild for new BuildID feature.
* Sun Aug 5 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.4.b7_3
- Update License field.
* Wed Jun 6 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.3.b7_3
- Update to 1.0b7_3.
- Pass -p to install.
- Remove no longer needed freetype patch, but...
- ...include our own ltmain.sh because it's missing...
- ...run ./autogen.sh since Makefile.in files are missing too.
* Wed May 9 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.2.b7
- Remove rpath on 64bit.
- Update sf.net download URL.
- Add missing wxGTK-devel requirement to the devel package.
* Fri Jan 19 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.1.b7
- Initial RPM release.