diff --git a/concordance.spec b/concordance.spec index 6bef042..324f4f5 100644 --- a/concordance.spec +++ b/concordance.spec @@ -1,15 +1,13 @@ Name: concordance -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Software to program the Logitech Harmony remote control Group: Applications/Communications License: GPLv3+ URL: http://www.phildev.net/concordance/ Source0: http://downloads.sourceforge.net/sourceforge/concordance/%{name}-%{version}.tar.bz2 -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: libusb-devel BuildRequires: libconcord-devel >= %{version} %description @@ -20,9 +18,6 @@ remote control. %prep %setup -q -# make sure we don't build against the private getopt sources -%{__rm} -rf win/getopt - %build cd %{name} @@ -31,16 +26,10 @@ make %{_smp_mflags} %install -rm -rf %{buildroot} - cd %{name} make DESTDIR=%{buildroot} install -%clean -rm -rf %{buildroot} - - %files %defattr(0644, root, root, 0755) %doc Changelog CodingStyle LICENSE SubmittingPatches TODO @@ -50,6 +39,10 @@ rm -rf %{buildroot} %changelog +* Sat Mar 29 2014 Scott Talbert - 1.0-3 +- New upstream release 1.1 +- Removed items no longer required in recent Fedoras + * Sat Aug 03 2013 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 339f41c..a9ccaf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e805c92222b620ae65ed1ce963d7cd48 concordance-1.0.tar.bz2 +6f98c2121710282b52afc82f11bcfce9 concordance-1.1.tar.bz2