RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: xar Date: 13-Sep-2007 11:19:02
Branch: HEAD Handle: 2007091310190200
Modified files:
xar xar.spec
Log:
remove epoch, add manpage
Summary:
Revision Changes Path
1.5 +10 -6 xar/xar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: xar/xar.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 xar.spec
--- xar/xar.spec 12 Sep 2007 14:39:30 -0000 1.4
+++ xar/xar.spec 13 Sep 2007 09:19:02 -0000 1.5
@@ -1,18 +1,17 @@
+Summary: The XAR project aims to provide an easily extensible archive format.
Name: xar
-Epoch: 0
Version: 1.5
Release: 1
-Summary: The XAR project aims to provide an easily extensible archive format.
-Group: Applications/Archiving
License: BSD
+Group: Applications/Archiving
URL: http://code.google.com/p/%{name}/
Source: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{epoch}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libxml2-devel >= 2.6.11
BuildRequires: openssl-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
-Requires: bzip2-libs
+BuildRequires: /usr/bin/awk
%description
The XAR project aims to provide an easily extensible archive format. Important
@@ -27,7 +26,7 @@
%package devel
Summary: Libraries and header files required for xar.
Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
%description devel
Libraries and header files required for xar.
@@ -46,10 +45,15 @@
%clean
%{__rm} -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
%files
%defattr(-,root,root,-)
%doc LICENSE TODO
%{_bindir}/%{name}
+%{_mandir}/man1/xar.1*
%files devel
%defattr(-,root,root,-)
@@ .
Received on Thu Sep 13 11:19:03 2007