Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1236c122b | ||
|
|
d22038024a | ||
|
|
fbc58993d3 | ||
|
|
751a1bb54b | ||
|
|
2b9482bf9b | ||
|
|
bc0391e634 | ||
|
|
25305919b1 | ||
|
|
c4c4635a0e |
6 changed files with 16 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
||||||
abby-0.4.3.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
abby-0.4.8.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
16
abby.spec
16
abby.spec
|
|
@ -1,5 +1,5 @@
|
||||||
Name: abby
|
Name: abby
|
||||||
Version: 0.4.3
|
Version: 0.4.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Front-end for cclive and clive
|
Summary: Front-end for cclive and clive
|
||||||
|
|
||||||
|
|
@ -49,12 +49,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS CHANGES COPYING README TODO
|
%doc AUTHORS ChangeLog COPYING README TODO
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 5 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.3-1
|
||||||
- Update to 0.4.3
|
- Update to 0.4.3
|
||||||
* Mon Aug 3 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.2-1
|
* Mon Aug 3 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> 0.4.2-1
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
abby-0_2_0-2_fc10:HEAD:abby-0.2.0-2.fc10.src.rpm:1240520381
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
943a2d2c33ba8d7c437b814f0da71f67 abby-0.4.3.tar.bz2
|
22cfd98ea16a4f02640af5b0cadcaa91 abby-0.4.8.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue