#1157 Drop redundant Source and Patch numbers
Merged 2 years ago by james. Opened 2 years ago by churchyard.
churchyard/packaging-committee nonumbers  into  master

@@ -29,7 +29,7 @@ 

  # Upstream license specification: Apache-2.0

  License:        ASL 2.0

  URL:            %{gourl}

- Source0:        %{gosource}

+ Source:         %{gosource}

  

  %if %{without bootstrap}

  BuildRequires:  golang(github.com/golang/mock/gomock)

@@ -18,7 +18,7 @@ 

  Summary:        Structured logger for Go

  License:        MIT

  URL:            %{gourl}

- Source0:        %{gosource}

+ Source:         %{gosource}

  

  BuildRequires: golang(golang.org/x/crypto/ssh/terminal)

  BuildRequires: golang(github.com/stretchr/testify/assert)

@@ -21,7 +21,7 @@ 

  Summary:        Tools for testifying that your code will behave as you intend

  License:        BSD

  URL:            %{gourl}

- Source0:        %{gosource}

+ Source:         %{gosource}

  

  BuildRequires: golang(github.com/davecgh/go-spew/spew)

  BuildRequires: golang(github.com/pmezard/go-difflib/difflib)

@@ -26,7 +26,7 @@ 

  # json/ is BSD

  License:        ASL 2.0 and BSD

  URL:            %{gourl}

- Source0:        %{gosource}

+ Source:         %{gosource}

  

  BuildRequires: golang(golang.org/x/crypto/ed25519)

  BuildRequires: golang(golang.org/x/crypto/pbkdf2)

@@ -59,8 +59,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	   %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -79,8 +79,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	   %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -38,8 +38,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	 %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -64,8 +64,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	 %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -37,8 +37,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	 %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -54,8 +54,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	 %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -27,8 +27,8 @@ 

  Version: 

  Release: 1%{?dist}

  Summary: 

- URL:	 %{gourl}

- Source0: %{gosource}

+ URL:     %{gourl}

+ Source:  %{gosource}

  %description

  %{common_description}

  

@@ -8,7 +8,7 @@ 

  

  License:        LGPL+

  URL:            https://www.example.com/foolib

- Source0:        https://www.example.com/foolib-1.2.3.tar.gz

+ Source:         https://www.example.com/foolib-1.2.3.tar.gz

  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

  

  BuildRequires:  ocaml, ocaml-findlib-devel

@@ -7,7 +7,7 @@ 

  

  License:        MIT

  URL:            https://pypi.python.org/pypi/example

- Source0:        %{pypi_source}

+ Source:         %{pypi_source}

  

  BuildArch:      noarch

  

@@ -16,7 +16,7 @@ 

  # Initial patched metadata

  # * No simd

  # * No jemalloc

- Patch0:         ripgrep-fix-metadata.diff

+ Patch:          ripgrep-fix-metadata.diff

  

  ExclusiveArch:  %{rust_arches}

  

@@ -63,7 +63,7 @@ 

  Group:          Development/Libraries

  License:        LGPLv2+

  URL:            https://anywhere.com/

- Source0:        https://anywhere.com/%{name}-%{version}.tar.bz2

+ Source:         https://anywhere.com/%{name}-%{version}.tar.bz2

  BuildRequires:  ldc

  Requires:       tango

  

@@ -148,7 +148,7 @@ 

  Group:         Applications/Publishing

  License:       GPLv2+

  URL:           https://drupal.org/project/%{module}

- Source0:       https://ftp.drupal.org/files/projects/%{module}-7.x-%{version}.tar.gz

+ Source:        https://ftp.drupal.org/files/projects/%{module}-7.x-%{version}.tar.gz

  Source1:       %{name}-RPM-README.txt

  

  BuildArch:     noarch
@@ -204,7 +204,7 @@ 

  Group:         Applications/Publishing

  License:       GPLv2+

  URL:           https://drupal.org/project/%{theme}

- Source0:       https://ftp.drupal.org/files/projects/%{theme}-7.x-%{version}.tar.gz

+ Source:        https://ftp.drupal.org/files/projects/%{theme}-7.x-%{version}.tar.gz

  Source1:       %{name}-RPM-README.txt

  

  BuildArch:     noarch

@@ -433,7 +433,7 @@ 

  .Source declarations

  [source,RPMSpec]

  ----

- Source0:

+ Source:

  Source10: [number]-%{fontpkgname}.conf

  ----

  

