diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-16 18:42:05 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-16 18:42:05 +0100 |
commit | 06d8ca94860f4a795995d811cef477969baa2331 (patch) | |
tree | 4f6bbafcf8f3381b0402632ccdc1536150ec0005 /blogc.spec.in | |
parent | 0400a1a365b67e2bd9acc6fe4e5fb4d1ec2cf825 (diff) | |
download | blogc-06d8ca94860f4a795995d811cef477969baa2331.tar.gz blogc-06d8ca94860f4a795995d811cef477969baa2331.tar.bz2 blogc-06d8ca94860f4a795995d811cef477969baa2331.zip |
build: spec: do not hardcode package name
Diffstat (limited to 'blogc.spec.in')
-rw-r--r-- | blogc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index e185379..b66d92a 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -1,4 +1,4 @@ -Name: blogc +Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 1%{?dist} License: BSD |