rpms/icoutils/F-11 icoutils.spec,NONE,1.1 sources,1.1,1.2

Martin Gieseking mgieseki at fedoraproject.org
Mon Aug 31 20:12:31 UTC 2009


Author: mgieseki

Update of /cvs/pkgs/rpms/icoutils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv863

Modified Files:
	sources 
Added Files:
	icoutils.spec 
Log Message:
initial import


--- NEW FILE icoutils.spec ---
Name:           icoutils
Version:        0.28.0
Release:        1%{?dist}
Summary:        Utility for extracting and converting Microsoft icon and cursor files

Group:          Applications/Multimedia
License:        GPLv3+
URL:            http://www.nongnu.org/icoutils/
Source0:        http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libpng-devel

%description
The icoutils are a set of programs for extracting and converting images in
Microsoft Windows icon and cursor files. These files usually have the
extension .ico or .cur, but they can also be embedded in executables or
libraries.

%prep
%setup -q
iconv -f ISO88592 -t UTF8 < NEWS > NEWS.utf8
touch -r NEWS NEWS.utf8
mv NEWS.utf8 NEWS

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS TODO ChangeLog
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Mon Aug 17 2009 - Martin Gieseking <martin.gieseking at uos.de> - 0.28.0-1
- updated to latest upstream release
- changed license tag to GPLv3+

* Fri Aug 14 2009 - Martin Gieseking <martin.gieseking at uos.de> - 0.27.0-1
- updated to latest upstream release
- added missing BuildRequires
- patched wrestool/Makefile.am to fix ppc build failures

* Fri Apr 17 2009 - Eric Moret <eric.moret at gmail.com> - 0.26.0-1
- Initial spec


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/icoutils/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Aug 2009 18:45:10 -0000	1.1
+++ sources	31 Aug 2009 20:12:31 -0000	1.2
@@ -0,0 +1 @@
+8b28053a5b6c2fd900d73a7aeed0cdb3  icoutils-0.28.0.tar.gz




More information about the fedora-extras-commits mailing list