diff options
| author | Sam Varshavchik | 2014-01-12 16:07:39 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2014-01-12 16:07:39 -0500 | 
| commit | 4c83c05d0ca3ecf423d2b654567381b91a98011f (patch) | |
| tree | 6688b0be7d2ced18b0e6f7750be405e776c1a085 /unicode/courier-unicode.spec.in | |
| parent | 40ed34ef54ac459116e2a37b63955c75a18a9441 (diff) | |
| download | courier-libs-4c83c05d0ca3ecf423d2b654567381b91a98011f.tar.bz2 | |
Fix makefile, rpm package
Diffstat (limited to 'unicode/courier-unicode.spec.in')
| -rw-r--r-- | unicode/courier-unicode.spec.in | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/unicode/courier-unicode.spec.in b/unicode/courier-unicode.spec.in index e048a3b..bbec1e7 100644 --- a/unicode/courier-unicode.spec.in +++ b/unicode/courier-unicode.spec.in @@ -2,7 +2,7 @@ Summary: Courier Unicode Library  Name: courier-unicode  Version: @VERSION@  Release: 1%{?dist}%{?courier_release} -License: GPL3 +License: GPLv3  Group: System Environment/Libraries  URL: http://www.courier-mta.org/unicode/  Source: http://download.sourceforge.net/courier/courier-unicode-@VERSION@.tar.bz2 @@ -17,8 +17,8 @@ Requires: %{name} = 0:%{version}-%{release}  This library implements several algorithms related to the Unicode  Standard. -This package installs only the runtime libraries needed by applications that -use this library. Install the courier-unicode-devel package if you want +This package installs only the run-time libraries needed by applications that +use this library. Install the "courier-unicode-devel" package if you want  to develop new applications using this library.  %description devel @@ -56,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT  %{_libdir}/*.a  %changelog -* Sun Jan 12 2014 Sam Varshavchik <mrsam@octopus.email-scan.com> +* Sun Jan 12 2014 Sam Varshavchik <mrsam@octopus.email-scan.com> - 1.0  - Initial build. | 
