diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | cloudmasterd/extra/cloudmasterd.spec | 2 | ||||
| -rw-r--r-- | everest-autostarter/.gitignore | 3 | ||||
| -rw-r--r-- | everest-autostarter/everest-autostarter.spec | 2 | ||||
| -rw-r--r-- | everest-bootstrap/.gitignore | 3 | ||||
| -rw-r--r-- | everest-dsl/extra/rubygem-everest-dsl.spec | 2 | ||||
| -rw-r--r-- | everest-replace-self/.gitignore | 2 | ||||
| -rw-r--r-- | everest-styling/.gitignore | 2 | ||||
| -rw-r--r-- | everest-styling/everest-styling.spec | 9 | ||||
| -rw-r--r-- | everestd/.gitignore | 1 |
10 files changed, 9 insertions, 19 deletions
@@ -1,2 +1,4 @@ pkg/* *.swp +*.tar.gz +*.rpm diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec index 47bdeae..fd4bb40 100644 --- a/cloudmasterd/extra/cloudmasterd.spec +++ b/cloudmasterd/extra/cloudmasterd.spec @@ -7,7 +7,7 @@ Summary: Everest library and web application for managing cloud machines Name: rubygem-%{gemname} Version: 1.0.0 Release: 1%{?dist} -Group: Development/Languages +Group: Applications/System License: GPLv2 URL: https://fedorahosted.org/everest Source0: %{gemname}-%{version}.gem diff --git a/everest-autostarter/.gitignore b/everest-autostarter/.gitignore deleted file mode 100644 index 785c13a..0000000 --- a/everest-autostarter/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -pkg/* -*.rpm -*.tar.gz diff --git a/everest-autostarter/everest-autostarter.spec b/everest-autostarter/everest-autostarter.spec index 5147e70..5763531 100644 --- a/everest-autostarter/everest-autostarter.spec +++ b/everest-autostarter/everest-autostarter.spec @@ -5,7 +5,7 @@ Version: 1.0.0 Release: 1 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Group: Application/Systems +Group: Applications/System URL: https://fedorahosting.org/everest License: GPLv2 diff --git a/everest-bootstrap/.gitignore b/everest-bootstrap/.gitignore deleted file mode 100644 index 3e57bca..0000000 --- a/everest-bootstrap/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.swp -*.swo -pkg/* diff --git a/everest-dsl/extra/rubygem-everest-dsl.spec b/everest-dsl/extra/rubygem-everest-dsl.spec index 85e3d7b..01805fc 100644 --- a/everest-dsl/extra/rubygem-everest-dsl.spec +++ b/everest-dsl/extra/rubygem-everest-dsl.spec @@ -9,7 +9,7 @@ Name: rubygem-%{gemname} Version: 1.0.0 Release: 1%{?dist} Group: Applications/System -License: GPLv2+ +License: GPLv2 Source0: %{gemname}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires: rubygems diff --git a/everest-replace-self/.gitignore b/everest-replace-self/.gitignore deleted file mode 100644 index 8a05bed..0000000 --- a/everest-replace-self/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.rpm -*.tar.gz diff --git a/everest-styling/.gitignore b/everest-styling/.gitignore deleted file mode 100644 index 8a05bed..0000000 --- a/everest-styling/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.rpm -*.tar.gz diff --git a/everest-styling/everest-styling.spec b/everest-styling/everest-styling.spec index b405469..9d6ddf0 100644 --- a/everest-styling/everest-styling.spec +++ b/everest-styling/everest-styling.spec @@ -1,14 +1,13 @@ Summary: Everest CSS Styles Name: everest-styling Source: everest-styling-bin.tar.gz -Version: 0.1 +Version: 1.0.0 Release: 1 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Group: Red Hat -Vendor: Red Hat -URL: http://www.redhat.com -License: TBD +Group: Applications/System +URL: https://fedorahosting.org/everest +License: GPLv2 Requires: httpd %description diff --git a/everestd/.gitignore b/everestd/.gitignore deleted file mode 100644 index 088af20..0000000 --- a/everestd/.gitignore +++ /dev/null @@ -1 +0,0 @@ -pkg/* |
