Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a800c28594878e6bcf578d9f21767c67 > files > 1

icmake-7.16.00-3.mga3.src.rpm

Summary:        A hybrid between a 'make' utility and a 'shell script' language
Name:		icmake
Version:	7.16.00
Release:	%mkrel 3
License:	GPLv3
Group:		Development/Tools
URL:		http://icmake.sourceforge.net/
Source:		http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}_%{version}.orig.tar.gz

%description
Icmake is a hybrid between a 'make' utility and a 'shell script' language. 
Originally, it was written to provide a useful tool for automatic program 
maintenance and system administrative tasks on old MS-DOS platforms.

%package	doc
Group:		Documentation
Summary:	Documentation for icmake

%description	doc
This package contains the documentation for icmake.

%prep
%setup -q

# set the correct LIBDIR path
sed -i -e "s:usr/lib:usr/%{_lib}:g" INSTALL.im

# fix executable perms in examples
pushd examples
for i in am backup bup defines ds ftpxfer idir \
	initialization keep killprog nesteddirectives r tolower
do
	chmod -x $i
done
popd

%build
./icm_bootstrap /

%install
./icm_install strip progs %{buildroot}
./icm_install scripts %{buildroot}
./icm_install skel %{buildroot}
./icm_install man %{buildroot}
./icm_install doc %{buildroot}
./icm_install docdoc %{buildroot}
./icm_install etc %{buildroot}

%files
%doc changelog LICENSE
%{_bindir}/ic*
%{_libdir}/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_datadir}/%{name}
%{_mandir}/man*/*
%{_docdir}/%{name}

%files doc
%{_docdir}/%{name}-doc


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 7.16.00-3.mga3
+ Revision: 354195
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Oct 26 2012 malo <malo> 7.16.00-2.mga3
+ Revision: 310402
- spec clean-up
- update RPM group

* Sun Jul 10 2011 ahmad <ahmad> 7.16.00-1.mga2
+ Revision: 121717
- Update to 7.16.00

* Mon Mar 07 2011 ahmad <ahmad> 7.15.00-1.mga1
+ Revision: 66031
- update to 7.15.00
- imported package icmake