@@ -485,7 +485,7 @@ 

  Summary:

  License:

  URL:       %{gourl}

- Source0:   %{gosource}

+ Source:    %{gosource}

  ----

  

  You can replace them with manual definitions.

@@ -27,7 +27,7 @@ 

  

  License:        @LICENSE@

  URL:            https://hackage.haskell.org/package/%{pkg_name}

- Source0:        https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz

+ Source:         https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz

  

  BuildRequires:  ghc-Cabal-devel

  BuildRequires:  ghc-rpm-macros
@@ -100,7 +100,7 @@ 

  

  License:        @LICENSE@

  URL:            https://hackage.haskell.org/package/%{name}

- Source0:        https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz

+ Source:         https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz

  

  BuildRequires:  ghc-Cabal-devel

  BuildRequires:  ghc-rpm-macros
@@ -140,7 +140,7 @@ 

  

  License:        @LICENSE@

  URL:            https://hackage.haskell.org/package/%{name}

- Source0:        https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz

+ Source:         https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz

  

  BuildRequires:  ghc-Cabal-devel

  BuildRequires:  ghc-rpm-macros

@@ -50,7 +50,7 @@ 

  Group:          # SNPG

  License:        # SNPG

  URL:            # SNPG

- Source0:        # SNPG

+ Source:         # SNPG

  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

  

  BuildRequires:   common-lisp-controller

@@ -465,7 +465,7 @@ 

  

  License:        LGPLv2+

  URL:            https://fedoraproject.org

- Source0:        https://fedoraproject.org/example-%{version}.tar.bz2

+ Source:         https://fedoraproject.org/example-%{version}.tar.bz2

  

  BuildArch:      noarch

  

@@ -29,7 +29,7 @@ 

  # Run an octave command - quietly with no startup files

  %octave_cmd()

  

- # Build Source0 into a package tar file in a temporary location

+ # Build Source into a package tar file in a temporary location

  %octave_pkg_build

  

  # Install a package.  We use the octave pkg install command to install the
@@ -92,7 +92,7 @@ 

  Group:          Applications/Engineering

  License:        GPLv2+

  URL:            https://octave.sourceforge.io/image/

- Source0:        https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz

+ Source:         https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz

  

  BuildRequires:  octave-devel

  
@@ -153,7 +153,7 @@ 

  Group:          Applications/Engineering

  License:        GPLv2+

  URL:            https://octave.sourceforge.io

- Source0:        https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz

+ Source:         https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz

  BuildArch:      noarch

  

  BuildRequires:  octave-devel

@@ -6,7 +6,7 @@ 

  

  ....

  # https://bugzilla.gnome.org/show_bug.cgi?id=12345

- Patch0: gnome-panel-fix-frobnicator.patch

+ Patch: gnome-panel-fix-frobnicator.patch

  ....

  

  The above is perfectly acceptable; but if you prefer, a brief comment about what the patch does above can be helpful:
@@ -14,7 +14,7 @@ 

  ....

  # Don't crash with frobnicator applet

  # https://bugzilla.gnome.org/show_bug.cgi?id=12345

- Patch0: gnome-panel-fix-frobnicator.patch

