Changeset 618 in ProjectBuilder for projects/rinse/pbconf/devel
- Timestamp:
- Nov 25, 2008, 9:26:00 AM (16 years ago)
- Location:
- projects/rinse/pbconf/devel
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/rinse/pbconf/devel/pbfilter/all.pbf
r613 r618 9 9 10 10 # PBSRC is replaced by the source package location after the repo 11 #filter PBSRC = src/%{name}-%{version}.tar.gz11 filter PBSRC = src/%{name}-%{version}.tar.gz 12 12 # Used if virtual name != real name (perl, ...) 13 13 #filter PBSRC = src/%{srcname}-%{version}.tar.gz … … 20 20 21 21 # PBLOG is replaced by the changelog if value is yes 22 #filter PBLOG = yes22 filter PBLOG = yes 23 23 24 24 # PBPATCHSRC is replaced by the patches names if value is yes … … 47 47 48 48 # PBDESC contains the description of the package 49 #filter PBDESC = "Bla-Bla"49 filter PBDESC = "rinse installs minimal copies of RPM-based distributions" 50 50 51 51 # PBURL contains the URL of the Web site of the project 52 #filter PBURL = http://www.rinse.org 52 filter PBURL = http://www.xen-tools.org/software/rinse/ -
projects/rinse/pbconf/devel/pbfilter/deb.pbf
r613 r618 9 9 # PBLIC is replaced by the license of the application 10 10 # Cf: 11 #filter PBLIC = GPL 11 filter PBLIC = Artistic 12 12 13 13 # PBDEP is replaced by the list of dependencies -
projects/rinse/pbconf/devel/pbfilter/fedora.pbf
r613 r618 7 7 # PBGRP is replaced by the RPM group of apps 8 8 # Cf: http://fedoraproject.org/wiki/RPMGroups 9 #filter PBGRP = Applications/Archiving 9 filter PBGRP = Applications/System 10 10 11 11 # PBLIC is replaced by the license of the application 12 12 # Cf: http://fedoraproject.org/wiki/Licensing 13 #filter PBLIC = GPLv2+ 13 filter PBLIC = Artistic 2.0 14 14 15 15 # PBDEP is replaced by the list of dependencies -
projects/rinse/pbconf/devel/pbfilter/md.pbf
r613 r618 1 1 # Specific group for Mandriva for rinse 2 2 # Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups 3 #filter PBGRP = Archiving/Backup 3 filter PBGRP = System/Configuration/Other 4 4 5 5 # PBLIC is replaced by the license of the application 6 6 # Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses 7 #filter PBLIC = GPL 8 7 filter PBLIC = Artistic -
projects/rinse/pbconf/devel/pbfilter/novell.pbf
r613 r618 1 1 # Specific group for SuSE for rinse 2 2 # Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups 3 #filter PBGRP = Productivity/Archiving/Backup 3 filter PBGRP = System/Console 4 4 5 5 # PBLIC is replaced by the license of the application 6 6 # Cf: http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Style#1.6._License_Tag 7 #filter PBLIC = GPL 7 filter PBLIC = Artistic 8 8 -
projects/rinse/pbconf/devel/pbfilter/rpm.pbf
r613 r618 9 9 10 10 # PBLIC is replaced by the license of the application 11 #filter PBLIC = GPL11 filter PBLIC = GPL 12 12 13 13 # PBDEP is replaced by the list of dependencies -
projects/rinse/pbconf/devel/rinse/rpm/rinse.spec
r614 r618 3 3 # 4 4 # Used if virtual name != real name (perl, ...) 5 #%define srcname PBPKG6 5 7 Summary: bla-bla 8 Summary(fr): french bla-bla 6 Summary: PBDESC 9 7 10 Name: PB REALPKG8 Name: PBPKG 11 9 Version: PBVER 12 10 Release: PBTAGPBSUF … … 15 13 Url: PBURL 16 14 Source: PBREPO/PBSRC 17 #PBPATCHSRC18 15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 19 #Requires: PBDEP 16 Requires: rpm wget 17 # PBDEP 20 18 21 19 %description 22 20 PBDESC 23 21 24 %description -l fr 25 f rench desc22 The purpose and usage are analogous to the 'debootstrap' utility 23 familiar to users of Debian GNU/Linux or mock. 26 24 27 25 %prep … … 32 30 33 31 %build 34 %configure35 make %{?_smp_mflags}36 32 37 33 %install 38 34 %{__rm} -rf $RPM_BUILD_ROOT 39 make DESTDIR=$RPM_BUILD_ROOT install35 make PREFIX=$RPM_BUILD_ROOT install 40 36 41 37 %clean … … 45 41 %defattr(-,root,root) 46 42 %doc ChangeLog 47 %doc INSTALL COPYING README AUTHORS NEWS 43 %doc INSTALL README BUGS 44 %config %{_sysconfdir}/bash_completion.d/* 45 %config %{_sysconfdir}/PBPKG/* 46 # COPYING AUTHORS NEWS 47 %{_sbindir}/PBPKG 48 %{_prefix}/lib/PBPKG 49 %{_var}/cache/PBPKG 50 %{_mandir}/man8/* 48 51 49 52 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.