[csslint] Upstream 0.9.10

Guillaume Kulakowski llaumgui at fedoraproject.org
Fri May 31 10:44:54 UTC 2013


commit f1a408012b6f033237b311ddf218148a1759f2c8
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Fri May 31 12:44:42 2013 +0200

    Upstream 0.9.10

 .gitignore   |    1 +
 csslint.spec |   18 ++++++++++--------
 sources      |    3 +--
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 045fd94..4e1659b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /stubbornella-csslint-v0.9.2-0-gf742a8c.tar.gz
 /stubbornella-csslint-v0.9.8-0-g2a2cac5.tar.gz
 /csslint.sh
+/csslint-0.9.10-c31f1b9.tar.gz
diff --git a/csslint.spec b/csslint.spec
index 8f04f4a..f44e8af 100644
--- a/csslint.spec
+++ b/csslint.spec
@@ -1,16 +1,15 @@
-%global github stubbornella-csslint
-%global gitcommit 2a2cac5
-%global gitsub 0
+%global commit c31f1b9c89fa102eb89e96807be9d290110887e5
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           csslint
-Version:        0.9.8
-Release:        3%{?dist}
+Version:        0.9.10
+Release:        1%{?dist}
 Summary:        Detecting potential problems in CSS code
 
 Group:          Development/Libraries
 License:        MIT
-URL:            https://github.com/stubbornella/csslint
-Source0:        https://github.com/stubbornella/csslint/tarball/v%{version}/%{github}-v%{version}-%{gitsub}-g%{gitcommit}.tar.gz
+URL:            http://github.com/stubbornella/csslint
+Source0:        https://github.com/stubbornella/csslint/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
 Source1:        %{name}.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -26,7 +25,7 @@ you can easily write your own or omit ones you don't want.
 
 
 %prep
-%setup -q -n %{github}-%{gitcommit}
+%setup -qn %{name}-%{commit}
 # Executable
 cp -p %{SOURCE1} .
 sed -i -e 's|@JS_JAR@|%{_datadir}/java/js.jar|g' %{name}.sh
@@ -56,6 +55,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri May 31 2013 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0.9.10-1
+- Upstream 0.9.10
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 44a74d0..dba24ca 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-0e356cc1ceace9377212b5b1fb7daeaa  csslint.sh
-80e10e9008eefd41bbc47435e7f5db17  stubbornella-csslint-v0.9.8-0-g2a2cac5.tar.gz
+b24773b8c98e39599d306d41515d980f  csslint-0.9.10-c31f1b9.tar.gz


More information about the scm-commits mailing list