[libconcord] Forgot to commit libconcord.spec

Scott Talbert swt2c at fedoraproject.org
Sun Mar 30 00:54:36 UTC 2014


commit 2c0d6424ed78e7c4b2c8461b03b287d8b6a0fd65
Author: Scott Talbert <swt at techie.net>
Date:   Sat Mar 29 20:54:16 2014 -0400

    Forgot to commit libconcord.spec

 libconcord.spec |   39 ++++++++++++---------------------------
 1 files changed, 12 insertions(+), 27 deletions(-)
---
diff --git a/libconcord.spec b/libconcord.spec
index 6c2858c..e849d3c 100644
--- a/libconcord.spec
+++ b/libconcord.spec
@@ -2,19 +2,16 @@
 %define mainpkg concordance
 
 Name: libconcord
-Version: 1.0
-Release: 6%{?dist}
+Version: 1.1
+Release: 1%{?dist}
 Summary: Library to talk to Logitech Harmony universal remote controls
 
 Group: Development/Libraries
 License: GPLv3+
 URL: http://phildev.net/concordance/
 Source0: http://downloads.sourceforge.net/sourceforge/concordance/%{mainpkg}-%{version}.tar.bz2
-Patch0: concordance-0.24-mime-type-def.patch
-Patch1: concordance-1.0-automake-1.14-fix.patch
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires: libusb-devel
+BuildRequires: hidapi-devel
 BuildRequires: swig
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: python-devel
@@ -22,7 +19,7 @@ BuildRequires: python-setuptools
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: zziplib-devel
+BuildRequires: libzip-devel
 Requires: udev
 # For usbnet-based remotes: 900, 1000, 1100
 Requires: dnsmasq
@@ -63,14 +60,10 @@ Python bindings for libconcord
 
 %prep
 %setup -q -n %{mainpkg}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 cd %{name}
 
-autoreconf -i
-
 %configure --disable-static --disable-mime-update
 make %{_smp_mflags}
 
@@ -90,8 +83,6 @@ cd -
 
 
 %install
-rm -rf %{buildroot}
-
 cd %{name}
 make DESTDIR=%{buildroot} install
 make DESTDIR=%{buildroot} install_udev
@@ -114,19 +105,6 @@ cd bindings/python
 cd -
 
 
-#%check
-#cd %{name}
-#
-## perl bindings
-#cd bindings/perl
-#make test
-#cd -
-
-
-%clean
-rm -rf %{buildroot}
-
-
 %post
 /sbin/ldconfig
 /sbin/udevadm control --reload-rules
@@ -160,12 +138,19 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{perl_vendorarch}/concord.pm
 
 %files python
-#%doc %{name}/bindings/python/README
+%doc %{name}/bindings/python/README
 %defattr(-, root, root)
 %{python_sitearch}/*
 
 
 %changelog
+* Sat Mar 29 2014 Scott Talbert <swt at techie.net> - 1.1-1
+- New upstream release 1.1
+- Removed patches (incorporated/fixed upstream)
+- Switch to hidapi (vs libusb) and libzip (vs zziplib)
+- Removed unused perl bindings check
+- Removed items no longer required in recent Fedoras
+
 * Fri Feb 28 2014 Scott Talbert <swt at techie.net> - 1.0-6
 - Update python build dependency per:
   https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel


More information about the scm-commits mailing list