From f959009cd11a095153be93b2ffa4860aa7429801 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:37:43 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20star-1.?= =?UTF-8?q?5a04-1.src.rpm=20Wed=20Jun=2026=202002=20Trond=20Eivind=20Gloms?= =?UTF-8?q?r=F8d=20=201.5a04=20-=20Initial=20build.=20Alph?= =?UTF-8?q?a=20version=20-=20it's=20needed=20for=20ACLs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + sources | 1 + star.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 star.spec diff --git a/.cvsignore b/.cvsignore index e69de29..009044b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +star-1.5a04.tar.bz2 diff --git a/sources b/sources index e69de29..68ad971 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6afdf910c2b738cd495a02caf0fbf430 star-1.5a04.tar.bz2 diff --git a/star.spec b/star.spec new file mode 100644 index 0000000..0dd7651 --- /dev/null +++ b/star.spec @@ -0,0 +1,49 @@ +Summary: An archiving tool with ACL support +Name: star +Version: 1.5a04 +Release: 1 +URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html +Source: ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/%{name}-%{version}.tar.bz2 +Patch: star-1.5-icantusethestandardwayandmademyownmake.patch +License: GPL +Group: Applications/Archiving +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: libattr-devel libacl-devel + +%description +Star saves many files together into a single tape or disk archive, +and can restore individual files from the archive. Star supports ACL. + + +%prep +%setup -q -n star-1.5 +%patch0 -p1 + +%build +export CFLAGS="$RPM_OPT_FLAGS" +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_mandir} +make install RPM_INSTALLDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT/usr/man/* $RPM_BUILD_ROOT/%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README AN* COPYING README.ACL README.crash README.largefiles README.linux +%doc README.otherbugs README.pattern README.posix-2001 README.SSPM STARvsGNUTAR +%doc STATUS.alpha TODO +/usr/bin/star +/usr/bin/ustar +%{_mandir}/man1/star* + + +%changelog +* Wed Jun 26 2002 Trond Eivind Glomsrød 1.5a04 +- Initial build. Alpha version - it's needed for ACLs. + +