Compare commits

...
This repository has been archived on 2026-09-10. 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.

32 commits

Author SHA1 Message Date
Miro Hrončok
f0c0e14adb Orphaned for 6+ weeks 2019-01-21 11:19:12 +01:00
Adam Williamson
6d0f8f1098 Rebuild for new libconfig 2018-07-24 13:25:14 -07:00
Fedora Release Engineering
420350b7ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 04:54:13 +00:00
Tomasz Torcz
6b307d5b87 add gcc to BR, due to its removal from default buildroot 2018-02-18 19:40:25 +01:00
Fedora Release Engineering
d76693b413 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 16:09:45 +00:00
Tomasz Torcz
34f6984b09 cleanup systemd requires
https://www.spinics.net/lists/fedora-devel/msg240347.html
2018-01-27 13:54:55 +01:00
Fedora Release Engineering
b261f2dc23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 23:24:22 +00:00
Fedora Release Engineering
bf14592c06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 12:35:00 +00:00
Fedora Release Engineering
b3e7047c13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 12:34:53 +00:00
Tomasz Torcz
12a00e5cc1 fix FTBFS (rhbz#1307612) 2016-02-14 12:06:19 +01:00
Dennis Gilmore
4951e41586 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 23:44:12 +00:00
Dennis Gilmore
0faf98ff5b - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 10:20:59 +00:00
Tomasz Torcz
7ee4117d1f new upstream version 20141203 2015-05-06 10:20:39 +02:00
Tomasz Torcz
fd12dac015 - new upstream release 2014-10-28 22:12:16 +01:00
64c2820392 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 20:17:47 +00:00
Dennis Gilmore
8fb3c2a098 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 14:55:13 -05:00
Tomasz Torcz
6644d2ca07 latest upstream snapshot, fixes rhbz#1037119 2013-12-04 10:19:10 +01:00
Dennis Gilmore
0e8fa0f8a3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 12:33:51 -05:00
Tomasz Torcz
973a14b98a - package upstream snapshot: - use upstream systemd units and udev rules
- drop sysconfig file
- fix incorrect dates in changelog
2013-05-28 21:47:12 +02:00
Dennis Gilmore
0b20da55f8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 19:01:39 -06:00
Dennis Gilmore
7c1db1d917 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 07:36:18 -05:00
Tomasz Torcz
b6359c37fd drop sysconfig file 2012-06-03 19:46:36 +02:00
Tomasz Torcz
4282064842 add missing BuildReq 2012-02-03 19:23:44 +01:00
Tomasz Torcz
00c8916123 spec cleanup and cruft removal 2012-02-03 19:02:24 +01:00
Dennis Gilmore
7aeb67e7e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 22:49:29 -06:00
Dennis Gilmore
298b1a8cbf - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 02:58:23 -06:00
Tomasz Torcz
b2ae53e833 * Sun Jan 9 2011 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-7
- remove bad parentheses in ExecStart= line of systemd unit def
  (thanks Alexandre Silva Lopes, #667073)
2011-01-09 22:10:34 +01:00
Fedora Release Engineering
f8d1b476ce dist-git conversion 2010-07-28 17:39:16 +00:00
d41e075a04 - provide systemd service definition
- resurrect udev rule for systemd interaction
2010-07-17 13:09:08 +00:00
7769a0a0c5 - port initscript file to upstart 0.6, removing custom udev rule 2009-12-07 21:07:38 +00:00
Bill Nottingham
35fd987e5c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:54:51 +00:00
be41a3a78a - use version macro in in Source0, as per review suggestion (#505928 #9) 2009-09-04 15:49:30 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: hdapsd
# $Id$
NAME := hdapsd
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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file