Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6282382143 | ||
|
|
618711f5a8 | ||
|
|
e76203f8d3 |
7 changed files with 7 additions and 49 deletions
|
|
@ -1 +0,0 @@
|
||||||
afflib-3.5.7.tar.gz
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
afflib-3.5.10.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: afflib
|
|
||||||
# $Id: Makefile,v 1.1 2008/03/20 22:59:37 kevin Exp $
|
|
||||||
NAME := afflib
|
|
||||||
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 $$d/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,22 +0,0 @@
|
||||||
diff -up afflib-3.4.1/pyaff/Makefile.am.pyver afflib-3.4.1/pyaff/Makefile.am
|
|
||||||
--- afflib-3.4.1/pyaff/Makefile.am.pyver 2009-09-24 22:42:06.534805852 +0200
|
|
||||||
+++ afflib-3.4.1/pyaff/Makefile.am 2009-09-24 22:45:13.306557135 +0200
|
|
||||||
@@ -9,5 +9,5 @@ pyexec_LTLIBRARIES = pyaff.la
|
|
||||||
pyaff_la_SOURCES = pyaff.c
|
|
||||||
pyaff_la_LIBADD = ../lib/libafflib.la
|
|
||||||
pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
|
|
||||||
-pyaff_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
|
|
||||||
+pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
|
|
||||||
endif
|
|
||||||
diff -up afflib-3.4.1/pyaff/Makefile.in.pyver afflib-3.4.1/pyaff/Makefile.in
|
|
||||||
--- afflib-3.4.1/pyaff/Makefile.in.pyver 2009-09-24 08:08:53.000000000 +0200
|
|
||||||
+++ afflib-3.4.1/pyaff/Makefile.in 2009-09-24 22:45:15.322807098 +0200
|
|
||||||
@@ -226,7 +226,7 @@ EXTRA_DIST = PKG-INFO README pyaff.c set
|
|
||||||
@HAVE_PYTHON_TRUE@pyaff_la_SOURCES = pyaff.c
|
|
||||||
@HAVE_PYTHON_TRUE@pyaff_la_LIBADD = ../lib/libafflib.la
|
|
||||||
@HAVE_PYTHON_TRUE@pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
|
|
||||||
-@HAVE_PYTHON_TRUE@pyaff_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
|
|
||||||
+@HAVE_PYTHON_TRUE@pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
|
|
||||||
all: all-am
|
|
||||||
|
|
||||||
.SUFFIXES:
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: afflib
|
Name: afflib
|
||||||
Version: 3.5.7
|
Version: 3.5.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library to support the Advanced Forensic Format
|
Summary: Library to support the Advanced Forensic Format
|
||||||
|
|
||||||
|
|
@ -9,7 +9,6 @@ Group: System Environment/Libraries
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
URL: http://www.afflib.org
|
URL: http://www.afflib.org
|
||||||
Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz
|
Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz
|
||||||
Patch1: afflib-3.4.1-pyver.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
@ -59,7 +58,6 @@ developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .pyver
|
|
||||||
# prevent internal lzma to be built - testing
|
# prevent internal lzma to be built - testing
|
||||||
#rm -rf lzma443
|
#rm -rf lzma443
|
||||||
|
|
||||||
|
|
@ -122,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 18 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 3.5.10-1
|
||||||
|
- Update to 3.5.10
|
||||||
|
- Remove upstreamed patch
|
||||||
|
|
||||||
* Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 3.5.7-1
|
* Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 3.5.7-1
|
||||||
- Update to 3.5.7
|
- Update to 3.5.7
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
afflib-3_4_1-1_fc11:HEAD:afflib-3.4.1-1.fc11.src.rpm:1253825572
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
efd1dacf1acf1ba450104635be93316c afflib-3.5.7.tar.gz
|
ae13d7eb04f9620ee92c9a697bd285f9 afflib-3.5.10.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue