SPECS: dvtm.spec - 0.5.1 - remove -iso and -common subpackage, there isn't ...

uzsolt uzsolt at pld-linux.org
Mon Feb 9 19:33:16 CET 2009


Author: uzsolt                       Date: Mon Feb  9 18:33:16 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.5.1
- remove -iso and -common subpackage, there isn't unicode build

---- Files affected:
SPECS:
   dvtm.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/dvtm.spec
diff -u SPECS/dvtm.spec:1.3 SPECS/dvtm.spec:1.4
--- SPECS/dvtm.spec:1.3	Wed Jan 28 07:23:54 2009
+++ SPECS/dvtm.spec	Mon Feb  9 19:33:11 2009
@@ -2,12 +2,12 @@
 Summary:	dvtm brings the concept of tiling window management to the console (UTF version)
 Summary(hu.UTF-8):	dvtm a tiling ablakkezelést valósítja meg konzolon
 Name:		dvtm
-Version:	0.5
+Version:	0.5.1
 Release:	0.1
 License:	MIT/X
 Group:		Applications/Terminal
 Source0:	http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
-# Source0-md5:	076db11f53440c194cf24deceb469321
+# Source0-md5:	15af44198d6a636190480122b8de7155
 URL:		http://www.brain-dump.org/projects/dvtm/
 BuildRequires:	ncurses-devel
 BuildRequires:	sed >= 4.0
@@ -26,68 +26,36 @@
 munkát több konzol alapú programmal egyidőben, mint pl. a vim, mutt,
 cmus vagy irssi.
 
-%package common
-Summary:	Common files of dvtm
-Summary(hu.UTF-8):	A dvtm általános fájljai
-Group:		Applications/Terminal
-
-%description common
-Common files of dvtm.
-
-%description common -l hu.UTF-8
-A dvtm általános fájljai.
-
-%package iso
-Summary:	ISO version of dvtm
-Summary(hu.UTF-8):	ISO verzió a dvtm-ből
-Group:		Applications/Terminal
-Requires:	%{name}-common = %{version}-%{release}
-
-%description iso
-ISO version of dvtm.
-
-%description iso -l hu.UTF-8
-ISO verzió a dvtm-ből.
-
 %prep
 %setup -q
 %{__sed} -i "s@^PREFIX.*@PREFIX = %{_prefix}@ ; \
 	s@\(^INCS =.*\)@\1 -I/usr/include/ncursesw@" config.mk
 
 %build
-# iso version
 %{__make}
-mv dvtm dvtm-iso
-
-# we want unicode
-%{__make} unicode
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
-install dvtm-iso $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/dvtm
-
-%files common
-%doc README
-%attr(755,root,root) %{_bindir}/dvtm-status
+%attr(755,root,root) %{_bindir}/dvtm*
 %{_mandir}/man1/dvtm*
 
-%files iso
-%attr(755,root,root) %{_bindir}/dvtm-iso
-
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/02/09 18:33:11  uzsolt
+- 0.5.1
+- remove -iso and -common subpackage, there isn't unicode build
+
 Revision 1.3  2009/01/28 06:23:54  ankry
 - dot
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dvtm.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list