Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

13 commits

Author SHA1 Message Date
Fedora Release Engineering
bf934a027c dist-git conversion 2010-07-28 09:30:15 +00:00
Nicoleau Fabien
484142dc27 Update to 0.4.8 2010-01-21 19:45:11 +00:00
Nicoleau Fabien
2b08dddbc1 Update to 0.4.7 2009-12-18 23:18:01 +00:00
Nicoleau Fabien
662110a875 Update to 0.4.6.1 2009-12-06 17:03:06 +00:00
Nicoleau Fabien
256e26dcc4 Update to 0.4.5 2009-11-28 19:29:12 +00:00
Bill Nottingham
15af4d4095 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:07 +00:00
Nicoleau Fabien
81c92171bc Update to 0.4.4 2009-10-31 18:09:25 +00:00
Nicoleau Fabien
be55674468 Update to 0.4.3 2009-09-05 14:51:08 +00:00
Nicoleau Fabien
4574cc5c9e Update to 0.4.2 2009-08-03 13:39:55 +00:00
Nicoleau Fabien
d189eb58e7 Update to 0.4.1 2009-07-11 23:23:08 +00:00
Nicoleau Fabien
749f2498cf Update to 0.2.1 2009-05-08 20:56:25 +00:00
Nicoleau Fabien
1c69a0059e New package 2009-04-23 21:02:16 +00:00
Kevin Fenzi
f23e8810fe Initialize branch F-11 for abby 2009-04-23 16:44:24 +00:00
5 changed files with 88 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
abby-0.4.8.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: abby
# $Id$
NAME := abby
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

86
abby.spec Normal file
View file

@ -0,0 +1,86 @@
Name: abby
Version: 0.4.8
Release: 1%{?dist}
Summary: Front-end for cclive and clive
Group: Applications/Multimedia
License: GPLv3+
URL: http://code.google.com/p/abby/
Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt-devel desktop-file-utils
Requires: cclive
%description
abby is a front-end for clive and cclive, allowing users unfamiliar with
command-line interfaces to make most of cclive using a graphical
user-interface. abby is written in C++.
%prep
%setup -q
echo "[Desktop Entry]" > %{name}.desktop
echo "Name=abby" >> %{name}.desktop
echo "GenericName=abby" >> %{name}.desktop
echo "Comment=Front-end for cclive and clive" >> %{name}.desktop
echo "Exec=abby" >> %{name}.desktop
echo "Terminal=false" >> %{name}.desktop
echo "Type=Application" >> %{name}.desktop
echo "Categories=Network;FileTransfer;Qt;" >> %{name}.desktop
%build
qmake-qt4
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
install -Dm 755 -p %{name} $RPM_BUILD_ROOT%{_bindir}
desktop-file-install --vendor="" \
--dir=%{buildroot}%{_datadir}/applications/ \
%{name}.desktop
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%changelog
* Thu Jan 21 2010 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.8-1
- Update to 0.4.8
* Fri Dec 18 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.7-1
- Update to 0.4.7
* Sun Dec 6 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.6.1-1
- Update to 0.4.6.1
* Sat Nov 28 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.5-1
- Update to 0.4.5
* Tue Nov 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.4.4-2
- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
* Sat Oct 31 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.4-1
- Update to 0.4.4
* Sun Sep 5 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.3-1
- Update to 0.4.3
* Mon Aug 3 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.2-1
- Update to 0.4.2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 11 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.1-1
- Rebuild for 0.4.1
* Mon Jun 22 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.3.0-1
- Rebuild for 0.3.0
* Wed May 6 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.2.1-1
- Rebuild for 0.2.1
* Tue Apr 21 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.2.0-2
- URL fix
- Add cclive as an explicit require
* Sun Apr 5 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.2.0-1
- Initial build

View file

@ -0,0 +1 @@
22cfd98ea16a4f02640af5b0cadcaa91 abby-0.4.8.tar.bz2