diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-15 01:21:51 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-15 01:38:44 -0500 |
commit | 3fc0c8cdbcdfb1fdfd44bb97ea9ae606408b7718 (patch) | |
tree | ba013b30a5182780f51443ac61dc070558fd526e /contrib/redshift.spec | |
parent | Makefile: Add README to distributed files (diff) | |
download | redshift-ng-3fc0c8cdbcdfb1fdfd44bb97ea9ae606408b7718.tar.gz redshift-ng-3fc0c8cdbcdfb1fdfd44bb97ea9ae606408b7718.tar.bz2 redshift-ng-3fc0c8cdbcdfb1fdfd44bb97ea9ae606408b7718.tar.xz |
contrib: Do not generate RPM spec
The RPM spec needs to be maintained manually anyway so it does not make
sense to autogenerate the file with the latest version number. This should
be done manually while updating dependencies and changelog.
Diffstat (limited to '')
-rw-r--r-- | contrib/redshift.spec (renamed from contrib/redshift.spec.in) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/redshift.spec.in b/contrib/redshift.spec index 312d9ac..39eb5d2 100644 --- a/contrib/redshift.spec.in +++ b/contrib/redshift.spec @@ -1,5 +1,5 @@ Name: redshift -Version: @VERSION@ +Version: 1.9.1 Release: 1%{dist} Summary: Adjusts the color temperature of your screen according to time of day Group: Applications/System @@ -37,7 +37,7 @@ Requires: %{name} = %{version}-%{release} Obsoletes: gtk-redshift < %{version}-%{release} %description -n %{name}-gtk -This package provides GTK integration for Redshift, a screen color +This package provides GTK integration for Redshift, a screen color temperature adjustment program. %prep |