Name: nsis-data Version: 2.34 Release: 1 Vendor: CalcForge RPM Repository (http://repo.calcforge.org) Packager: Tyler Cassidy URL: http://nsis.sourceforge.net/ Source: nsis-%{version}.zip Group: Development/Tools License: zlib/libpng BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Summary: Data and target files for the NSIS Windows installer build tool %description NSIS (Nullsoft Scriptable Install System) is a professional Open Source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for Internet distribution. This package contains data and target files for NSIS. %prep %setup -n nsis-%{version} %build # remove Win32-only files used at build time rm -f Bin/LibraryLocal.exe Bin/GenPat.exe Bin/zip2exe.exe Bin/MakeLangId.exe %install # master dir stuff if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi mkdir -p $RPM_BUILD_ROOT # install makensis data mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/doc/nsis mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/nsis cp -fr Docs/ Examples/ ${RPM_BUILD_ROOT}%{_datadir}/doc/nsis cp -fr Bin/ Contrib/ Include/ Menu/ Plugins/ Stubs/ ${RPM_BUILD_ROOT}%{_datadir}/nsis %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %{_datadir}/nsis/ %doc %{_datadir}/doc/nsis/ %changelog * Thu Jan 29 2009 Tyler Cassidy 2.34-1 - Updated to NSIS 2.34 * Thu Jul 12 2007 Tyler Cassidy 2.28-1 - Updated to NSIS 2.28 * Sun Jul 8 2007 Tyler Cassidy 2.27-1 - Modified for CentOS 5 - Removed duplicate command * Mon May 28 2007 Kevin Kofler 2.27-2 - Fix Changelog format and Vendor tag - Rewrite summary and description - Don't Obsolete/Conflict/Provide the package itself - Change Group to Development/Tools - Change Packager as I intend to maintain this myself from now on - Own /usr/share/nsis and /usr/share/doc/nsis directories - Mark documentation files as such - Add BuildArch: noarch - Remove Win32-only files used at build time - Use macros instead of hardcoded directory names - Add URL and use full Source URL * Thu May 24 2007 Tyler Cassidy 2.27-1 - First Build, NSIS 2.27