Changeset 401 in MondoRescue for branches/stable/mondo
- Timestamp:
- Feb 17, 2006, 3:37:04 PM (19 years ago)
- Location:
- branches/stable/mondo/distributions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/rpm/mondo.spec
r395 r401 33 33 %endif 34 34 35 #%package xmondo36 #Summary: A QT based graphical front end for %{name}37 #Group: Applications/Archiving38 #Requires: %{name} = %{version}-${release}, qt, kdelibs39 #40 #%package %{name}-devel41 #Summary: Header files for building against Mondo42 #%if %is_mandrake43 #Group: Development/Libraries44 #%endif45 #if %is_redhat46 #Group: Development/Other47 #%endif48 #Provides: libmondo-devel mondo-devel49 #Obsoletes: libmondo-devel50 #51 #%description -n %{name}-devel52 #Mondo libraries and includes53 54 35 %description 55 36 Mondo is a GPL disaster recovery solution to create backup media (CD, DVD, tape, network images) that can be used to redeploy the damaged system, as well as deploy similar or less similar systems. … … 75 56 con cintas y NFS, tambien. 76 57 77 #%description xmondo 78 #Xmondo is a QT based graphical frontend to mondoarchive. It can help you 79 #set up a backup by following onscreen prompts. 80 58 %debug_package 81 59 %prep 82 60 %setup -q -n %name-%{version} -
branches/stable/mondo/distributions/suse/spec.m4
r388 r401 4 4 define(`SSS', %{name}-%{version}.tgz)dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', %{addreqb} )dnl6 define(`DDD', %{addreqb}, buffer, cdrecord)dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Archiving/Backup)dnl8 define(`GRP', Productivity/Archiving/Backup)dnl
Note:
See TracChangeset
for help on using the changeset viewer.