]> git.pld-linux.org Git - packages/dar.git/commitdiff
- fixed file list, enabled EA and LFS (pointed by Tomasz Wittner) RA-branch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Aug 2003 10:28:38 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing BRs

Changed files:
    dar.spec -> 1.11

dar.spec

index f026643d5a819ede1dbfe31af18134d319ccfa6d..e344beb03eb098c0ad2b54a482e7fe8cd85ee4dc 100644 (file)
--- a/dar.spec
+++ b/dar.spec
@@ -6,14 +6,20 @@ Summary:      dar makes backup of a directory tree and files
 Summary(pl):   dar - narzêdzie do tworzenia kopii zapasowych drzew katalogów i plików
 Name:          dar
 Version:       1.3.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 7b2bb7aab490628153f1c9026536d903
 Patch0:                %{name}-nostatic_compilation.patch
 URL:           http://dar.linux.free.fr/
+BuildRequires: attr-devel
+BuildRequires: bzip2-devel
+BuildRequires: libstdc++-devel
+BuildRequires: zlib-devel
 %if %{?_with_static:1}0
+BuildRequires: attr-static
+BuildRequires: bzip2-static
 BuildRequires: glibc-static
 BuildRequires: libstdc++-static
 BuildRequires: zlib-static
@@ -175,7 +181,9 @@ Statyczna wersja archiwizatora dar.
 %else
        BUILD_STATIC=\"no\" \
 %endif
-       OPTIMIZATION="%{rpmcflags}"
+       OPTIMIZATION="%{rpmcflags}" \
+       EA_SUPPORT=yes \
+       FILEOFFSET="-D_FILE_OFFSET_BITS=64"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -201,7 +209,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc BUGS CHANGES NOTES README TODO TUTORIAL
 %attr(755,root,root) %{_bindir}/*
-%attr(644,root,root) %{_mandir}/*
+%{_mandir}/man1/*
 
 %if %{?_with_static:1}0
 %files static
This page took 0.080952 seconds and 4 git commands to generate.