Hi, taking care of this one.
-- regards 2007/9/11, Michael Campbell <[EMAIL PROTECTED]>: > Hi, > > I am submitting the completed package for the xv image viewer/editor, > xv-3.10a. Included are the spec file (as requested) and the binary RPM > as well, for convenience. Let me know if there is anything else you need. > > Regards, > Michael > > # * updated for latest policies > > > %define _skip_check yes > > # BuildRequires: gcc libX11-devel > > Summary: X11 based image viewer/editor > Name: xv > Version: 3.10a > Release: 1 > Copyright: GPL > #for a current list of valid groups go here: > http://88.198.41.209/build/package-groups > Group: Graphics > #Be sure to include the full URL of your source file > Source0: %{name}-%{version}.tar.bz2 > #Patch0: > URL: > http://www.campbell-tx.net/Yoper30/package-tarballs/xv-3.10a.tar.bz2 > Distribution: Yoper > BuildRoot: %{_tmppath}/%{name}-buildroot > #no emails we will use a small table to check valid packagers against a > contributors list > Packager: Michael Campbell > > %description > > xv is one of the original X11 based image viewers and editors, with a > history spanning back all the way to the early 1980s. xv is a fast and > hugely powerful viewer/editor although this may not be obvious when you > first start it up. By modern standards, it has a quirky UI, but once > you get used to it, you will be amazed at what it can do and how > quickly it can do it. xv incorporates an image viewer, a large > selection of image editing tools and a directory browser/file manager. > RTFM! To take advantage of the full power of xv, you really need to > spend some quality time with the manual, which is written in a > frequently humorous and thus very enjoyable tone. > > %package devel > Summary: Development files of %{name} > Group: Accessory Programs/Text Utilities > Requires: %{name} = %{version} > > %description devel > These are development files of %{name} > > %prep > rm -rf $RPM_BUILD_ROOT/%{name}* > rm -rf %{buildroot} > %setup -q > #%patch -p1 > > %build > make %{_smp_mflags} > > %install > if [ -d "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ] ; then rm -rf > $RPM_BUILD_ROOT; fi > > make install DESTDIR=$RPM_BUILD_ROOT > > %clean > rm -rf $RPM_BUILD_DIR/%{name}* > rm -rf %{buildroot} > > # only needed if you have libraries ( /usr/lib/*.so.x.y.z ) > # %post > # /sbin/ldconfig > > # #only needed if you have libraries ( /usr/lib/*.so.x.y.z ) > # %postun > # /sbin/ldconfig > > %files > %defattr(755,root,root) > /* > > > _______________________________________________ > yoper-dev mailing list > [email protected] > http://lists.frank-hosting.de/cgi-bin/mailman/listinfo/yoper-dev > > > -- Tobias Gerschner Member of Board of Yoper Linux Ltd. NZ Knowing is not enough; we must apply. Willing is not enough; we must do. _______________________________________________ yoper-dev mailing list [email protected] http://lists.frank-hosting.de/cgi-bin/mailman/listinfo/yoper-dev
