]> git.pld-linux.org Git - packages/nocache.git/commitdiff
up to 1.1 auto/th/nocache-1.1-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2019 19:43:04 +0000 (21:43 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2019 19:43:04 +0000 (21:43 +0200)
nocache.spec

index ee9b1fe6b1465438811661ba2ecdda87d9852661..056964b439fbc7cf42747d3b29c3cf2679c688ef 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       Minimize filesystem caching effects
 Name:          nocache
-Version:       1.0
+Version:       1.1
 Release:       1
 License:       BSD
 Group:         Base
-Source0:       https://github.com/Feh/nocache/archive/v%{version}.tar.gz
-# Source0-md5: 29a177c7d990a75570645902c7ad9a4b
+Source0:       https://github.com/Feh/nocache/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: a9d37fb73036a02b0e910985dd9ed643
 URL:           https://github.com/Feh/nocache
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,12 +27,12 @@ state of the cache.
 
 %build
 %{__make} \
+       CC="%{__cc}" \
        CFLAGS+="%{rpmcppflags} %{rpmcflags}" \
        LDFLAGS+="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        PREFIX= \
This page took 0.096748 seconds and 4 git commands to generate.