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 | |
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.
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | contrib/redshift.spec (renamed from contrib/redshift.spec.in) | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 230afba..5a35eaa 100644 --- a/configure.ac +++ b/configure.ac @@ -229,7 +229,6 @@ AC_CONFIG_FILES([ po/Makefile.in src/Makefile src/redshift-gtk/Makefile - contrib/redshift.spec ]) AC_OUTPUT 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 |