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 651782 Details for
Bug 880052
remove old provides/obsoletes in spec
[?]
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 cleanup
smc-fonts-cleanup.patch (text/plain), 4.70 KB, created by
Parag Nemade
on 2012-11-26 06:06:46 UTC
(
hide
)
Description:
spec cleanup
Filename:
MIME Type:
Creator:
Parag Nemade
Created:
2012-11-26 06:06:46 UTC
Size:
4.70 KB
patch
obsolete
>diff --git a/smc-fonts.spec b/smc-fonts.spec >index af3a26c..6609917 100644 >--- a/smc-fonts.spec >+++ b/smc-fonts.spec >@@ -1,16 +1,16 @@ >-%define fontname smc >+%global fontname smc > > # Common description >-%define common_desc \ >+%global common_desc \ > The SMC Fonts package contains fonts for the display of\ > traditional and new Malayalam Script. > > Name: %{fontname}-fonts > Version: 5.0.1 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: Open Type Fonts for Malayalam script > Group: User Interface/X >-License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 and GPL+ >+License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 and GPL+ > URL: http://savannah.nongnu.org/projects/smc > Source0: http://download.savannah.gnu.org/releases-noredirect/smc/fonts/malayalam-fonts-%{version}.tar.gz > Source1: 65-0-smc-meera.conf >@@ -24,8 +24,7 @@ Source8: AnjaliOldLipi-license-confirmation-email.txt > BuildArch: noarch > BuildRequires: fontpackages-devel > 1.13 > BuildRequires: fontforge >= 20080429 >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-Patch1: bug-803234.patch >+Patch1: %{name}-bug-803234.patch > > %description > %common_desc >@@ -43,8 +42,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPLv3+ with exceptions >-Provides: %{fontname}-fonts-dyuthi = %{version}-%{release} >-Obsoletes: %{name}-dyuthi < 5.0 >+ > %description -n %{fontname}-dyuthi-fonts > The Dyuthi font package contains fonts for the display of > traditional Malayalam Scripts. >@@ -56,8 +54,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPLv2+ with exceptions >-Provides: %{fontname}-fonts-meera = %{version}-%{release} >-Obsoletes: %{name}-meera < 5.0 >+ > %description -n %{fontname}-meera-fonts > The Meera font package contains fonts for the display of > traditional Malayalam Scripts. >@@ -71,8 +68,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPLv2+ >-Provides: %{fontname}-fonts-rachana = %{version}-%{release} >-Obsoletes: %{name}-rachana < 5.0 >+ > %description -n %{fontname}-rachana-fonts > The Rachana font package contains fonts for the display of > traditional Malayalam Scripts. >@@ -86,8 +82,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPLv2 >-Provides: %{fontname}-fonts-raghumalayalam = %{version}-%{release} >-Obsoletes: %{name}-raghumalayalam < 5.0 >+ > %description -n %{fontname}-raghumalayalam-fonts > The SMC Malayalam fonts package contains fonts for the display of > new Malayalam Scripts. >@@ -99,8 +94,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPLv3 with exceptions >-Provides: %{fontname}-fonts-suruma = %{version}-%{release} >-Obsoletes: %{name}-suruma < 5.0 >+ > %description -n %{fontname}-suruma-fonts > The Suruma font package contains fonts for the display of > traditional Malayalam Scripts. >@@ -112,8 +106,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPLv3+ with exceptions >-Provides: %{fontname}-fonts-kalyani = %{version}-%{release} >-Obsoletes: %{name}-kalyani < 5.0 >+ > %description -n %{fontname}-kalyani-fonts > The Kalyani font package contains fonts for the display of > new Malayalam Scripts. >@@ -125,8 +118,7 @@ Summary: Open Type Fonts for Malayalam script > Group: User Interface/X > Requires: %{name}-common = %{version}-%{release} > License: GPL+ >-Provides: %{fontname}-fonts-anjalioldlipi = %{version}-%{release} >-Obsoletes: %{name}-anjalioldlipi < 5.0 >+ > %description -n %{fontname}-anjalioldlipi-fonts > The Anjali OldLipi package contains fonts for the display of > traditional Malayalam Scripts. >@@ -144,7 +136,6 @@ chmod +x generate.pe > make > > %install >-rm -rf %{buildroot} > install -m 0755 -d %{buildroot}%{_fontdir} > install -m 0644 -p AnjaliOldLipi/*.ttf %{buildroot}%{_fontdir} > install -m 0644 -p Dyuthi/*.ttf %{buildroot}%{_fontdir} >@@ -153,6 +144,7 @@ install -m 0644 -p Meera/*.ttf %{buildroot}%{_fontdir} > install -m 0644 -p Rachana/*.ttf %{buildroot}%{_fontdir} > install -m 0644 -p RaghuMalayalamSans/*.ttf %{buildroot}%{_fontdir} > install -m 0644 -p Suruma/*.ttf %{buildroot}%{_fontdir} >+ > install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ > %{buildroot}%{_fontconfig_confdir} > install -m 0644 -p %{SOURCE1} \ >@@ -182,12 +174,7 @@ for fconf in 65-0-smc-meera.conf \ > done > > >-%clean >-rm -fr %{buildroot} >- >- > %files common >-%defattr(-,root,root,-) > %doc ChangeLog > > %changelog
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 880052
: 651782