Browse Source

rebuild for VineSeed (add Patch)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10815 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 7 years ago
parent
commit
12d2f7d74a
1 changed files with 13 additions and 2 deletions
  1. 13 2
      c/conky/conky-vl.spec

+ 13 - 2
c/conky/conky-vl.spec

@@ -15,15 +15,16 @@
 %define with_ibm 0
 %define with_wlan 0
 
-Name:           conky 
+Name:           conky
 Version:        1.8.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:	A lightweight system monitor for X
 Summary(ja):	X 用軽量システムモニタ
 Group:          User Interface/X
 License:        GPLv3+
 URL:            http://conky.sf.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Patch0:         conky-1.8.1-delete-curl_types.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  glib2-devel
@@ -61,6 +62,9 @@ BuildRequires: curl-devel
 BuildRequires: wireless-tools-devel
 %endif
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 A system monitor for X originally based on the torsmo code. but more kickass. 
 It just keeps on given'er. Yeah.
@@ -71,6 +75,9 @@ torsmo をベースにした X 用のシステムモニタです。
 
 %prep
 %setup -q
+%if %{?_dist_release} >= "vl7"
+%patch0
+%endif
 
 for i in AUTHORS ChangeLog; do
     iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}
@@ -152,6 +159,10 @@ done
 
 
 %changelog
+* Wed Nov 16 2016 Toshiaki Ara <ara_t@384.jp> 1.10.4-1
+- new upstream release
+- add Vendor and Distribution
+
 * Sun Jun 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.8.1-1
 - new upstream release