+ Patch: gnome-panel-fix-frobnicator.patch

  ....

  

  Sending patches upstream and adding this comment will help ensure that Fedora is acting as a good FLOSS citizen (see https://docs.fedoraproject.org/en-US/package-maintainers/Staying_Close_to_Upstream_Projects/[Staying Close to Upstream Projects]). It will help others (and even you) down the line in package maintenance by knowing what patches are likely to appear in a new upstream release.
@@ -25,12 +25,12 @@ 

  

  ....

  # Sent upstream via email 20080407

- Patch0: foobar-fix-the-bar.patch

+ Patch: foobar-fix-the-bar.patch

  ....

  

  ....

  # Upstream has applied this in SVN trunk

- Patch0: foobar-fix-the-baz.patch

+ Patch: foobar-fix-the-baz.patch

  ....

  

  === Fedora-specific (or rejected upstream) patches
@@ -39,7 +39,7 @@ 

  

  ....

  # This patch is temporary until we land the long term System.loadLibrary fix in OpenJDK

- Patch0: jna-jni-path.patch

+ Patch: jna-jni-path.patch

  ....

  

  == Why upstream?

@@ -1175,7 +1175,7 @@ 

  

  License:        MIT

  URL:            https://github.com/fedora-python/Pello

- Source0:        %{url}/archive/v%{version}/Pello-%{version}.tar.gz

+ Source:         %{url}/archive/v%{version}/Pello-%{version}.tar.gz

  

  BuildArch:      noarch

  BuildRequires:  python3-devel
@@ -1245,7 +1245,7 @@ 

  

  License:        ...

  URL:            https://...

- Source0:        %{url}/archive/v%{version}/...-%{version}.tar.gz / %{pypi_source ...}

+ Source:         %{url}/archive/v%{version}/...-%{version}.tar.gz / %{pypi_source ...}

  

  BuildArch:      noarch / BuildRequires:  gcc

  BuildRequires:  python3-devel

@@ -47,7 +47,7 @@ 

  

  License:        MIT

  URL:            https://pypi.python.org/pypi/%{srcname}

- Source0:        %pypi_source

+ Source:         %pypi_source

  

  BuildArch:      noarch

  
@@ -202,7 +202,7 @@ 

  

  License:        MIT

  URL:            https://pypi.python.org/pypi/%{srcname}

- Source0:        %pypi_source

+ Source:         %pypi_source

  

  BuildArch:      noarch

  

@@ -41,7 +41,7 @@ 

  

  License:          GPLv2+

  URL:              https://CRAN.R-project.org/package=%{packname}

- Source0:          %{url}&version=%{version}#/%{packname}_%{version}.tar.gz

+ Source:           %{url}&version=%{version}#/%{packname}_%{version}.tar.gz

  

  BuildRequires:    R-devel

  BuildRequires:    tex(latex)

@@ -7,9 +7,9 @@ 

  *Incorrect Use:*

  

  ....

- Source1: php.conf

- Source2: php.ini

- Source3: macros.php

+ Source: php.conf

+ Source: php.ini

+ Source: macros.php

  

  ...

  

@@ -412,7 +412,7 @@ 

  Group: Development/Languages

  License: ASL 2.0 and MIT

  URL: https://incubator.apache.org/deltacloud

- Source0: https://rubygems.org/gems/%{name}-%{version}.gem

+ Source:  https://rubygems.org/gems/%{name}-%{version}.gem

  Requires: rubygem-haml

  #...

  Requires(post):   chkconfig

@@ -5,9 +5,9 @@ 

  The most common case is where upstream distributes source as a tar.gz, tar.bz2 or zip archive that we can download from an upstream website. In these cases you must use a full URL to the package in the SourceX: line. For example:

  

  ....

- Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

+ Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

  

- Source0: https://ftp.gnome.org/pub/GNOME/sources/gnome-common/2.12/gnome-common-2.12.0.tar.bz2

+ Source: https://ftp.gnome.org/pub/GNOME/sources/gnome-common/2.12/gnome-common-2.12.0.tar.bz2

  ....

  

  [NOTE]
@@ -81,7 +81,7 @@ 

  # following commands to generate the tarball:

  #  svn export -r 250 https://www.example.com/svn/foo/trunk foo-20070221

  #  tar -cJvf foo-20070221.tar.xz foo-20070221

- Source0: foo-20070221.tar.xz

+ Source: foo-20070221.tar.xz

  ....

  

  When pulling from revision control, please remember to use a Name-version-release compatible with the xref:Versioning.adoc[Versioning] Guidelines. In particular, check the section on xref:Versioning.adoc#_complex_versioning[Complex versioning].
@@ -94,7 +94,7 @@ 

  From the spec:

  

  ....

- Source0: libfoo-1.0-nopatents.tar.gz

+ Source: libfoo-1.0-nopatents.tar.gz

  # libfoo contains patented code that we cannot ship.  Therefore we use

  # this script to remove the patented code before shipping it.

  # Download the upstream tarball and invoke this script while in the
@@ -124,7 +124,7 @@ 

  Instead, files.pythonhosted.org can be used trough the `+%{pypi_source}+` macro.

  

  ....

- Source0: %{pypi_source}

+ Source: %{pypi_source}

  ....

  

  See more about the macro in the xref:Python.adoc#_source_files_from_pypi[Python guidelines].
@@ -134,7 +134,7 @@ 

  For packages hosted on sourceforge, use

  

  ....

- Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

+ Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

  ....

  

  changing ".tar.gz" to whatever matches the upstream distribution. Note that we are using downloads.sourceforge.net instead of an arbitrarily chosen mirror. You may use the package name/package version instead of the %\{name} and %\{version} macros, of course.
@@ -174,9 +174,9 @@ 

  For the source tarball, you can use the following syntax:

  

  ....

- Source0:  https://github.com/OWNER/PROJECT/archive/%{commit}/%{name}-%{shortcommit}.tar.gz         [GitHub]

- Source0:  https://bitbucket.org/OWNER/PROJECT/get/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz  [BitBucket]

- Source0:  https://gitlab.com/OWNER/PROJECT/-/archive/%{commit}/%{name}-%{shortcommit}.tar.gz       [GitLab]

+ Source:  https://github.com/OWNER/PROJECT/archive/%{commit}/%{name}-%{shortcommit}.tar.gz         [GitHub]

+ Source:  https://bitbucket.org/OWNER/PROJECT/get/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz  [BitBucket]

+ Source:  https://gitlab.com/OWNER/PROJECT/-/archive/%{commit}/%{name}-%{shortcommit}.tar.gz       [GitLab]

  ...

  

  %prep
@@ -198,9 +198,9 @@ 

  For the source tarball, you can use the following syntax:

  

  ....

- Source0:  https://github.com/OWNER/PROJECT/archive/%{gittag}/%{name}-%{version}.tar.gz          [GitHub]

- Source0:  https://bitbucket.org/OWNER/PROJECT/get/%{gittag}.tar.gz#/%{name}-%{version}.tar.gz   [BitBucket]

- Source0:  https://gitlab.com/OWNER/PROJECT/-/archive/%{gittag}/%{name}-%{version}.tar.gz        [GitLab]

+ Source:  https://github.com/OWNER/PROJECT/archive/%{gittag}/%{name}-%{version}.tar.gz          [GitHub]

+ Source:  https://bitbucket.org/OWNER/PROJECT/get/%{gittag}.tar.gz#/%{name}-%{version}.tar.gz   [BitBucket]

+ Source:  https://gitlab.com/OWNER/PROJECT/-/archive/%{gittag}/%{name}-%{version}.tar.gz        [GitLab]

  ...

  

  %prep
@@ -218,7 +218,7 @@ 

  When upstream has URLs for the download that do not end with the tarball name rpm will be unable to parse the tarball out of the source URL. One workaround for many cases is to construct a URL where the tarball is listed in a "URL fragment":

  

  ....

- Source0: https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz

+ Source: https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz

  ....

  

  rpm will then use %\{name}-%\{version}.tar.gz as the tarball name. If you use `+spectool -g foo.spec+` to download the tarball, it will rename the tarball for you.
@@ -229,5 +229,5 @@ 

   # Mysql has a mirror redirector for its downloads

   # You can get this tarball by following a link from:

   # https://dev.mysql.com/downloads/mysql/5.1.html

-  Source0: mysql-5.1.31.tar.gz

+  Source: mysql-5.1.31.tar.gz

  ....

@@ -49,7 +49,7 @@ 

  Group:          Sugar/Activities

  License:        GPLv2+

  URL:            http://wiki.laptop.org/go/Journal

- Source0:        journal-activity-%{version}.tar.bz2

+ Source:         journal-activity-%{version}.tar.bz2

  Source1:        sugar-journal-checkout.sh

  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

  

@@ -39,7 +39,7 @@ 

  # under the GPL unless otherwise stated in the plugin source.

  License:    GPLv3+

  URL:        https://wordpress.org/plugins/%{plugin_name}/

- Source0:    https://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip

+ Source:     https://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip

  BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

  Requires:   wordpress

  BuildArch:  noarch

@@ -2657,7 +2657,7 @@ 

  

  ....

  # https://bugzilla.gnome.org/show_bug.cgi?id=12345

- Patch0: gnome-panel-fix-frobnicator.patch

+ Patch: gnome-panel-fix-frobnicator.patch

  ....

  

  The above is perfectly acceptable;
@@ -2667,7 +2667,7 @@ 

  ....

  # Don't crash with frobnicator applet

  # https://bugzilla.gnome.org/show_bug.cgi?id=12345

- Patch0: gnome-panel-fix-frobnicator.patch

+ Patch: gnome-panel-fix-frobnicator.patch

  ....

  

  Sending patches upstream and adding this comment
@@ -2682,12 +2682,12 @@ 

  

  ....

  # Sent upstream via email 20080407

- Patch0: foobar-fix-the-bar.patch

+ Patch: foobar-fix-the-bar.patch

  ....

  

  ....

  # Upstream has applied this in SVN trunk

- Patch0: foobar-fix-the-baz.patch

+ Patch: foobar-fix-the-baz.patch

  ....

  

  ==== Fedora-specific (or rejected upstream) patches
@@ -2696,7 +2696,7 @@ 

  

  ....

  # This patch is temporary until we land the long term System.loadLibrary fix in OpenJDK

- Patch0: jna-jni-path.patch

+ Patch: jna-jni-path.patch

  ....

  

  === Applying Patches

See https://lists.fedoraproject.org/archives/list/packaging@lists.fedoraproject.org/thread/BG5SVFAKGNVDJFHGZARABWGW2RRHN22G/

Since RPM 4.15, numbering Sources and Patches is redundant.
I've left the numbers in examples where they matter.

Note that it might be confusing if people want to access sources by their variables, because those are still numbered.

Metadata Update from @james:
- Pull-request tagged with: meeting

2 years ago

This sentence suggests to write "%gem_install -n %{SOURCE0}". You're changing that to "%gem_install -n Source". That won't work, will it?

I wonder why you replace Patch0 / %patch0 with Patch1 / %patch1 here? Doing the same thing for patches as four sources should make this "Patch" and %patch0, right?

rebased onto af05438b2dbcb16b2da719540b4478674af31fd0

2 years ago

Both changes were an oversight. Removed.

@decathorpe I want to avoid examples combining Patch: and %patch0 -- if you need to reference a patch by its number, better hardcode that number.

I'm not seeing any reason not to merge this at this point, though it's still tagged meeting and I don't recall how much discussion there was.

Metadata Update from @churchyard:
- Pull-request untagged with: meeting

2 years ago

rebased onto b1dfec6d79ec567ba185296f0409ea12fc701ae2

2 years ago

This doesn't make sense when other sources are numbered.

This doesn't make sense when other sources are numbered.

I don't necessarily agree, but if this is the only blocker, I can revert that bit.

rebased onto f4524a38fef8ed519518f3dedc232c54a66d017b

2 years ago

rebased onto db7a00438a8add5ba0364e48b2b0f6451202b129

2 years ago

rebased onto e212e28

2 years ago

Pull-Request has been merged by james

2 years ago
Metadata
Changes Summary 32
+1 -1
file changed
guidelines/modules/ROOT/examples/golang/golang-cloud-google-go.spec
+1 -1
file changed
guidelines/modules/ROOT/examples/golang/golang-github-sirupsen-logrus.spec
+1 -1
file changed
guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec
+1 -1
file changed
guidelines/modules/ROOT/examples/golang/golang-gopkg-square-jose-2.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-0-source-minimal.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-1-source-full.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-2-alternative-import-path-minimal.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-3-alternative-import-path-full.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-4-binary-minimal.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-5-binary-full.spec
+2 -2
file changed
guidelines/modules/ROOT/examples/golang/spectemplate-go-7-manual.spec
+1 -1
file changed
guidelines/modules/ROOT/examples/ocaml-example.spec
+1 -1
file changed
guidelines/modules/ROOT/examples/python-example.spec
+1 -1
file changed
guidelines/modules/ROOT/examples/rust-ripgrep.spec
+1 -1
file changed
guidelines/modules/ROOT/pages/D.adoc
+2 -2
file changed
guidelines/modules/ROOT/pages/Drupal7.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/FontsPolicy.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/Golang.adoc
+3 -3
file changed
guidelines/modules/ROOT/pages/Haskell.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/Lisp.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/MinGW.adoc
+3 -3
file changed
guidelines/modules/ROOT/pages/Octave.adoc
+5 -5
file changed
guidelines/modules/ROOT/pages/PatchUpstreamStatus.adoc
+2 -2
file changed
guidelines/modules/ROOT/pages/Python.adoc
+2 -2
file changed
guidelines/modules/ROOT/pages/Python_Appendix.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/R.adoc
+3 -3
file changed
guidelines/modules/ROOT/pages/RPM_Source_Dir.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/Ruby.adoc
+14 -14
file changed
guidelines/modules/ROOT/pages/SourceURL.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/SugarActivityGuidelines.adoc
+1 -1
file changed
guidelines/modules/ROOT/pages/WordPress_plugin_packaging_guidelines.adoc
+5 -5
file changed
guidelines/modules/ROOT/pages/index.adoc