Changeset 142 for trunk/debbuild.spec
- Timestamp:
- 02/28/08 13:00:07 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild.spec
r141 r142 51 51 %endif 52 52 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 53 BuildArch: noarch 53 54 54 55 %description … … 69 70 70 71 %build 71 # Steps to compile the source 72 %configure 73 make 72 # nothing to do here 74 73 75 74 %install 76 75 # Steps to install to a temporary location for packaging 77 76 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT 78 %makeinstall 77 make install DESTDIR=$RPM_BUILD_ROOT 79 78 80 79 # Fill in the pathnames to be packaged here 81 80 %files 82 81 %{_bindir}/* 83 %{_mandir}/man1/* 84 %doc README 82 %{_mandir}/man8/* 85 83 86 84 %changelog 87 * Mon Jan 01 1900 Name <email@site> -relnum88 - Packaging comment85 * Thu Feb 28 2008 Kris Deugau <kdeugau@deepnet.cx> -1 86 - Initial package
Note:
See TracChangeset
for help on using the changeset viewer.