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 695529 Details for
Bug 909592
anaconda.spec spec file cleanup
[?]
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.
[patch]
spec file cleanup
spec.patch (text/plain), 2.12 KB, created by
Rahul Sundaram
on 2013-02-09 18:00:21 UTC
(
hide
)
Description:
spec file cleanup
Filename:
MIME Type:
Creator:
Rahul Sundaram
Created:
2013-02-09 18:00:21 UTC
Size:
2.12 KB
patch
obsolete
>diff --git a/anaconda.spec b/anaconda.spec >index 4074b20..1d5d6cd 100644 >--- a/anaconda.spec >+++ b/anaconda.spec >@@ -10,13 +10,11 @@ URL: http://fedoraproject.org/wiki/Anaconda > > # To generate Source0 do: > # git clone http://git.fedorahosted.org/git/anaconda.git >-# git checkout -b archive-branch anaconda-%{version}-%{release} >+# git checkout -b archive-branch anaconda-%%{version}-%%{release} > # ./autogen.sh > # make dist > Source0: %{name}-%{version}.tar.bz2 > >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >- > # Versions of required components (done so we make sure the buildrequires > # match the requires versions of things). > %define gettextver 0.11 >@@ -167,20 +165,17 @@ runtime on NFS/HTTP/FTP servers or local disks. > %{__make} %{?_smp_mflags} > > %install >-%{__rm} -rf %{buildroot} >-%{__make} install DESTDIR=%{buildroot} >+%{__make_install} > find %{buildroot} -type f -name "*.la" | xargs %{__rm} > > %ifarch %livearches >-desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop >+desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop > %else > %{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst > %endif > > %find_lang %{name} > >-%clean >-%{__rm} -rf %{buildroot} > > %ifarch %livearches > %post >@@ -193,7 +188,6 @@ update-desktop-database &> /dev/null || : > %endif > > %files -f %{name}.lang >-%defattr(-,root,root) > %doc COPYING > %doc docs/command-line.txt > %doc docs/install-methods.txt >@@ -223,21 +217,18 @@ update-desktop-database &> /dev/null || : > %endif > > %files widgets >-%defattr(-,root,root) > %{_libdir}/libAnacondaWidgets.so.* > %{_libdir}/girepository*/AnacondaWidgets*typelib > %{_libdir}/python*/site-packages/gi/overrides/* > %{_datadir}/anaconda/tzmapdata/* > > %files widgets-devel >-%defattr(-,root,root) > %{_libdir}/libAnacondaWidgets.so > %{_includedir}/* > %{_datadir}/glade/catalogs/AnacondaWidgets.xml > %{_datadir}/gtk-doc > > %files dracut >-%defattr(-,root,root) > %dir %{_prefix}/lib/dracut/modules.d/80%{name} > %{_prefix}/lib/dracut/modules.d/80%{name}/* >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 909592
: 695529