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

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Jul 10 07:37:32 UTC 2005


Author: ensc

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

Modified Files:
	.cvsignore sources 
Added Files:
	gif2png.spec 
Log Message:
auto-import gif2png-2.5.1-1 on branch devel from gif2png-2.5.1-1.src.rpm


--- NEW FILE gif2png.spec ---
## $Id: gif2png.spec 1746 2005-07-10 07:33:23Z ensc at BIGO.ENSC.DE $


%{!?release_func:%global release_func() %1%{?dist}}

Summary:	A GIF to PNG converter
Name:		gif2png
Version:	2.5.1
Release:	%release_func 1
License:	BSD
Group:		Applications/Multimedia
URL:		http://www.catb.org/~esr/gif2png/
Source0:	http://www.catb.org/~esr/gif2png/%name-%version.tar.gz
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	libpng-devel

%package -n web2png
Summary:	A GIF to PNG converter for entire directory hierarchies
Group:		Applications/Multimedia
Requires:	gif2png = %version-%release
Requires:	python


%description
The gif2png program converts files from the obsolescent Graphic Interchange
Format to Portable Network Graphics. The conversion preserves all graphic
information, including transparency, perfectly. The gif2png program can
even recover data from corrupted GIFs.

There exists a 'web2png' program in a separate package which is able
to convert entire directory hierarchies.


%description -n web2png
The gif2png program converts files from the obsolescent Graphic Interchange
Format to Portable Network Graphics. The conversion preserves all graphic
information, including transparency, perfectly. The gif2png program can
even recover data from corrupted GIFs.

The distribution also includes a Python script, web2png, that will
convert entire web hierarchies (images and HTML or PHP pages).


%prep
%setup -q


%build
%configure
%__make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
%__make DESTDIR="$RPM_BUILD_ROOT" install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%_bindir/gif2png
%_mandir/*/gif2png.*

%files -n web2png
%defattr(-,root,root,-)
%_bindir/web2png
%_mandir/*/web2png.*



%changelog
* Tue Jul  5 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 2.5.1-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gif2png/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jul 2005 07:36:43 -0000	1.1
+++ .cvsignore	10 Jul 2005 07:37:29 -0000	1.2
@@ -0,0 +1 @@
+gif2png-2.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gif2png/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jul 2005 07:36:43 -0000	1.1
+++ sources	10 Jul 2005 07:37:30 -0000	1.2
@@ -0,0 +1 @@
+85bb8ee345fc41c218de19dda0164806  gif2png-2.5.1.tar.gz




More information about the scm-commits mailing list