]> git.pld-linux.org Git - packages/cpphs.git/commitdiff
- rel 2 auto/th/cpphs-1_11-2
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 15 Dec 2010 13:51:57 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed attrs for executable file

Changed files:
    cpphs.spec -> 1.3

cpphs.spec

index 9156c38a588035096a3074712620b1983c2a61b9..b280e6216f7438bf736f660bfd810ceb4fc621ef 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A liberalised re-implementation of cpp, the C pre-processor
 Name:          cpphs
 Version:       1.11
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Development/Languages
 Source0:       http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
@@ -63,6 +63,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG README docs/design docs/index.html
 %doc %{name}-%{version}-doc/html
-%{_bindir}/cpphs
+%attr(755,root,root) %{_bindir}/cpphs
 %{_libdir}/%{ghcdir}/package.conf.d/%{name}.conf
 %{_libdir}/%{ghcdir}/%{name}-%{version}
This page took 1.102895 seconds and 4 git commands to generate.