rpms/congruity/F-11 congruity.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Williamson adamwill at fedoraproject.org
Wed Jul 15 02:43:42 UTC 2009


Author: adamwill

Update of /cvs/pkgs/rpms/congruity/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21920/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	congruity.spec import.log 
Log Message:
- initial import



--- NEW FILE congruity.spec ---
Name:		congruity
Version:	12
Release:	1%{?dist}
Summary:	Application to program Logitech Harmony universal remote controls

Group:		Applications/System
# Code is GPLv3+, icons are the other three licenses
License:	GPLv3+ and GPLv2+ and GPL+ and CC-BY-SA
URL:		http://sourceforge.net/projects/congruity
Source0:	http://downloads.sourceforge.net/congruity/%{name}-%{version}.tar.bz2
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch

BuildRequires:	desktop-file-utils
Requires:	wxPython >= 2.8
Requires:	libconcord-python >= 0.20

%description
congruity is a GUI application for programming Logitech Harmony universal
remote controls. congruity builds upon the work of libconcord, which
provides the underlying communication.

congruity is configured to handle the configuration files downloaded
from the Logitech configuration website. After installing this package
you can just use the Logitech configuration website and congruity will
launch automatically when appropriate.

%prep
%setup -q

%build

%install
rm -rf %{buildroot} 
make install DESTDIR=%{buildroot} PREFIX=/usr MANDIR=%{_mandir} RUN_UPDATE_DESKTOP_DB=0
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%post
update-desktop-database &> /dev/null || :

%postun
update-desktop-database &> /dev/null || :

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changelog COPYING LICENSE.txt README.txt
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/*/*

%changelog
* Thu Jun 18 2009 Adam Williamson <awilliam at redhat.com> - 12-1
- new release 12
- upstream now includes the .desktop file

* Thu Jun 18 2009 Adam Williamson <awilliam at redhat.com> - 11-4
- add CC-BY-SA to the license field
- don't explicitly specify permissions in file list

* Thu Jun 18 2009 Adam Williamson <awilliam at redhat.com> - 11-3
- don't do 'make all', there's nothing to make

* Thu Jun 18 2009 Adam Williamson <awilliam at redhat.com> - 11-2
- validate the desktop file on install

* Wed Jun 17 2009 Adam Williamson <awilliam at redhat.com> - 11-1
- New release 11
- Drop the .desktop patch (merged upstream)
- Include the .desktop file from upstream SVN as a source: it was
  accidentally left out of the tarball
- Disable desktop database update during install
- Version the wxPython require

* Wed Jun 17 2009 Adam Williamson <awilliam at redhat.com> - 10-1
- New release 10
- Add a .desktop file to associate congruity with appropriate files
- take out trademark characters in description, doing this is Bad

* Thu Sep 07 2008 Stephen Warren <s-t-rhbugzilla at wwwdotorg.org> - 9-1
- Initial packaging



--- NEW FILE import.log ---
congruity-12-1_aw_fc12:F-11:congruity-12-1.aw_fc12.src.rpm:1247625728


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/congruity/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Jun 2009 15:00:20 -0000	1.1
+++ .cvsignore	15 Jul 2009 02:43:11 -0000	1.2
@@ -0,0 +1 @@
+congruity-12.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/congruity/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Jun 2009 15:00:20 -0000	1.1
+++ sources	15 Jul 2009 02:43:11 -0000	1.2
@@ -0,0 +1 @@
+f9bffabe843372a299dddda66576608a  congruity-12.tar.bz2




More information about the fedora-extras-commits mailing list