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.

14 commits

Author SHA1 Message Date
Till Maas
5cfd57a005 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. 2014-06-04 19:17:31 +02:00
Dennis Gilmore
419bbdab68 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:06:18 -05:00
Dennis Gilmore
e58fbbeafc - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:12:32 -06:00
Dennis Gilmore
f2db33b68c - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 10:27:05 -05:00
Dennis Gilmore
86070e90b9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 14:56:24 -06:00
Dennis Gilmore
7af0bc8d86 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:05:09 -06:00
Fedora Release Engineering
5975a2b463 dist-git conversion 2010-07-28 09:30:13 +00:00
Nicoleau Fabien
da0f9abc3c Update to 0.4.8 2010-01-21 19:42:52 +00:00
Nicoleau Fabien
d79fe3dc6e Update to 0.4.7 2009-12-18 23:15:42 +00:00
Nicoleau Fabien
65731ce2ca Update to 0.4.6.1 2009-12-06 17:00:45 +00:00
Nicoleau Fabien
1171bac678 Update to 0.4.5 2009-11-28 19:25:16 +00:00
Bill Nottingham
191653fcce Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:01 +00:00
Kevin Kofler
e47e650a68 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable
ABI)
NOTE: Your package needs to be rebuilt IF AND ONLY IF it was built against
    Qt 4.6.0 Beta 1. This was in the buildroot ONLY for dist-f13 after F12
    branched. Packages built against Qt 4.5.x or older do NOT need a
    rebuild for 4.6.x (backwards binary compatibility). I have a list of
    packages needing a rebuild and am going through it. This package is in
    my list, so I am rebuilding it.
2009-11-24 22:09:48 +00:00
Nicoleau Fabien
aa44db284a Update to 0.4.4 2009-10-31 18:02:22 +00:00
6 changed files with 1 additions and 98 deletions

View file

@ -1 +0,0 @@
abby-0.4.3.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)

View file

@ -1,74 +0,0 @@
Name: abby
Version: 0.4.3
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 CHANGES COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%changelog
* 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

1
dead.package Normal file
View file

@ -0,0 +1 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

View file

@ -1 +0,0 @@
abby-0_2_0-2_fc10:HEAD:abby-0.2.0-2.fc10.src.rpm:1240520381

View file

@ -1 +0,0 @@
943a2d2c33ba8d7c437b814f0da71f67 abby-0.4.3.tar.bz2