pkgbuild/pkgbuild.spec
author Alex Viskovatoff <herzen@imap.cc>
Sat, 25 Jun 2011 20:59:21 +0100
changeset 0 9673581c82b4
child 1 b967c1549045
permissions -rw-r--r--
Initial commit, using current SFE version of pkgbuild spec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     1
#
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     2
# spec file for package SFEpkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     3
#
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     4
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     5
# NOTE: To make the unpatched pkgbuild find the patches, use
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     6
#	pkgtool build --patches=patches/pkgbuild experimental/SFEpkgbuild.spec
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     7
  
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     8
# Vanilla pkgbuild's default install prefix is /opt/pkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
     9
# We follow the SFE convention of installing in /usr
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    10
# Use pkgbuild --define 'pkgbuild_prefix /path/to/dir'
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    11
# to define a different install prefix.
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    12
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    13
%{?!pkgbuild_prefix:%define pkgbuild_prefix /usr}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    14
%define _prefix %{pkgbuild_prefix}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    15
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    16
%define srcname pkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    17
%define _pkg_docdir %_docdir/%srcname
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    18
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    19
Name:         SFEpkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    20
#IPS_Package_Name: package/pkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    21
License:      GPL
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    22
Group:        Development/Tools/Other
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    23
URL:	      http://pkgbuild.sourceforge.net/
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    24
Version:      1.3.103
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    25
Release:      1
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    26
BuildArch:    noarch
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    27
Vendor:	      OpenSolaris Community
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    28
Summary:      pkgbuild - rpmbuild-like tool for building Solaris packages
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    29
Source:      http://prdownloads.sourceforge.net/pkgbuild/pkgbuild-%{version}.tar.bz2
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    30
#Source:       http://opensolaris-lang.googlecode.com/files/pkgbuild-%{version}pre.tar.bz2
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    31
# First three patches are taken from oi-cbe
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    32
Patch1:       pkgbuild-01-add-unknown-dependencies.patch
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    33
Patch2:       pkgbuild-02-nopkg.patch
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    34
Patch3:       pkgbuild-03-forcefully-copy-docs.patch
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    35
# Next three patches are taken from here:
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    36
# http://solaris.bionicmutton.org/hg/kde4-specs-460/file/d57ba60c50da/setup/common/patches
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    37
Patch4:       pkgbuild/pkgbuild-patchdir.diff
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    38
#Patch2:       pkgbuild/pkgbuild-postprocess-debug-separate.diff
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    39
#Patch3:       pkgbuild/pkgbuild-local.diff
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    40
Patch5:       pkgbuild/pkgbuild-xz.diff
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    41
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    42
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    43
%if %_is_pkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    44
#SUNW_Pkg:                  SFpkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    45
SUNW_MaxInst:              1000
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    46
SUNW_BaseDir:              %{pkgbuild_prefix}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    47
SUNW_Copyright:            http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    48
# OpenSolaris IPS Package Manifest Fields
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    49
Meta(info.upstream):	 	Laszlo (Laca) Peter <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    50
Meta(info.maintainer):	 	Laszlo (Laca) Peter <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    51
Meta(info.repository_url):	http://pkgbuild.cvs.sourceforge.net/viewvc/pkgbuild/pkgbuild/
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    52
Meta(info.classification):	org.opensolaris.category.2008:System/Packaging
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    53
%endif
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    54
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    55
%ifos Solaris
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    56
Requires:     SUNWbash
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    57
Requires:     SUNWperl584core
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    58
Requires:     SUNWgpch
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    59
%else
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    60
Requires:     perl >= 5.0.0
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    61
Requires:     patch
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    62
%endif
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    63
Requires:     SFExz
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    64
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    65
%description
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    66
A tool for building Solaris SVr4 packages based on RPM spec files.
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    67
Most features and some extensions of the spec format are implemented.
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    68
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    69
%prep
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    70
%setup -q -n pkgbuild-%version
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    71
%patch1 -p1
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    72
%patch2 -p1
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    73
%patch3 -p1
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    74
# Descriptions of patches 2 and 3 are taken from here:
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    75
# http://solaris.bionicmutton.org/hg/kde4-specs-460/file/ed3b4f8dbad1/setup/common/install-pkgbuild
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    76
# patch letting pkgtool find patches in subdirectories
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    77
%patch4
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    78
# patch for separating debug files
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    79
#%patch2 -p1
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    80
# patch for publishing to a local repository via the file protocol
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    81
#%patch3
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    82
# patch to make pkgbuild recognize xz compressed archives
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    83
%patch5
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    84
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    85
%build
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    86
./configure --prefix=%{pkgbuild_prefix} --docdir=%_docdir/%srcname
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    87
#./configure --prefix=%{pkgbuild_prefix}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    88
make
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    89
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    90
%install
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    92
make DESTDIR=$RPM_BUILD_ROOT install
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    93
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    94
%clean
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    96
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    97
%files
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    98
%defattr (-, root, bin)
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
    99
%doc COPYING AUTHORS NEWS
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   100
%dir %attr (0755, root, sys) %{_datadir}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   101
%dir %attr (0755, root, other) %{_datadir}/doc
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   102
%attr (0755, root, bin) %{_bindir}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   103
%attr (0755, root, bin) %{_libdir}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   104
%{_datadir}/%{srcname}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   105
%{_mandir}
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   106
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   107
%changelog
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   108
* Sun Apr 10 2011 - Alex Viskovatoff <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   109
- add patches from oi-cbe, rearranging patches
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   110
* Sat Apr  2 2011 - Alex Viskovatoff <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   111
- bump to 1.3.104 pre-release, creating a custom tarball with ./configure in it
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   112
- disable patches 2 and 3, since we don't use their functionality
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   113
* Fri Apr  1 2011 - Alex Viskovatoff <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   114
- new experimental SFEpkgbuild.spec, using 4 patches
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   115
* Tue Jun 22 2010 - [email protected]
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   116
- updated %files for new doc and man pages
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   117
* Fri Apr 17 2009 - [email protected]
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   118
- add IPS Meta tags
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   119
* Fri Aug 11 2006 - <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   120
- delete topdir stuff, we have per-user topdirs now
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   121
* Mon Aug 08 2005 - <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   122
- add GNU Patch dependency
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   123
* Thu Dec 09 2004 - <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   124
- Remove %topdir/* from the pkgmap and create these directories in %post
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   125
* Fri Mar 05 2004 - <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   126
- fix %files
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   127
* Wed Jan 07 2004 - <[email protected]>
9673581c82b4 Initial commit, using current SFE version of pkgbuild spec
Alex Viskovatoff <herzen@imap.cc>
parents:
diff changeset
   128
- initial version of the spec file