]> git.pld-linux.org Git - packages/re2c.git/commitdiff
- verbose bin,man files
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Oct 2018 19:32:05 +0000 (21:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Oct 2018 19:32:05 +0000 (21:32 +0200)
re2c.spec

index fb96827311e48bcc3d4f822aee97ff0a81f44e7c..b9fd4819ce11faebef8ee59a833212493ba3b817 100644 (file)
--- a/re2c.spec
+++ b/re2c.spec
@@ -5,11 +5,12 @@ Version:      1.1.1
 Release:       1
 License:       Public Domain
 Group:         Applications/Text
-Source0:       https://github.com/skvadrik/re2c/releases/download/1.1.1/%{name}-%{version}.tar.gz
+#Source0Download: https://github.com/skvadrik/re2c/releases
+Source0:       https://github.com/skvadrik/re2c/releases/download/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 7355fde733bd76cbc480cda10ef49e46
 URL:           http://re2c.org/
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
+BuildRequires: automake >= 1:1.11
 BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,5 +54,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG README doc/* examples
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/re2c
+%{_mandir}/man1/re2c.1*
This page took 0.084275 seconds and 4 git commands to generate.