Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314362 Details for
Bug 437551
gnustep-make should be noarch?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
(Proposed) Updated spec file
gnustep-make.spec (text/plain), 3.79 KB, created by
Michel Alexandre Salim
on 2008-08-14 23:43:04 UTC
(
hide
)
Description:
(Proposed) Updated spec file
Filename:
MIME Type:
Creator:
Michel Alexandre Salim
Created:
2008-08-14 23:43:04 UTC
Size:
3.79 KB
patch
obsolete
>%bcond_without docs ># Package does not contain machine code >%define debug_package %{nil} > >Name: gnustep-make >Version: 2.0.6 >Release: 13%{?dist} >Summary: GNUstep makefile package > >Group: Development/Tools >License: GPLv3+ >URL: http://www.gnustep.org/ >Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >%if %{with docs} >BuildRequires: texinfo-tex tetex-latex tetex-dvips latex2html texi2html >%endif > >%description >The makefile package is a simple, powerful and extensible way to write >makefiles for a GNUstep-based project. It allows the user to write a >project without having to deal with the complex issues associated with >configuration, building, installation, and packaging. It also allows >the user to easily create cross-compiled binaries. > >%prep >%setup -q >DOCDIR=%{_defaultdocdir}/%{name}-%{version} ># Remove leading /usr from the path >export DOCDIR=${DOCDIR:4} ># Fix fhs-system ># Replace default documentation directory, and also ># /usr/share/GNUstep/Makefiles/config-noarch.make and ># /usr/share/GNUstep/Makefiles/ix86/linux-gnu/gnu-gnu-gnu/config.make ># are spoiling a pure /usr/share install > >sed -i FilesystemLayouts/fhs-system \ > -e "s|/share/GNUstep/Documentation|$DOCDIR|" \ > -e "s|GNUSTEP_MAKEFILES=/share/GNUstep/Makefiles|GNUSTEP_MAKEFILES=/%{_lib}/GNUstep/Makefiles|" > ># Ensure files are UTF-8 >iconv -f ISO88591 -t UTF8 Documentation/README.Darwin \ > -o Documentation/README.Darwin > > >%build >%configure --with-layout=fhs-system --disable-flattened ># Not parallel-buildable >make > > >%install >rm -rf %{buildroot} >make install DESTDIR=%{buildroot} >%if %{with docs} >make -C Documentation GNUSTEP_MAKEFILES=%{buildroot}%{_libdir}/GNUstep/Makefiles >make -C Documentation install GNUSTEP_MAKEFILES=%{buildroot}%{_libdir}/GNUstep/Makefiles DESTDIR=%{buildroot} >%else >mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} >%endif ># Not using %%doc since the directory already contains files >install -p ANNOUNCE COPYING FAQ NEWS README \ > %{buildroot}%{_defaultdocdir}/%{name}-%{version} > ># Note: post/postun install-info not needed as the info files do not provide ># any info dir entry > > >%clean >rm -rf %{buildroot} > > >%files >%defattr(-,root,root,-) >%{_defaultdocdir}/%{name}-%{version} >#%{_datadir}/GNUstep >%{_libdir}/GNUstep >#%{_libexecdir}/GNUstep >%dir /etc/GNUstep >%config(noreplace) /etc/GNUstep/GNUstep.conf >%{_bindir}/* >%{_mandir}/man*/* >%if %{with docs} >%{_infodir}/* >%endif > > > >%changelog >* Thu Aug 14 2008 Michel Salim <salimma@fedoraproject.org> - 2.0.6-13 >- Correct license tag >- Drop perl BR, using sed for necessary substitutions >- Spec file clean-up > >* Wed Aug 6 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.0.6-12 >- Fix %%{_datadir} to %%{_libdir} bug in documentation build. > >* Fri Jul 4 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.0.6-11 >- Update to 2.0.6. >- Move %%{_datadir} to %%{_libdir}, see inline comment. > >* Tue Mar 4 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.0.4-9 >- Really fix the make.info clash. > >* Fri Feb 22 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.0.4-8 >- Rename make.info to avoid clash with GNU make. > >* Mon Feb 18 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.0.4-7 >- Update to 2.0.4. > >* Mon Feb 12 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.13.0-6 >- Update to 1.13.0. > >* Fri Jul 28 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.12.0-5 >- Try to make FHS compliant. > >* Tue Jul 11 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.12.0-4 >- Remove default -lobjc-fd2 switch. >- Disable flat hierarchy to allow for different library combos. > >* Wed Jul 5 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.12.0-3 >- Update to 1.12.0. >- Use %%{?dist} instead of %%atrelease. >- Use %%{_libdir}/GNUstep as system root. > >* Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> >- Initial build. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 437551
: 314362