Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
icmake
icmake.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File icmake.spec of Package icmake
# # spec file for package icmake # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: icmake Version: 9.02.02 Release: 0 Summary: A program maintenance (make) utility using a C-like grammar License: GPL-3.0 Group: Development/Tools/Building Url: https://fbb-git.github.io/icmake/ Source: https://github.com/fbb-git/icmake/archive/%{version}.tar.gz Patch1: prevent-double-slash.patch BuildRequires: bison BuildRequires: flex BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Icmake allows the programmer to use a program language (closely resembling the well-known C-programming language) to define the actions involved in (complex) program maintenance. For this, icmake offers various special operators as well as a set of support functions that have proven to be useful in program maintenance. %prep %setup -q %patch1 -p1 %build export CFLAGS="%{optflags} -std=gnu99" echo "/* created during rpmbuild */" > %{name}/INSTALL.im echo "#define BINDIR \"%{_bindir}\"" >> %{name}/INSTALL.im echo "#define SKELDIR \"%{_datadir}/%{name}\"" >> %{name}/INSTALL.im echo "#define MANDIR \"%{_mandir}\"" >> %{name}/INSTALL.im echo "#define LIBDIR \"%{_libdir}/%{name}\"" >> %{name}/INSTALL.im echo "#define CONFDIR \"%{_sysconfdir}/%{name}\"" >> %{name}/INSTALL.im echo "#define DOCDIR \"%{_docdir}/%{name}\"" >> %{name}/INSTALL.im echo "#define DOCDOCDIR \"%{_docdir}/%{name}\"" >> %{name}/INSTALL.im pushd %{name} ./icm_prepare "/" ./icm_bootstrap "" popd %install pushd %{name} ./icm_install all %{buildroot} popd %files %defattr(-,root,root) %doc %{name}/changelog %doc %{_docdir}/%{name}/ %{_bindir}/icmake %{_bindir}/icmbuild %{_bindir}/icmstart %{_mandir}/man1/icmake.1%{ext_man} %{_mandir}/man1/icmbuild.1%{ext_man} %{_mandir}/man1/icmstart.1%{ext_man} %{_mandir}/man7/icmconf.7%{ext_man} %{_mandir}/man7/icmstart.rc.7%{ext_man} %{_datadir}/icmake %dir %{_libdir}/icmake %{_libdir}/icmake/icm-comp %{_libdir}/icmake/icm-exec %{_libdir}/icmake/icm-pp %{_libdir}/icmake/icm-dep %{_libdir}/icmake/icmun %{_libdir}/icmake/icmbuild %dir %{_sysconfdir}/icmake %config %{_sysconfdir}/icmake/icmstart.rc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor